Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
5d17ad36586dff125ee8de159804fbaba09f694d
/
runtime
d456117
ART: Mark StringBuilder.append()s as intrinsics.
by Vladimir Marko
· 7 years ago
f41232e
Incorporate additional feedback to native JNI checks
by Orion Hodson
· 6 years ago
077872d
Allow APEX binaries to access fields and methods via JNI
by Orion Hodson
· 6 years ago
2180d8e
Clean up ArtField/ArtMethod relocation for app image.
by Vladimir Marko
· 6 years ago
9ac09ee
jitzygote: compile system server methods at boot.
by Nicolas Geoffray
· 6 years ago
eab0248
Clean up after obsolete methods update fix.
by Vladimir Marko
· 6 years ago
efdd1b0
ART: Add throughput to verifier duration message
by Andreas Gampe
· 6 years ago
d6d878e
Use DEX2OATBOOTCLASSPATH to generate boot image
by wangshumin
· 6 years ago
d3374a0
Move stack logging entirely into palette library
by Orion Hodson
· 6 years ago
4060786
Revert^2 "Correctly handle thread deopt with thread-specific JVMTI events"
by Alex Light
· 6 years ago
3ff45bf
ART: Small iwyu
by Andreas Gampe
· 6 years ago
b34981b
ART: Fix hidden hard fail in instance field verification
by Andreas Gampe
· 6 years ago
439d126
Add StackVisitor::SetVRegReference().
by Vladimir Marko
· 6 years ago
19711d4
ObjPtr<>-ify instrumentation.
by Vladimir Marko
· 6 years ago
8311489
ObjPtr<>-ify debugger/jdwp.
by Vladimir Marko
· 6 years ago
1fe5839
ObjPtr<>-ify ClassTable.
by Vladimir Marko
· 6 years ago
c6934e3
Avoid some read barriers in ClassTable.
by Vladimir Marko
· 6 years ago
765b2a0
Add -verbose:interpreter
by Mathieu Chartier
· 6 years ago
164f133
Free classes after objects for memory tool
by Mathieu Chartier
· 6 years ago
0d54cfb
jitzygote: Special case system server to keep the JIT queue at fork.
by Nicolas Geoffray
· 6 years ago
fe613a7
ART: Small iwyu
by Andreas Gampe
· 6 years ago
b0625e0
ART: Address b/120022597
by Andreas Gampe
· 6 years ago
b74f307
ART: IWYU for HiddenApi domain
by Andreas Gampe
· 6 years ago
1db789e
ART: Small iwyu
by Andreas Gampe
· 6 years ago
0e5dc34
Only write stacks traces to tombstoned
by Joe Onorato
· 6 years ago
f1890fd
Go to native for image decompression thread pool wait
by Mathieu Chartier
· 6 years ago
c5e3a52
Make compiling an apex image explicit.
by Nicolas Geoffray
· 6 years ago
7711c35
Fix debug/release dependencies on libartbase
by David Srbecky
· 6 years ago
36ec6c7
Fix DWARF line-number generation for JITed methods.
by David Srbecky
· 6 years ago
956f9fa
Save floating point registers in art_quick_osr_stub
by David Srbecky
· 6 years ago
c45b589
jitzygote: JIT native methods on first use.
by David Srbecky
· 6 years ago
2cd21b2
ART: Make bad_mutexes abort message legible
by Andreas Gampe
· 6 years ago
7c5acbb
ART: Fix some types
by Andreas Gampe
· 6 years ago
51c6558
Add cfi instructions.
by Christopher Ferris
· 6 years ago
81dc7ab
Speed up and slightly simplify Mutex
by Hans Boehm
· 6 years ago
605a5fe
jitzygote: Fix DCHECKs
by David Srbecky
· 6 years ago
20d1c94
Patch supports Intel(R) AVX/AVX2 MOV Instruction
by jaishank
· 6 years ago
96b3baa
ART: Validate boot image system oat files conditionally
by Andreas Gampe
· 6 years ago
3db3d37
Invert IsUsingDefaultBootImageLocation to IsUsingApexBootImageLocation.
by David Srbecky
· 6 years ago
467b692
Use single contention counter for rw mutexes
by Hans Boehm
· 6 years ago
f339cca
Revert "jitzygote: Also Pre-JIT native methods."
by David Srbecky
· 6 years ago
dd16edb
Revert "jitzygote: Fix pre-JIT of native methods."
by David Srbecky
· 6 years ago
a4cdd36
Prevent concurrent GC stack-walks during deoptimization
by Alex Light
· 6 years ago
bfcca58
ART: Add verifier-debug log for exception handler
by Andreas Gampe
· 6 years ago
99db7bb
ART: Templatize internal method verifier class
by Andreas Gampe
· 6 years ago
fc25ae9
ART: Refactor verifier
by Andreas Gampe
· 6 years ago
d09c059
ART: Do not expose arena allocator from MethodVerifier
by Andreas Gampe
· 6 years ago
51de69e
ART: Clean up MethodVerifier
by Andreas Gampe
· 6 years ago
bb2467b
Make kHugeNativeAllocs configurable
by Hans Boehm
· 6 years ago
7c887c5
ART: Under verifier-debug, amend the hard-fail message
by Andreas Gampe
· 6 years ago
a65859d
Add mean GC throughput as per CPU time to perfdump
by Lokesh Gidra
· 6 years ago
87658f3
Revert^2 "Optimize FindClass ClassNotFoundException case"
by Andreas Gampe
· 6 years ago
d5d807b
ART: Restrict dex cache location check
by Andreas Gampe
· 6 years ago
501c3b0
Revert^2 "Fix correctness for fast path class loading"
by Andreas Gampe
· 6 years ago
2e2f9e8
Revert "Fix correctness for fast path class loading"
by Mathieu Chartier
· 6 years ago
d399f57
Revert "Optimize FindClass ClassNotFoundException case"
by Mathieu Chartier
· 6 years ago
9634705
Optimize FindClass ClassNotFoundException case
by Mathieu Chartier
· 6 years ago
d94c87d
jitzygote: Fix pre-JIT of native methods.
by David Srbecky
· 6 years ago
ef04ac6
Fix correctness for fast path class loading
by Mathieu Chartier
· 6 years ago
1eb5d87
Prefix entrypoints with 0xFF so we can do extra checks.
by David Srbecky
· 6 years ago
9b70ee0
Clean up error messages in the previous CL.
by Martin Stjernholm
· 6 years ago
2ad6cce
ART: Make LogVerifyInfo newlines consistent
by Andreas Gampe
· 6 years ago
2e2c45e
Plumb tombstoned connections through PALette.
by Martin Stjernholm
· 6 years ago
a3b31ba
Fix ProfilingInfo race.
by Nicolas Geoffray
· 6 years ago
b10f028
Special case one class in jit zygote.
by Nicolas Geoffray
· 6 years ago
5a0622a
jitzygote: Also Pre-JIT native methods.
by Nicolas Geoffray
· 6 years ago
7989ac9
Save the JIT compiled code when the class isn't initialized yet.
by Nicolas Geoffray
· 6 years ago
6dfdfef
Set core platform API policy from command line flag
by David Brazdil
· 6 years ago
fb6a5c0
Add and use art::GetAndroidRuntimeBinDir.
by Roland Levillain
· 6 years ago
f160394
Rewrite backtrace-helper to use Unwinder directly.
by David Srbecky
· 6 years ago
dc2fbb6
jitzygote: create a type lookup table at runtime for bootclasspath dex files.
by Nicolas Geoffray
· 6 years ago
dc1dffc
Fix metrics in GC performance dump
by Lokesh Gidra
· 6 years ago
d03e8dd
Fix longstanding JIT bug in interaction with class initialization.
by Nicolas Geoffray
· 6 years ago
c63d566
Update intrinsic Unsafe.getLong() after moving to core platform API
by David Brazdil
· 6 years ago
0039bc5
Do not change hidden API ArtMethod/ArtField access flags on AOT
by David Brazdil
· 6 years ago
31cc279
Fix hidden API DCHECK in ArtMethod::SetIntrinsic
by David Brazdil
· 6 years ago
3e8aae0
Fix dex location of boot oat files during preopt
by David Brazdil
· 6 years ago
4059487
Fix CHECK for homogenous space compaction
by Mathieu Chartier
· 6 years ago
6683446
Revert^2 "Perform SetEvent under the user_code_suspend_count_lock_"
by Alex Light
· 6 years ago
b52df53
Revert^2 "Remove support for moving GC collector transitions"
by Mathieu Chartier
· 6 years ago
2e3cb54
Refactor art::GetAndroidDataSafe and art::GetAndroidData.
by Roland Levillain
· 6 years ago
1ed4515
Fix flaky 137-cfi test.
by David Srbecky
· 6 years ago
51d5a30
Use unique mutex to synchronize runtime_callbacks
by Alex Light
· 6 years ago
ecd21be
Fix tracing shutdown
by Ari Hausman-Cohen
· 6 years ago
fc8e759
art: remove unnecessary references to external/zlib.
by Elliott Hughes
· 6 years ago
8f88207
Revert "Remove support for moving GC collector transitions"
by Mathieu Chartier
· 6 years ago
66a6550
Remove support for moving GC collector transitions
by Mathieu Chartier
· 6 years ago
f75dce4
Revert^2 "Delete GSS"
by Mathieu Chartier
· 6 years ago
a8d23cb
Use CommonArtTest for dexlayout, dexdiag
by David Sehr
· 6 years ago
eaa4831
Revert "Perform SetEvent under the user_code_suspend_count_lock_"
by Alex Light
· 6 years ago
d271809
Don't JIT compile eagerly methods that have the resolution stub.
by Nicolas Geoffray
· 6 years ago
76b9c69
Split JIT mini-debug-info packing and compression to two phases.
by David Srbecky
· 6 years ago
e185883
Revert "Delete GSS"
by Mathieu Chartier
· 6 years ago
268aa30
Add dependency on libdl_android
by dimitry
· 6 years ago
1397ea1
Delete GSS
by Mathieu Chartier
· 6 years ago
3483d0a
Fix mterp assembly to use uxtw instead of lsl where needed.
by David Srbecky
· 6 years ago
3fa8b6d
Perform SetEvent under the user_code_suspend_count_lock_
by Alex Light
· 6 years ago
774232a
Add another missing entrypoint check for stack walk.
by David Srbecky
· 6 years ago
383f114
Fix ILL_ILLOPC issue-id 129895920 on 32bit armv7 device
by yuguoxu
· 6 years ago
4a57d5f
ART: Remove old cout usage in method_verifier
by Andreas Gampe
· 6 years ago
Next »