summaryrefslogtreecommitdiff
path: root/runtime/jit/jit_code_cache.h
AgeCommit message (Expand)Author
2023-12-13Remove the extra compilation sets in the JIT.Nicolas Geoffray
2023-12-07Remove logic of polling liveness of compiled code.Nicolas Geoffray
2023-11-30Use globals naming scheme for kPageSize etc.Ruben Ayrapetyan
2023-11-30Make kPageSize-derived values non-constexprRuben Ayrapetyan
2023-11-09JIT initial capacity should be at least 2 pages.Ruben Ayrapetyan
2023-11-07Reland "Fix pathological deoptimization case."Nicolas Geoffray
2023-11-06Revert "Fix pathological deoptimization case."Nicolas Geoffray
2023-11-06Fix pathological deoptimization case.Nicolas Geoffray
2023-10-20Add more debug info for recent flakes in run-test.Nicolas Geoffray
2023-10-17Add branch profiling in baseline compiler.Nicolas Geoffray
2023-08-30Move HasShouldDeoptimizeFlag from method header to CodeInfo.David Srbecky
2023-02-14ART: Fix mutator lock annotations for new clang++.Vladimir Marko
2022-12-14Assert no read barriers for method maps in JIT.Vladimir Marko
2022-04-29Reland "Put queued compilations in sets."Nicolas Geoffray
2022-04-29Revert "Put queued compilations in sets."Nicolas Geoffray
2022-04-29Put queued compilations in sets.Nicolas Geoffray
2022-02-25Make the notification of JIT zygote completion its own task.Nicolas Geoffray
2021-11-29Simplify hotness count in baseline compiled code.Nicolas Geoffray
2021-11-17Revert "Support calling entry / exit hooks from JIT code for non-debuggable"Mythri Alle
2021-11-17Support calling entry / exit hooks from JIT code for non-debuggableMythri Alle
2021-03-15Store inline caches in StackHandleScope<> in HInliner.Vladimir Marko
2020-08-24Move the profiling info out of ArtMethod.Nicolas Geoffray
2020-08-10Reland "Cleanups around the creation of ProfilingInfo."Nicolas Geoffray
2020-08-06Revert "Cleanups around the creation of ProfilingInfo."Lokesh Gidra
2020-08-06Cleanups around the creation of ProfilingInfo.Nicolas Geoffray
2020-08-05Remove obsolete saved_entry_point field in ProfilingInfo.Nicolas Geoffray
2020-07-27runtime/jit: inclusive language fixesOrion Hodson
2020-07-03Create individual counters and timers for compilation kinds.Nicolas Geoffray
2020-06-18Introduce an enum for the compilation kind.Nicolas Geoffray
2020-06-16Fix a braino when marking a method as being compiled.Nicolas Geoffray
2020-05-11Continue try allocating until we've reached max capacity.Nicolas Geoffray
2020-03-25Add more logging and sanity checks for JIT mini-debug-info.David Srbecky
2020-03-23Call JitCodeCache::FreeAllMethodHeaders under JIT lock.David Srbecky
2020-03-20Fix relation between debuggable / JIT zygote.Nicolas Geoffray
2020-03-12Refactor RemoveNativeDebugInfoForJit.David Srbecky
2020-03-10Jit-zygote compiled code isn't debuggableAlex Light
2020-03-10Clear PreCompiled when we transition to debuggable after zygote forkAlex Light
2019-12-03JIT baseline: trigger optimized compilation on hotness threshold.Nicolas Geoffray
2019-10-31[jitzygote] Remap boot boot image methods in zygote when single-threaded.Nicolas Geoffray
2019-10-29[jitzygote] Map the boot image fd after the contents have been written.Nicolas Geoffray
2019-10-10Revert^2 "JIT: Separate code allocation and initialization."ndk-sysroot-r21David Srbecky
2019-10-09Revert "JIT: Separate code allocation and initialization."Nicolas Geoffray
2019-10-09JIT: Separate code allocation and initialization.David Srbecky
2019-10-08JIT mini-debug-info: Generate the debug info sooner.David Srbecky
2019-10-06Share boot image methods memory in JIT zygote.Nicolas Geoffray
2019-09-18Revert "Revert "Basic structural redefinition support""Nicolas Geoffray
2019-09-18Revert "Basic structural redefinition support"Nicolas Geoffray
2019-09-17Basic structural redefinition supportAlex Light
2019-09-01Fix JIT data dual mapping for apps.David Srbecky
2019-08-16JIT mini-debug-info: Remove global maps.David Srbecky