Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
art
/
62891fdc94de6e9909fba9264bdd891a7f28beb3
/
runtime
/
jit
/
jit_code_cache.cc
e9fb3dc
Store inline caches in StackHandleScope<> in HInliner.
by Vladimir Marko
· 5 years ago
1f947b4
Exclude zygote methods from FreeAllMethodHeaders DCHECK
by David Srbecky
· 5 years ago
095dc46
Move the profiling info out of ArtMethod.
by Nicolas Geoffray
· 6 years ago
60ef399
Reland "Cleanups around the creation of ProfilingInfo."
by Nicolas Geoffray
· 6 years ago
a996425
Revert "Cleanups around the creation of ProfilingInfo."
by Lokesh Gidra
· 6 years ago
0fa304e
Cleanups around the creation of ProfilingInfo.
by Nicolas Geoffray
· 6 years ago
9c7b4f1
Remove obsolete saved_entry_point field in ProfilingInfo.
by Nicolas Geoffray
· 6 years ago
1a277a6
Move mterp and switch interpreter to tiered JIT.
by Nicolas Geoffray
· 6 years ago
853fc2e
runtime/jit: inclusive language fixes
by Orion Hodson
· 6 years ago
c473dc7
Create individual counters and timers for compilation kinds.
by Nicolas Geoffray
· 6 years ago
0d60a2b
Introduce an enum for the compilation kind.
by Nicolas Geoffray
· 6 years ago
f8cc26e
Fix a braino when marking a method as being compiled.
by Nicolas Geoffray
· 6 years ago
62dd4e8
Continue try allocating until we've reached max capacity.
by Nicolas Geoffray
· 6 years ago
41617b1
Add more logging and sanity checks for JIT mini-debug-info.
by David Srbecky
· 6 years ago
521644b
Call JitCodeCache::FreeAllMethodHeaders under JIT lock.
by David Srbecky
· 6 years ago
c76232e
Fix relation between debuggable / JIT zygote.
by Nicolas Geoffray
· 6 years ago
30fd851
Refactor RemoveNativeDebugInfoForJit.
by David Srbecky
· 6 years ago
fc47d6b
Adjust JitCodeCache::TransitionToDebuggable.
by Nicolas Geoffray
· 6 years ago
280e6c3
Jit-zygote compiled code isn't debuggable
by Alex Light
· 6 years ago
b28e304
Clear PreCompiled when we transition to debuggable after zygote fork
by Alex Light
· 6 years ago
4cbb51a
Fix ART code around JIT zygote.
by Nicolas Geoffray
· 6 years ago
e91e795
Replace instrumention id with stack pointers.
by Nicolas Geoffray
· 6 years ago
085f740
Re-arrange code to avoid recursive locking of the JIT lock.
by Nicolas Geoffray
· 6 years ago
b0a9747
Fix go/lem breakages on baseline configs
by Nicolas Geoffray
· 7 years ago
e3f775b
Address comments from aog/1180224.
by Nicolas Geoffray
· 7 years ago
a59af8a
JIT baseline: trigger optimized compilation on hotness threshold.
by Nicolas Geoffray
· 7 years ago
de3e51d
If a collection is in progress, we need to mark new code.
by Nicolas Geoffray
· 7 years ago
e3884e3
[jitzygote] Map the boot image fd after the contents have been written.
by Nicolas Geoffray
· 7 years ago
5115a4d
Clean up initialization checks for entrypoints.
by Vladimir Marko
· 7 years ago
cce414f
Delay entrypoint update until visibly initialized.
by Vladimir Marko
· 7 years ago
adb66f9
Revert^2 "JIT: Separate code allocation and initialization."
by David Srbecky
· 7 years ago
63b0c26
Revert "JIT: Separate code allocation and initialization."
by Nicolas Geoffray
· 7 years ago
e1b36f0
JIT: Separate code allocation and initialization.
by David Srbecky
· 7 years ago
444e998
JIT mini-debug-info: Generate the debug info sooner.
by David Srbecky
· 7 years ago
1cef6b2
Add and use a read-barrier free NeedInitializationCheck method.
by Nicolas Geoffray
· 7 years ago
623d4f1
Share boot image methods memory in JIT zygote.
by Nicolas Geoffray
· 7 years ago
5a0b672
Boot image: only use the resolution stub when there is AOT code.
by Nicolas Geoffray
· 7 years ago
4ac0e15
Revert "Revert "Basic structural redefinition support""
by Nicolas Geoffray
· 7 years ago
5a2301d
Revert "Basic structural redefinition support"
by Nicolas Geoffray
· 7 years ago
c971eaf
Basic structural redefinition support
by Alex Light
· 7 years ago
87fb032
Fix JIT data dual mapping for apps.
by David Srbecky
· 7 years ago
8fc2f95
JIT mini-debug-info: Remove global maps.
by David Srbecky
· 7 years ago
ac8f936
JIT code cache: Don't set footprint limit for data portion.
by David Srbecky
· 7 years ago
44b977d
Print more JIT memory use stats.
by David Srbecky
· 7 years ago
f2dcba0
Fix statistics reporting in JIT.
by Nicolas Geoffray
· 7 years ago
de0ccff
Fix a braino in GetSavedEntryPointOfPreCompiledCode.
by Nicolas Geoffray
· 7 years ago
3238440
jitzygote: Handle case of methods having the resolution stub.
by Nicolas Geoffray
· 7 years ago
b08d5db
Move location of where we clear thread pool tasks post fork.
by Nicolas Geoffray
· 7 years ago
e32d24c
Store zygote compiled code in a shared map.
by Nicolas Geoffray
· 7 years ago
af213cc
Fix ClearEntryPointsInZygoteExecSpace.
by Nicolas Geoffray
· 7 years ago
88f3fd9
jitzygote: madvise DONTFORK on writable shared region.
by Nicolas Geoffray
· 7 years ago
a48c3df
Revert "Revert "Make the JIT zygote memory shared.""
by Nicolas Geoffray
· 7 years ago
e764f38
Remove unnecessary cache alignment fixes
by Orion Hodson
· 7 years ago
2fef66b
Revert "Make the JIT zygote memory shared."
by Nicolas Geoffray
· 7 years ago
aeb0223
Retry cache flushes on ARMv7 devices
by Orion Hodson
· 7 years ago
05f8721
Make the JIT zygote memory shared.
by Nicolas Geoffray
· 7 years ago
00a37ff
Move code writing to data portion of the JIT cache in JitMemoryRegion.
by Nicolas Geoffray
· 7 years ago
a61dbc0
Remove useless ScopedCodeCacheWrite calls.
by Nicolas Geoffray
· 7 years ago
349845a
Move JIT code allocation to JitMemoryRegion.
by Nicolas Geoffray
· 7 years ago
521ff98
For 32-bit ARM devices align method headers and code to 64-byte boundaries.
by Orion Hodson
· 7 years ago
3149252
Fix memory leak in JIT cache
by Orion Hodson
· 7 years ago
9c54e18
Simplify JIT memory region creation.
by Nicolas Geoffray
· 7 years ago
741a070
Fix two bugs in jitzygote configuration.
by Nicolas Geoffray
· 7 years ago
7f7539b
Pass the memory region to allocate into to the compiler / allocation.
by Nicolas Geoffray
· 7 years ago
2a905b2
Move memory related regions of the JIT cache in its own class.
by Nicolas Geoffray
· 7 years ago
d2f13ba
Remove requirement of a ProfilingInfo for jitted code.
by Nicolas Geoffray
· 7 years ago
df1ab20
ART: Avoid shared cache lines for JIT code allocations
by Orion Hodson
· 7 years ago
eab0248
Clean up after obsolete methods update fix.
by Vladimir Marko
· 7 years ago
c45b589
jitzygote: JIT native methods on first use.
by David Srbecky
· 7 years ago
605a5fe
jitzygote: Fix DCHECKs
by David Srbecky
· 7 years ago
3db3d37
Invert IsUsingDefaultBootImageLocation to IsUsingApexBootImageLocation.
by David Srbecky
· 7 years ago
a3b31ba
Fix ProfilingInfo race.
by Nicolas Geoffray
· 7 years ago
7989ac9
Save the JIT compiled code when the class isn't initialized yet.
by Nicolas Geoffray
· 7 years ago
d03e8dd
Fix longstanding JIT bug in interaction with class initialization.
by Nicolas Geoffray
· 7 years ago
d355acf
Clean up Object size related read barriers.
by Vladimir Marko
· 7 years ago
c524e9e
ObjPtr<>-ify mirror::Class.
by Vladimir Marko
· 7 years ago
5708376
Revert "Remove code size from OatQuickMethodHeader"
by Nicolas Geoffray
· 7 years ago
131f23a
Remove code size from OatQuickMethodHeader
by David Srbecky
· 7 years ago
226805d
Deoptimize zygote compiled methods in DeoptimizeBootImage.
by Nicolas Geoffray
· 7 years ago
889e29a
Merge "Cleanup native debug interface api."
by David Srbecky
· 7 years ago
afc60cd
Cleanup native debug interface api.
by David Srbecky
· 8 years ago
ae982f9
Remove CHECK given jvmti deallocates memory.
by Nicolas Geoffray
· 7 years ago
1c1c6e6
Remove CHECK and don't free code/data in zygote space.
by Nicolas Geoffray
· 7 years ago
ce9ed36
Enable JIT in zygote.
by Nicolas Geoffray
· 8 years ago
ef6b2aa
Merge "Revert^4 "ART: Add StackVisitor accepting a lambda""
by Treehugger Robot
· 8 years ago
e36e7f2
Store ImtIndex in ArtMethod.
by David Srbecky
· 8 years ago
80e6a09
Merge "Refactor code around JIT creation."
by Nicolas Geoffray
· 8 years ago
1afdfe6
Wait until inline cache is accessible in GetProfiledMethods.
by Nicolas Geoffray
· 8 years ago
7a2c7c2
Refactor code around JIT creation.
by Nicolas Geoffray
· 8 years ago
c7d878d
Revert^4 "ART: Add StackVisitor accepting a lambda"
by Andreas Gampe
· 8 years ago
ec43a01
Revert "Revert^2 "ART: Add StackVisitor accepting a lambda""
by Nicolas Geoffray
· 8 years ago
3d477f3
Revert^2 "ART: Add StackVisitor accepting a lambda"
by Andreas Gampe
· 8 years ago
b9f1af5
Small cleanups in jit_code_cache.
by Nicolas Geoffray
· 8 years ago
c980df6
Merge "Revert "ART: Add StackVisitor accepting a lambda""
by Andreas Gampe
· 8 years ago
8248490
Revert "ART: Add StackVisitor accepting a lambda"
by Andreas Gampe
· 8 years ago
e09485f
Merge "ART: Add StackVisitor accepting a lambda"
by Andreas Gampe
· 8 years ago
a7edd0d
Fix JIT creation so it picks up runtime flags.
by Nicolas Geoffray
· 8 years ago
36f8d22
ART: Add StackVisitor accepting a lambda
by Andreas Gampe
· 8 years ago
ad28f5e
ART: add hook for framework to set SELinux context
by Orion Hodson
· 8 years ago
1130659
Refactor MemMap::MapAnonymous().
by Vladimir Marko
· 8 years ago
Next »