Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
097f34cc09caf46945ec17e198f57ac9c156e904
/
runtime
097f34c
ART: Use CmdlineParser in dex2oat
by Andreas Gampe
· 7 years ago
df7f7f0
Address comment for aog/502433
by Mathieu Chartier
· 7 years ago
aac9012
Compare rounded sizes in CheckPreconditionsForAllocObject
by Mathieu Chartier
· 7 years ago
8d8de0c
Use CheckedCall for mprotects
by Mathieu Chartier
· 7 years ago
1602bf6
Merge "Rename CHECK_MEMORY_CALL to CheckedCall"
by Mathieu Chartier
· 7 years ago
3425d02
Rename CHECK_MEMORY_CALL to CheckedCall
by Mathieu Chartier
· 7 years ago
3395da0
Merge changes I03daad97,I7d47b978,I70103fb2
by Treehugger Robot
· 7 years ago
691839c
signal_catcher: reformat includes.
by Josh Gao
· 7 years ago
361a1fa
fd_file: never report Close failure on linux.
by Josh Gao
· 7 years ago
494ec69
fd_file: don't report failure when trying to flush a pipe.
by Josh Gao
· 7 years ago
f167135
Merge changes from topic "thread-stop"
by Alex Light
· 7 years ago
844a4ed
Merge "ART: Dump allocation stacks in reference table dumps"
by Treehugger Robot
· 7 years ago
25ae379
Merge "ART: Add VarHandle fence intrinsics"
by Orion Hodson
· 7 years ago
8a2a1fc
ART: Dump allocation stacks in reference table dumps
by Andreas Gampe
· 7 years ago
2e59994
ART: support for const-method-{handle,type}
by Orion Hodson
· 7 years ago
4a4610a
ART: Add VarHandle fence intrinsics
by Orion Hodson
· 7 years ago
cfcc9cf
ART: Increase the number of potential instrinsics
by Orion Hodson
· 7 years ago
f67f115
Merge "Send ThreadEnd after clearing ThreadGroup."
by Treehugger Robot
· 7 years ago
df13240
Send ThreadEnd after clearing ThreadGroup.
by Alex Light
· 7 years ago
c46cf80
Add startup/post-startup bits for random profiles
by Mathieu Chartier
· 7 years ago
7ec532f
Merge "Refactor conditional uses of ReadBarrier::AssertToSpaceInvariant."
by Roland Levillain
· 7 years ago
a78f5b6
Refactor conditional uses of ReadBarrier::AssertToSpaceInvariant.
by Roland Levillain
· 7 years ago
40a21b3
Merge "ART: Fix loading PIC oat files without image for oatdump."
by Vladimir Marko
· 7 years ago
eb5bedd
Merge "Check the to-space invariant on a delivered exception."
by Roland Levillain
· 7 years ago
667585a
ART: Fix loading PIC oat files without image for oatdump.
by Vladimir Marko
· 7 years ago
05727c5
Merge "Clean up DexInstuctionIterator."
by Treehugger Robot
· 7 years ago
87575bd
Merge "Rename libz-host -> libz"
by Dan Willemsen
· 7 years ago
f94d960
Merge "Ensure that OSR doesn't break local-variable get/set"
by Alex Light
· 7 years ago
848574c
Implement asynchronous exception support
by Alex Light
· 7 years ago
b77b698
Check the to-space invariant on a delivered exception.
by Roland Levillain
· 8 years ago
d7559b7
Clean up DexInstuctionIterator.
by Vladimir Marko
· 7 years ago
0e503b5
Rename libz-host -> libz
by Dan Willemsen
· 7 years ago
9486eab
Merge changes Iec406b73,I18aa6aa5
by Treehugger Robot
· 7 years ago
2ca2780
Run bpfmt
by Dan Willemsen
· 7 years ago
9389ae7
Simplify Android.bp files
by Dan Willemsen
· 7 years ago
1d2d4ff
Add DexInstructionIterator and use it a few places
by Mathieu Chartier
· 7 years ago
2161193
Ensure that OSR doesn't break local-variable get/set
by Alex Light
· 7 years ago
ba8069e
Merge "Pass methods array to GetMethodsSliceRangeUnchecked"
by Mathieu Chartier
· 7 years ago
fb21f9d
Merge "ART: Refactor IRT:Add"
by Treehugger Robot
· 7 years ago
2466d62
Pass methods array to GetMethodsSliceRangeUnchecked
by Mathieu Chartier
· 7 years ago
2dc2bcc
Merge "Ensure the oat/vdex file is erased if we fail to truncate"
by Calin Juravle
· 7 years ago
f636252
Merge changes I87f14bf1,Idc21bf89
by Alex Light
· 7 years ago
4894cdd
Merge "ART: Introduce compiler data type."
by Vladimir Marko
· 7 years ago
b09be72
Ensure the oat/vdex file is erased if we fail to truncate
by Calin Juravle
· 7 years ago
2565112
ART: Refactor IRT:Add
by Andreas Gampe
· 7 years ago
3f09389
ART: Change GetAndroidRoot() handling
by Andreas Gampe
· 7 years ago
2c1ef39
Merge "Delete DexMethodIterator"
by Mathieu Chartier
· 7 years ago
0ebe0d8
ART: Introduce compiler data type.
by Vladimir Marko
· 7 years ago
d17c8b6
Delete DexMethodIterator
by Mathieu Chartier
· 7 years ago
79bbbc1
Merge "Change JIT timings to collect thread CPU time."
by Nicolas Geoffray
· 7 years ago
d95b7e1
Merge "ART: Faster PrettyMethod()."
by Vladimir Marko
· 7 years ago
3d69922
Change JIT timings to collect thread CPU time.
by Nicolas Geoffray
· 7 years ago
9d71293
Merge "Verify NumberMethodId in profile and dex_file."
by Treehugger Robot
· 7 years ago
594bccc
Merge "ART: Improve double-JNI-load exception message"
by Treehugger Robot
· 7 years ago
91842ae
Lower PLOG(ERROR) to PLOG(WARNING) if unable to find realpath
by Alex Light
· 7 years ago
478abf0
Merge "Revert^2 "Verify profile wrt dex file in dex2oat"""
by Shubham Ajmera
· 7 years ago
460ab79
Verify NumberMethodId in profile and dex_file.
by Shubham Ajmera
· 7 years ago
b8a55f8
ART: Faster PrettyMethod().
by Vladimir Marko
· 7 years ago
188b2bf
Revert^2 "Verify profile wrt dex file in dex2oat""
by Shubham Ajmera
· 7 years ago
5402edd
Merge "Unlink the vdex/oat file if we fail to compile succesfully"
by Calin Juravle
· 7 years ago
d4215bb
Unlink the vdex/oat file if we fail to compile succesfully
by Calin Juravle
· 7 years ago
208dd60
Merge "ART: Fix os << std::string* errors"
by Treehugger Robot
· 7 years ago
672bcf5
ART: Fix os << std::string* errors
by Andreas Gampe
· 7 years ago
bf536c3
Merge "Add more error logs to profile validation"
by Calin Juravle
· 7 years ago
b407afe
Merge "ART: Fix incorrect logging"
by Treehugger Robot
· 7 years ago
7452797
Refactor linker files from compiler/ to dex2oat/.
by Vladimir Marko
· 8 years ago
3c68315
Merge "Revert^2 "ART: Remove workaround in verifer after Jack update.""
by Treehugger Robot
· 7 years ago
b923848
Merge "Revert "Verify profile wrt dex file in dex2oat""
by Nicolas Geoffray
· 7 years ago
7b211a1
Revert "Verify profile wrt dex file in dex2oat"
by Nicolas Geoffray
· 7 years ago
c4d71c3
Merge "Fix DumpString to read the right amount of args"
by Mathieu Chartier
· 7 years ago
fd03f1e
ART: Improve double-JNI-load exception message
by Andreas Gampe
· 7 years ago
335ee58
ART: Fix incorrect logging
by Andreas Gampe
· 7 years ago
ac7f970
Merge "Verify profile wrt dex file in dex2oat"
by Treehugger Robot
· 7 years ago
1ad1e3f
Add more error logs to profile validation
by Calin Juravle
· 7 years ago
bc61cb5
Fix DumpString to read the right amount of args
by Mathieu Chartier
· 7 years ago
0588f3a
Merge changes Ib4459783,Ibb40f919
by Treehugger Robot
· 7 years ago
2676520
Verify profile wrt dex file in dex2oat
by Shubham Ajmera
· 8 years ago
4584122
ART: Remove suspend-check optimization
by Andreas Gampe
· 7 years ago
486b1b3
Merge "Fix exclusive_owner_ spelling"
by Andreas Gampe
· 7 years ago
04bb35a
Fix exclusive_owner_ spelling
by Hans Boehm
· 7 years ago
09659c2
ART: Remove heap poisoning from globals.h
by Andreas Gampe
· 7 years ago
4d15980
Merge "Shrink ART Mutex exclusive_owner_ field to Atomic<pid_t>"
by Hans Boehm
· 7 years ago
08601a4
Merge changes I38b16291,I159669ec
by Treehugger Robot
· 7 years ago
e1fe6a9
Merge "Handle new zygote flags in ART"
by Nicolas Geoffray
· 7 years ago
560b7c8
Merge "MIPS: Follow-up to "Allow deoptimization when returning from a runtime method""
by Treehugger Robot
· 7 years ago
60454cb
MIPS: Follow-up to "Allow deoptimization when returning from a runtime method"
by Alexey Frunze
· 7 years ago
dbeacd6
Merge "Clean up AtomicDexRefMap"
by Mathieu Chartier
· 7 years ago
217d6d3
ART: Remove old code
by Andreas Gampe
· 7 years ago
217488a
ART: Move read barrier config out of globals
by Andreas Gampe
· 7 years ago
da6f3ee
Merge "Refactor artQuickToInterpreterBridge to fix a perf regression"
by Mingyao Yang
· 7 years ago
04c6ab9
ART: Forward declarations for InvokeType
by Andreas Gampe
· 8 years ago
e2abbc6
ART: Move kDexNoIndex to dex_file_types.h
by Andreas Gampe
· 7 years ago
fc8b422
Clean up AtomicDexRefMap
by Mathieu Chartier
· 7 years ago
68bf390
Handle new zygote flags in ART
by Nicolas Geoffray
· 7 years ago
fe712a8
Merge "Add support for registering classpath classes status."
by Nicolas Geoffray
· 7 years ago
7a06e4a
Merge "tools: Add new titrace tool to print dynamic instruction counts"
by Treehugger Robot
· 7 years ago
72e80c6
Merge changes Ia3f19f0f,I0fe8038e
by Treehugger Robot
· 7 years ago
c5e7180
Merge "Do not fill DexCache methods in resolution trampoline."
by Treehugger Robot
· 7 years ago
417528d
Refactor artQuickToInterpreterBridge to fix a perf regression
by Mingyao Yang
· 7 years ago
0ae1532
tools: Add new titrace tool to print dynamic instruction counts
by Igor Murashkin
· 7 years ago
Next »