Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
b839fbb52a3180bbac16a8f984cb11954a2a1837
/
runtime
43884b2
ART: Coalesce verifier flags into bit struct
by Andreas Gampe
· 5 years ago
79d6c80
Revert^2 "Support using opaque JNI ids"
by Alex Light
· 5 years ago
01fbfbe
Avoid useless EncodeArtMethod followed by DecodeArtMethod
by Alex Light
· 5 years ago
88f3fd9
jitzygote: madvise DONTFORK on writable shared region.
by Nicolas Geoffray
· 5 years ago
ac933ed
Create a dual view for zygote data cache.
by Nicolas Geoffray
· 5 years ago
a48c3df
Revert "Revert "Make the JIT zygote memory shared.""
by Nicolas Geoffray
· 5 years ago
e764f38
Remove unnecessary cache alignment fixes
by Orion Hodson
· 5 years ago
31c3daa
GC-independent image layout.
by Vladimir Marko
· 5 years ago
b476a29
Revert "Support using opaque JNI ids"
by Nicolas Geoffray
· 5 years ago
3b29053
Revert "Make sure to delete jni_id_manager_ on shutdown."
by Nicolas Geoffray
· 5 years ago
d5d645f
Make sure to delete jni_id_manager_ on shutdown.
by Alex Light
· 5 years ago
2fef66b
Revert "Make the JIT zygote memory shared."
by Nicolas Geoffray
· 5 years ago
21d5994
Support using opaque JNI ids
by Alex Light
· 5 years ago
5dfbe7a
ART: Refactor ClassJoin code
by Andreas Gampe
· 5 years ago
591b1d2
ART: Ensure SlowDebug is enabled in all gtests
by Andreas Gampe
· 5 years ago
0362544
Add a stress test for notifyStartupCompleted
by Mathieu Chartier
· 5 years ago
aeb0223
Retry cache flushes on ARMv7 devices
by Orion Hodson
· 5 years ago
05f8721
Make the JIT zygote memory shared.
by Nicolas Geoffray
· 5 years ago
8d335b6
Switch-interpreter: Refactor exception handling.
by David Srbecky
· 5 years ago
1e52a07
Correct Indicies -> Indices
by Alex Light
· 5 years ago
145a18a
Stack walk: Cache CodeInfo and StackMap for current PC.
by David Srbecky
· 5 years ago
f284a2d
Add InvocationTargetException to Wellknownclasses
by Alex Light
· 5 years ago
00a37ff
Move code writing to data portion of the JIT cache in JitMemoryRegion.
by Nicolas Geoffray
· 5 years ago
fd4a79c
GetCanonicalMethod should handle miranda methods.
by Alex Light
· 5 years ago
64b5603
Abort transaction before finalizable allocation...
by Vladimir Marko
· 5 years ago
f5a07ae
Delete global ref created for the JitProfileTask.
by Nicolas Geoffray
· 5 years ago
a61dbc0
Remove useless ScopedCodeCacheWrite calls.
by Nicolas Geoffray
· 5 years ago
9b7f8b5
ART: Dump class initialization stats durig SIGQUIT
by Andreas Gampe
· 5 years ago
9c87c02
ART: Reset stats after fork
by Andreas Gampe
· 5 years ago
6c4ec5c
Revert^2 "Stack maps: Interleave consecutive varints."
by David Srbecky
· 5 years ago
349845a
Move JIT code allocation to JitMemoryRegion.
by Nicolas Geoffray
· 5 years ago
1b2a49b
Revert "Stack maps: Interleave consecutive varints."
by Raylin Hsu
· 5 years ago
a2b3456
Stack maps: Interleave consecutive varints.
by David Srbecky
· 5 years ago
34087c1
Document all logging tags.
by Martin Stjernholm
· 5 years ago
521ff98
For 32-bit ARM devices align method headers and code to 64-byte boundaries.
by Orion Hodson
· 5 years ago
3149252
Fix memory leak in JIT cache
by Orion Hodson
· 5 years ago
9c54e18
Simplify JIT memory region creation.
by Nicolas Geoffray
· 5 years ago
697c47a
Stack maps: Handle special cases using flags.
by David Srbecky
· 5 years ago
2411f49
Add helpers to allocate JIT memory in zygote.
by Nicolas Geoffray
· 5 years ago
77f84fc
Handle cleared preresolved strings
by Mathieu Chartier
· 5 years ago
d91f841
ART: Log approximate arena usage for slow verifier runs
by Andreas Gampe
· 5 years ago
024d69f
Use cleared JNI weak sentinel from boot image.
by Vladimir Marko
· 5 years ago
8764860
ART: Flag Runtime::Abort to the UnexpectedSignal handler
by Andreas Gampe
· 5 years ago
3e2446b
ART: Correctly handle an abort from an unattached thread
by Andreas Gampe
· 5 years ago
c56a23e
Switch-interpreter: Make the instruction field constant.
by David Srbecky
· 5 years ago
4444f1b
Add option to identify primary zygote.
by Nicolas Geoffray
· 5 years ago
ec23291
Use public unwindstack function.
by Christopher Ferris
· 5 years ago
8e05f09
Do not force-intern Strings in images.
by Vladimir Marko
· 5 years ago
23df248
Sweep malloc spaces before clearing from space
by Mathieu Chartier
· 5 years ago
d09504f
Check and expand GC mark stack
by Flash Liu
· 5 years ago
380f0d8
ART: Conditionally install Dbg class callbacks
by Andreas Gampe
· 5 years ago
b7c640d
JVMTI Force early return
by Alex Light
· 6 years ago
3ffb5b1
Handle allocation failure in AddPreResolvedStringsArray
by Mathieu Chartier
· 5 years ago
741a070
Fix two bugs in jitzygote configuration.
by Nicolas Geoffray
· 5 years ago
7f7539b
Pass the memory region to allocate into to the compiler / allocation.
by Nicolas Geoffray
· 5 years ago
93adcb5
ART: Remove some compile-time info points
by Andreas Gampe
· 5 years ago
8867f3b
Switch-interpreter: Add new 'next' instruction field.
by David Srbecky
· 5 years ago
0a7d0b1
ART: Mark unreachable catch handler code in verifier
by Andreas Gampe
· 5 years ago
6087bc2
ART: Handle unresolved catch handler types differently in the verifier
by Andreas Gampe
· 5 years ago
2a905b2
Move memory related regions of the JIT cache in its own class.
by Nicolas Geoffray
· 5 years ago
29bb803
Don't use prejit for jit-at-first-use.
by Nicolas Geoffray
· 5 years ago
d2f13ba
Remove requirement of a ProfilingInfo for jitted code.
by Nicolas Geoffray
· 5 years ago
e7d7e9d
Revert "Remove skipped blocks reuse mechanism"
by Hans Boehm
· 5 years ago
1332c26
Switch-interpreter: Reduce copy-pasted code in array handling.
by David Srbecky
· 5 years ago
ee12e3a
Switch-interpreter: Reduce amount of copy-pasted code.
by David Srbecky
· 5 years ago
df1ab20
ART: Avoid shared cache lines for JIT code allocations
by Orion Hodson
· 5 years ago
743600d
ARM/ARM64: Clean up artFindNativeMethod().
by Vladimir Marko
· 5 years ago
bd613ec
Switch-interpreter: Add boolean return value to opcodes.
by David Srbecky
· 5 years ago
6baf644
Switch-interpreter: Add GetVReg/SetVReg forwarding helpers.
by David Srbecky
· 5 years ago
dddb6de
ART: Remove superfluous logging
by Andreas Gampe
· 5 years ago
54a6d4c
Fix missing return when trying to skip threads dump when mutator lock is exclusively held
by Brian Carlstrom
· 5 years ago
7d42cdd
ART: Allow thread suspend lock to be held when dumping a thread
by Andreas Gampe
· 5 years ago
ba26b51
ART: Skip all-threads dump on abort if locks are held
by Andreas Gampe
· 5 years ago
e8e2d00
Add runtimeISA logging when no original dex files
by randy.jeong
· 5 years ago
dbb57f3
Remove skipped blocks reuse mechanism
by Hans Boehm
· 5 years ago
3068d58
Clean up creating handles from `this`.
by Vladimir Marko
· 5 years ago
991cd5c
Add default template args to Heap::Alloc*Object*().
by Vladimir Marko
· 5 years ago
49af704
Ensure non-standard returns release monitors
by Alex Light
· 5 years ago
616f400
Move libsigchain out of static/shared properties
by Colin Cross
· 5 years ago
d6f579c
Switch-interpreter: Use more helpers for opcode arguments.
by David Srbecky
· 5 years ago
cc3a121
ART: Fix exception stash in stack dump
by Andreas Gampe
· 5 years ago
e42a4b9
Optimize stack maps: add fast path for no inline info.
by David Srbecky
· 5 years ago
67ba872
Optimize stack map decoding.
by David Srbecky
· 5 years ago
436f6c1
Switch-interpreter: Add helpers to get opcode arguments.
by David Srbecky
· 5 years ago
af52cbe
Use TargetSdkLevel in CalculateVerificationInfo
by Alex Light
· 5 years ago
abedfca
Partially ObjPtr<>-ify HandleScope.
by Vladimir Marko
· 5 years ago
e2ddce3
Revert^2 "Add verifier fallback for JVMTI Get/SetLocalVariable"
by Alex Light
· 5 years ago
99cbfb5
Revert "Add verifier fallback for JVMTI Get/SetLocalVariable"
by David Srbecky
· 5 years ago
e48fd0b
Add verifier fallback for JVMTI Get/SetLocalVariable
by Alex Light
· 5 years ago
abdb459
Use string length from DEX instead of recomputing
by Eric Holk
· 5 years ago
4a17f8a
Add extra systrace for app startup
by Mathieu Chartier
· 5 years ago
0dc93b1
ART: Run bpfmt over ART's blueprint files
by Andreas Gampe
· 5 years ago
9b81ac3
Add default argument kIsInstrumented=true.
by Vladimir Marko
· 5 years ago
552a134
ART: Optimize StringBuilder append pattern.
by Vladimir Marko
· 7 years ago
3a8ab36
ART: Remove time_utils dependency in thread_list.h
by Andreas Gampe
· 5 years ago
19f5416
ART: Remove runtime.h file_utils.h (iwyu)
by Andreas Gampe
· 5 years ago
43e7243
ART: Remove file_utils' ReadFileToString
by Andreas Gampe
· 5 years ago
391be3a
ART: Forward-declare AllocatorType (iwyu)
by Andreas Gampe
· 5 years ago
0c2313c
ART: Forward-declare SuspendReason in thread.h
by Andreas Gampe
· 5 years ago
b79674c
ART: Forward-declare Signature in art_method.h (iwyu)
by Andreas Gampe
· 5 years ago
Next »