Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
a78f5b6da738d38b0833b223b42d4486273f05bd
/
runtime
a78f5b6
Refactor conditional uses of ReadBarrier::AssertToSpaceInvariant.
by Roland Levillain
· 8 years ago
eb5bedd
Merge "Check the to-space invariant on a delivered exception."
by Roland Levillain
· 8 years ago
05727c5
Merge "Clean up DexInstuctionIterator."
by Treehugger Robot
· 8 years ago
87575bd
Merge "Rename libz-host -> libz"
by Dan Willemsen
· 8 years ago
f94d9601
Merge "Ensure that OSR doesn't break local-variable get/set"
by Alex Light
· 8 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
· 8 years ago
0e503b5
Rename libz-host -> libz
by Dan Willemsen
· 8 years ago
9486eab
Merge changes Iec406b73,I18aa6aa5
by Treehugger Robot
· 8 years ago
2ca2780
Run bpfmt
by Dan Willemsen
· 8 years ago
9389ae7
Simplify Android.bp files
by Dan Willemsen
· 8 years ago
1d2d4ff
Add DexInstructionIterator and use it a few places
by Mathieu Chartier
· 8 years ago
2161193
Ensure that OSR doesn't break local-variable get/set
by Alex Light
· 8 years ago
ba8069e
Merge "Pass methods array to GetMethodsSliceRangeUnchecked"
by Mathieu Chartier
· 8 years ago
fb21f9d
Merge "ART: Refactor IRT:Add"
by Treehugger Robot
· 8 years ago
2466d62
Pass methods array to GetMethodsSliceRangeUnchecked
by Mathieu Chartier
· 8 years ago
2dc2bcc
Merge "Ensure the oat/vdex file is erased if we fail to truncate"
by Calin Juravle
· 8 years ago
f636252
Merge changes I87f14bf1,Idc21bf89
by Alex Light
· 8 years ago
4894cdd
Merge "ART: Introduce compiler data type."
by Vladimir Marko
· 8 years ago
b09be72
Ensure the oat/vdex file is erased if we fail to truncate
by Calin Juravle
· 8 years ago
2565112
ART: Refactor IRT:Add
by Andreas Gampe
· 8 years ago
3f09389
ART: Change GetAndroidRoot() handling
by Andreas Gampe
· 8 years ago
2c1ef39
Merge "Delete DexMethodIterator"
by Mathieu Chartier
· 8 years ago
0ebe0d8
ART: Introduce compiler data type.
by Vladimir Marko
· 8 years ago
d17c8b6
Delete DexMethodIterator
by Mathieu Chartier
· 8 years ago
79bbbc1
Merge "Change JIT timings to collect thread CPU time."
by Nicolas Geoffray
· 8 years ago
d95b7e1
Merge "ART: Faster PrettyMethod()."
by Vladimir Marko
· 8 years ago
3d69922
Change JIT timings to collect thread CPU time.
by Nicolas Geoffray
· 8 years ago
9d71293
Merge "Verify NumberMethodId in profile and dex_file."
by Treehugger Robot
· 8 years ago
594bccc
Merge "ART: Improve double-JNI-load exception message"
by Treehugger Robot
· 8 years ago
91842ae
Lower PLOG(ERROR) to PLOG(WARNING) if unable to find realpath
by Alex Light
· 8 years ago
478abf0
Merge "Revert^2 "Verify profile wrt dex file in dex2oat"""
by Shubham Ajmera
· 8 years ago
460ab79
Verify NumberMethodId in profile and dex_file.
by Shubham Ajmera
· 8 years ago
b8a55f8
ART: Faster PrettyMethod().
by Vladimir Marko
· 8 years ago
188b2bf
Revert^2 "Verify profile wrt dex file in dex2oat""
by Shubham Ajmera
· 8 years ago
5402edd
Merge "Unlink the vdex/oat file if we fail to compile succesfully"
by Calin Juravle
· 8 years ago
d4215bb
Unlink the vdex/oat file if we fail to compile succesfully
by Calin Juravle
· 8 years ago
208dd60
Merge "ART: Fix os << std::string* errors"
by Treehugger Robot
· 8 years ago
672bcf5
ART: Fix os << std::string* errors
by Andreas Gampe
· 8 years ago
bf536c3
Merge "Add more error logs to profile validation"
by Calin Juravle
· 8 years ago
b407afe
Merge "ART: Fix incorrect logging"
by Treehugger Robot
· 8 years ago
7452797
Refactor linker files from compiler/ to dex2oat/.
by Vladimir Marko
· 9 years ago
3c68315
Merge "Revert^2 "ART: Remove workaround in verifer after Jack update.""
by Treehugger Robot
· 8 years ago
b923848
Merge "Revert "Verify profile wrt dex file in dex2oat""
by Nicolas Geoffray
· 8 years ago
7b211a1
Revert "Verify profile wrt dex file in dex2oat"
by Nicolas Geoffray
· 8 years ago
c4d71c3
Merge "Fix DumpString to read the right amount of args"
by Mathieu Chartier
· 8 years ago
fd03f1e
ART: Improve double-JNI-load exception message
by Andreas Gampe
· 8 years ago
335ee58
ART: Fix incorrect logging
by Andreas Gampe
· 8 years ago
ac7f970
Merge "Verify profile wrt dex file in dex2oat"
by Treehugger Robot
· 8 years ago
1ad1e3f
Add more error logs to profile validation
by Calin Juravle
· 8 years ago
bc61cb5
Fix DumpString to read the right amount of args
by Mathieu Chartier
· 8 years ago
0588f3a
Merge changes Ib4459783,Ibb40f919
by Treehugger Robot
· 8 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
· 8 years ago
486b1b3
Merge "Fix exclusive_owner_ spelling"
by Andreas Gampe
· 8 years ago
04bb35a
Fix exclusive_owner_ spelling
by Hans Boehm
· 8 years ago
09659c2
ART: Remove heap poisoning from globals.h
by Andreas Gampe
· 8 years ago
4d15980
Merge "Shrink ART Mutex exclusive_owner_ field to Atomic<pid_t>"
by Hans Boehm
· 8 years ago
08601a4
Merge changes I38b16291,I159669ec
by Treehugger Robot
· 8 years ago
e1fe6a98
Merge "Handle new zygote flags in ART"
by Nicolas Geoffray
· 8 years ago
560b7c8
Merge "MIPS: Follow-up to "Allow deoptimization when returning from a runtime method""
by Treehugger Robot
· 8 years ago
60454cb
MIPS: Follow-up to "Allow deoptimization when returning from a runtime method"
by Alexey Frunze
· 8 years ago
dbeacd6
Merge "Clean up AtomicDexRefMap"
by Mathieu Chartier
· 8 years ago
217d6d3
ART: Remove old code
by Andreas Gampe
· 8 years ago
217488a
ART: Move read barrier config out of globals
by Andreas Gampe
· 8 years ago
da6f3ee
Merge "Refactor artQuickToInterpreterBridge to fix a perf regression"
by Mingyao Yang
· 8 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
· 8 years ago
fc8b422
Clean up AtomicDexRefMap
by Mathieu Chartier
· 8 years ago
68bf390
Handle new zygote flags in ART
by Nicolas Geoffray
· 8 years ago
fe712a8
Merge "Add support for registering classpath classes status."
by Nicolas Geoffray
· 8 years ago
7a06e4a
Merge "tools: Add new titrace tool to print dynamic instruction counts"
by Treehugger Robot
· 8 years ago
72e80c6
Merge changes Ia3f19f0f,I0fe8038e
by Treehugger Robot
· 8 years ago
c5e7180
Merge "Do not fill DexCache methods in resolution trampoline."
by Treehugger Robot
· 8 years ago
417528d
Refactor artQuickToInterpreterBridge to fix a perf regression
by Mingyao Yang
· 8 years ago
0ae1532
tools: Add new titrace tool to print dynamic instruction counts
by Igor Murashkin
· 8 years ago
aa0912c
Do not fill DexCache methods in resolution trampoline.
by Vladimir Marko
· 8 years ago
afdab8d
Merge "Revert "Revert "Make WatchedFramePop instrumentation event pure-virtual"""
by Alex Light
· 8 years ago
486dda0
Add support for registering classpath classes status.
by Nicolas Geoffray
· 8 years ago
44e5efa
Add check that classpath is up to date to getDexOptNeeded
by Calin Juravle
· 8 years ago
c5b215f
Update the context classpath after the dex files are opened.
by Calin Juravle
· 8 years ago
77fee87
Add support for JVMTI monitor events.
by Alex Light
· 8 years ago
05f4774
Revert "Revert "Make WatchedFramePop instrumentation event pure-virtual""
by Alex Light
· 8 years ago
0882af2
Shrink ART Mutex exclusive_owner_ field to Atomic<pid_t>
by Hans Boehm
· 8 years ago
d0e4c9d
Merge "ART: Do not add Proxy prototype methods to their dex cache."
by Vladimir Marko
· 8 years ago
e9691f5
ART: Do not add Proxy prototype methods to their dex cache.
by Vladimir Marko
· 8 years ago
640a32f
Merge "ART: Pass current Thread* to Jit::ShouldUsePriorityThreadWeight()."
by Treehugger Robot
· 8 years ago
a710d91
ART: Pass current Thread* to Jit::ShouldUsePriorityThreadWeight().
by Vladimir Marko
· 8 years ago
857a160
Merge "Rename debugFlags to runtimeFlags."
by Nicolas Geoffray
· 8 years ago
c4cb7c1
ART: Clear JniConstants on shutdown
by Andreas Gampe
· 8 years ago
6b411fc
Merge "Don't deoptimize everything with can_access_local_variables"
by Treehugger Robot
· 8 years ago
51bee8b
Merge "Revert "ART: additional info SIGILL""
by Orion Hodson
· 8 years ago
5510c0a
Rename debugFlags to runtimeFlags.
by Nicolas Geoffray
· 8 years ago
496b883
Revert "ART: additional info SIGILL"
by Orion Hodson
· 8 years ago
61add1d
Merge "Random comment typo fixes"
by Hans Boehm
· 8 years ago
d972b42
Random comment typo fixes
by Hans Boehm
· 8 years ago
a49e053
Show ArtMethods in imgdiag
by David Sehr
· 8 years ago
47d00f6
Merge changes I88fd4905,Ib8c0a28c
by Treehugger Robot
· 8 years ago
0a5ec3d
Don't deoptimize everything with can_access_local_variables
by Alex Light
· 8 years ago
9d9f2d7
Merge "Use mmapped boot image class table for PIC app HLoadClass."
by Vladimir Marko
· 8 years ago
Next »