Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
162ae5088e5fd0f2f717fd45bac73e8d3f400a9d
/
runtime
162ae50
ART: Expect a null self in SetEntrypointsInstrumented
by Andreas Gampe
· 9 years ago
9248a81
Merge changes I7061c450,Ie8f8f24b,Ia6cee2cb
by Andreas Gampe
· 9 years ago
3e2e2f1
Merge "Fix handling of dex cache arrays for method types."
by Narayan Kamath
· 9 years ago
11a66e4
ART: Do not free allocation listener in heap destructor
by Andreas Gampe
· 9 years ago
157c77e
ART: Fix allocation entrypoint instrumentation
by Andreas Gampe
· 9 years ago
c02685c
ART: Fix lock order issue in allocation tracking
by Andreas Gampe
· 9 years ago
9fbeb7e
Merge "event interface going private"
by Treehugger Robot
· 9 years ago
27b88f3
Merge "Remove logging dependency on runtime"
by Treehugger Robot
· 9 years ago
72288c0
Merge "Fix invoke-virtual not throwing ICCE in some cases"
by Treehugger Robot
· 9 years ago
280a162
event interface going private
by Mark Salyzyn
· 9 years ago
f57589f
Remove logging dependency on runtime
by David Sehr
· 9 years ago
38a4223
Merge "Move most mirror:: args to ObjPtr"
by Mathieu Chartier
· 9 years ago
d6e0fa9
Fix invoke-virtual not throwing ICCE in some cases
by Alex Light
· 9 years ago
31e8822
Move most mirror:: args to ObjPtr
by Mathieu Chartier
· 9 years ago
7fe5658
Fix handling of dex cache arrays for method types.
by Narayan Kamath
· 9 years ago
498e122
Merge "Ensure OpenDexFilesFromImage closes file to prevent file descriptor leak"
by Brian Carlstrom
· 9 years ago
174d17b
Merge "Add DCHECK() for class loader in artResolveStringFromCode()."
by Vladimir Marko
· 9 years ago
8c0fee9
Merge "Do not write empty class table and intern table to image."
by Vladimir Marko
· 9 years ago
06a421d
Merge changes If95ecaf4,Ifb33cae2
by Treehugger Robot
· 9 years ago
6021426
Merge "ART: Make JNI global and weak global locks global"
by Treehugger Robot
· 9 years ago
f5b0f2c
Ensure OpenDexFilesFromImage closes file to prevent file descriptor leak
by Brian Carlstrom
· 9 years ago
f434243
Merge "Move reference processor and mirror::Reference to ObjPtr"
by Mathieu Chartier
· 9 years ago
d2d0353
ART: Temporarily use global references for GetLoadedClasses
by Andreas Gampe
· 9 years ago
aa8b60c
ART: Add GetLoadedClasses support
by Andreas Gampe
· 9 years ago
05a364c
ART: Make JNI global and weak global locks global
by Andreas Gampe
· 9 years ago
5d3f73a
Move reference processor and mirror::Reference to ObjPtr
by Mathieu Chartier
· 9 years ago
043eb9a
Add a mark bit check in the read barrier jni entrypoint.
by Hiroshi Yamauchi
· 9 years ago
cfdff14
Merge "Move mirror::ObjectArray to ObjPtr"
by Mathieu Chartier
· 9 years ago
82f3a20
Add DCHECK() for class loader in artResolveStringFromCode().
by Vladimir Marko
· 9 years ago
1a1de67
Do not write empty class table and intern table to image.
by Vladimir Marko
· 9 years ago
a303116
Merge "interpreter: support for non-exact invokes."
by Treehugger Robot
· 9 years ago
208f857
interpreter: support for non-exact invokes.
by Narayan Kamath
· 9 years ago
1a5337f
Move mirror::ObjectArray to ObjPtr
by Mathieu Chartier
· 9 years ago
c8b722b
Merge "jni: Add read barrier fast path to jni compiler"
by Treehugger Robot
· 9 years ago
6b3d12b
Move common throws to ObjPtr
by Mathieu Chartier
· 9 years ago
28bd2e4
Move mirror::Class to use ObjPtr
by Mathieu Chartier
· 9 years ago
ae7ff92
jni: Add read barrier fast path to jni compiler
by Igor Murashkin
· 9 years ago
2d85595
Move Heap::GetInstances to use Handles
by Mathieu Chartier
· 9 years ago
aea9bfb
Use handles for GetReferringObjects
by Mathieu Chartier
· 9 years ago
a9daa3a
Merge "Fix moving GC bug in cloning finalizable objects"
by Mathieu Chartier
· 9 years ago
51eaa7f
Fix moving GC bug in cloning finalizable objects
by Mathieu Chartier
· 9 years ago
480ddd6
Merge "Replace StackHandleScopeCollection with VariableSizedHandleScope"
by Mathieu Chartier
· 9 years ago
c2f1fc7
Merge "Add handle wrapper to allocation listener"
by Mathieu Chartier
· 9 years ago
a711804
Add handle wrapper to allocation listener
by Mathieu Chartier
· 9 years ago
172ec8e
ART: Fix typo
by Andreas Gampe
· 9 years ago
3d9f283
Merge "Fix the CC monkey crashes."
by Treehugger Robot
· 9 years ago
e8a3c57
Replace StackHandleScopeCollection with VariableSizedHandleScope
by Mathieu Chartier
· 9 years ago
e8317d9
Merge "ART: Add heap iteration callback"
by Andreas Gampe
· 9 years ago
3b1d1b7
Fix the CC monkey crashes.
by Hiroshi Yamauchi
· 9 years ago
e54d992
ART: Add heap iteration callback
by Andreas Gampe
· 9 years ago
9d156d5
Move Heap parameters to ObjPtr
by Mathieu Chartier
· 9 years ago
078483d
Merge "ART: Use cerr for host unexpected errors"
by Treehugger Robot
· 9 years ago
ef29536
ART: Use cerr for host unexpected errors
by Andreas Gampe
· 9 years ago
cc13b22
ART: Add object reclaim support
by Andreas Gampe
· 9 years ago
91d1b61
Merge "Add missing cases in quick_trampoline_entrypoints_test for MIPS64"
by Treehugger Robot
· 9 years ago
bf9e543
Merge "Use art::Atomic for CopyObject"
by Mathieu Chartier
· 9 years ago
f24ddb2
Merge "ART: Add allocation callback"
by Andreas Gampe
· 9 years ago
a6bfd5f
Merge "ART: Switch to name-based IMT hashing"
by Treehugger Robot
· 9 years ago
a1ff30f
ART: Switch to name-based IMT hashing
by Andreas Gampe
· 9 years ago
ed63aad
Merge "ART: Add event callback support"
by Treehugger Robot
· 9 years ago
27fa96c
ART: Add allocation callback
by Andreas Gampe
· 9 years ago
4404fb3
Merge "mterp: Placeholder support for invoke-polymorphic"
by Bill Buzbee
· 9 years ago
fec13d4
Use art::Atomic for CopyObject
by Mathieu Chartier
· 9 years ago
1506bf3
Add missing cases in quick_trampoline_entrypoints_test for MIPS64
by Goran Jakovljevic
· 9 years ago
5065b09
Merge "MIPS64: Fix art_quick_aput_obj stubs"
by Nicolas Geoffray
· 9 years ago
77708d9
ART: Add event callback support
by Andreas Gampe
· 9 years ago
8a28714
mterp: Placeholder support for invoke-polymorphic
by buzbee
· 9 years ago
0353698
Use word copying for CopyObject
by Mathieu Chartier
· 9 years ago
0d7398f
Merge "Move mirror::Object setters to ObjPtr"
by Mathieu Chartier
· 9 years ago
0a748b5
MIPS64: Fix art_quick_aput_obj stubs
by Goran Jakovljevic
· 9 years ago
81ca05d
Merge "Move remaining jobject related functions to use ObjPtr"
by Mathieu Chartier
· 9 years ago
a058fdf
Move mirror::Object setters to ObjPtr
by Mathieu Chartier
· 9 years ago
c4f3925
Move remaining jobject related functions to use ObjPtr
by Mathieu Chartier
· 9 years ago
e08a2be
ART: Register object tagging table
by Andreas Gampe
· 9 years ago
18f7de8
Merge "Allow early abort logging"
by Treehugger Robot
· 9 years ago
83805a2
Merge "ART: Support object tagging"
by Treehugger Robot
· 9 years ago
db8eed0
Merge "ObjPtr misc cleanup"
by Treehugger Robot
· 9 years ago
54aaba2
Merge "Temporarily add debug logging for b/31357497"
by Hiroshi Yamauchi
· 9 years ago
81c6c8e
Merge "Fix a deadlock between thread flip and suspend request."
by Treehugger Robot
· 9 years ago
3f386d5
Allow early abort logging
by Mathieu Chartier
· 9 years ago
a10ae78
Temporarily add debug logging for b/31357497
by Hiroshi Yamauchi
· 9 years ago
02e7f1a
Fix a deadlock between thread flip and suspend request.
by Hiroshi Yamauchi
· 9 years ago
f8ac97f
ObjPtr misc cleanup
by Mathieu Chartier
· 9 years ago
299958f
Change java_lang_reflect_Field.cc to use ObjPtr
by Mathieu Chartier
· 9 years ago
463a67d
Merge "Change indirect reference table to use ObjPtr"
by Treehugger Robot
· 9 years ago
78c6fef
Merge "Refactoring of graph linearization and linear order."
by Treehugger Robot
· 9 years ago
8778c52
Change indirect reference table to use ObjPtr
by Mathieu Chartier
· 9 years ago
7638651
Merge "Initialize dex cache while holding dex_lock"
by Mathieu Chartier
· 9 years ago
6dee92e
ART: Support object tagging
by Andreas Gampe
· 9 years ago
9620230
Refactoring of graph linearization and linear order.
by Aart Bik
· 9 years ago
cf42ad6
Merge "Don't push handle scope for critical native generic JNI"
by Treehugger Robot
· 9 years ago
2f61867
Merge "Remove #include "oat_file.h" from class_linker.h ."
by Vladimir Marko
· 9 years ago
1432a5b
Don't push handle scope for critical native generic JNI
by Mathieu Chartier
· 9 years ago
6c60d84
Initialize dex cache while holding dex_lock
by Mathieu Chartier
· 9 years ago
97d7e1c
Remove #include "oat_file.h" from class_linker.h .
by Vladimir Marko
· 9 years ago
8ee0b08
Merge "Basic implementation of invoke / invoke-polymorphic."
by Treehugger Robot
· 9 years ago
9823e78
Basic implementation of invoke / invoke-polymorphic.
by Narayan Kamath
· 9 years ago
556c9a2
Merge "Rename ObjPtr::Decode to ObjPtr::Ptr"
by Mathieu Chartier
· 9 years ago
7b08ae4
Fix a CC crash with ThreadStress.
by Hiroshi Yamauchi
· 9 years ago
d74bd3a
Merge changes I65bc7769,Ib24c7060
by Andreas Gampe
· 9 years ago
Next »