Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
a058fdf0cf7435a13a6e8cae5e3a9bfa1513828d
/
runtime
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
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
1cc62e4
Rename ObjPtr::Decode to ObjPtr::Ptr
by Mathieu Chartier
· 9 years ago
aad75c6
Revert "Revert "Store resolved Strings for AOT code in .bss.""
by Vladimir Marko
· 9 years ago
370423d
interpreter: Remove unnecessary template arg from DoCallCommon.
by Narayan Kamath
· 9 years ago
0715c0b
Add handle wrapper for interpreter field get/set
by Mathieu Chartier
· 9 years ago
90a32b1
ART: Reprint long messages on abort
by Andreas Gampe
· 9 years ago
f1e8630
ART: Clean up IRT-related abort messaging
by Andreas Gampe
· 9 years ago
5075b0e
Merge changes I50493bca,I8b266ad0
by Mathieu Chartier
· 9 years ago
b890130
Use ObjPtr for ResolvedFieldAccessTest and ResolvedMethodAccessTest
by Mathieu Chartier
· 9 years ago
3398c78
Move ArtField to ObjPtr
by Mathieu Chartier
· 9 years ago
0ad6c8f
art: Replace cutils/log.h with android/log.h
by Mark Salyzyn
· 9 years ago
462e21c
Merge "Delete some unused bitmap walking code"
by Mathieu Chartier
· 9 years ago
d295618
Merge "DexCachePair : Add an Assign method."
by Narayan Kamath
· 9 years ago
23136d1
DexCachePair : Add an Assign method.
by Narayan Kamath
· 9 years ago
42b3dd0
Address review comments for change 25352fc06c84cdab8a2ab.
by Narayan Kamath
· 9 years ago
25352fc
class_linker: Add support for resolving method types.
by Narayan Kamath
· 9 years ago
e89e1b5
Merge "String Compression for ARM and ARM64"
by Jeff Hao
· 9 years ago
f2ebe98
Merge "String compression on intrinsics x86 and x86_64"
by Jeff Hao
· 9 years ago
2f8eebb
Delete some unused bitmap walking code
by Mathieu Chartier
· 9 years ago
0576575
String Compression for ARM and ARM64
by jessicahandojo
· 9 years ago
4f0cabf
Merge "Remove dependency on libcutils"
by Dimitry Ivanov
· 9 years ago
4877b79
String compression on intrinsics x86 and x86_64
by jessicahandojo
· 9 years ago
5f92605
Revert "Store resolved Strings for AOT code in .bss."
by Vladimir Marko
· 9 years ago
9642b1b
Remove dependency on libcutils
by Dimitry Ivanov
· 9 years ago
4287925
Merge "Store resolved Strings for AOT code in .bss."
by Vladimir Marko
· 9 years ago
ce157a6
Merge "Simplify our intrinsic recognizer."
by Treehugger Robot
· 9 years ago
394b8b2
Merge "Move two dangling mirror objects into handles."
by Treehugger Robot
· 9 years ago
762869d
Simplify our intrinsic recognizer.
by Nicolas Geoffray
· 9 years ago
9d07414
Move two dangling mirror objects into handles.
by Nicolas Geoffray
· 9 years ago
b4cf427
Merge "dex_cache: rewrite StringDexCachePair as DexCachePair<T>"
by Treehugger Robot
· 9 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 9 years ago
c38a6f8
dex_cache: rewrite StringDexCachePair as DexCachePair<T>
by Narayan Kamath
· 9 years ago
63dccbbe
Store resolved Strings for AOT code in .bss.
by Vladimir Marko
· 9 years ago
afa4827
java.lang.invoke: Add mirror types for MethodHandle / MethodType.
by Narayan Kamath
· 9 years ago
dd2b8a5
Merge "Update oat file version to 089"
by Treehugger Robot
· 9 years ago
77d9dd7
Update oat file version to 089
by Alex Light
· 9 years ago
4d46970
Merge "Use ObjPtr for reflection.cc/h/inl"
by Mathieu Chartier
· 9 years ago
d30e51a
Merge "ART: Dump referenced type in IRT overflows"
by Treehugger Robot
· 9 years ago
7f7fb9c
Merge "ART: Factor out IMT from ArtMethod"
by Treehugger Robot
· 9 years ago
a3bbf8b
ART: Dump referenced type in IRT overflows
by Andreas Gampe
· 9 years ago
75a7db6
ART: Factor out IMT from ArtMethod
by Andreas Gampe
· 9 years ago
1b6cf7f
Merge "Add support for Executable.getParameters() metadata"
by Neil Fuller
· 9 years ago
79a21e7
Add support for Executable.getParameters() metadata
by Neil Fuller
· 9 years ago
b737745
Merge "Fix a CC deadlock in 129-ThreadGetId."
by Treehugger Robot
· 9 years ago
a59d9b2
Use ObjPtr for reflection.cc/h/inl
by Mathieu Chartier
· 9 years ago
83b13b3
Merge "Add basic support for object pointer poisoning"
by Mathieu Chartier
· 9 years ago
15af34c
Fix a CC deadlock in 129-ThreadGetId.
by Hiroshi Yamauchi
· 9 years ago
38e1882
Merge "ART: Fix dependencies"
by Andreas Gampe
· 9 years ago
adc4e82
Merge "Cleanup String.<init> handling."
by Nicolas Geoffray
· 9 years ago
da079bb
Cleanup String.<init> handling.
by Nicolas Geoffray
· 9 years ago
6e17410
ART: Fix dependencies
by Andreas Gampe
· 9 years ago
3f7f03c
Add basic support for object pointer poisoning
by Mathieu Chartier
· 9 years ago
42c49d2
Merge "ART: Revert base/logging conditional hacks"
by Treehugger Robot
· 9 years ago
d6e54bb
ART: Fix nits
by Andreas Gampe
· 9 years ago
58246a1
ART: Revert base/logging conditional hacks
by Andreas Gampe
· 9 years ago
3fec9ac
ART: Use libbase logging
by Andreas Gampe
· 9 years ago
0cfe19a
Merge "Fix CTS crash from DexFile refactoring"
by David Sehr
· 9 years ago
ad1f0ad
Merge "Use liblog for liblog (instead of libcutils)"
by Treehugger Robot
· 9 years ago
48ec36f
Merge "Smarter image layout"
by Treehugger Robot
· 9 years ago
1d3038f
Use liblog for liblog (instead of libcutils)
by Dimitry Ivanov
· 9 years ago
496577f
Smarter image layout
by Mathieu Chartier
· 9 years ago
9fddd36
Fix CTS crash from DexFile refactoring
by David Sehr
· 9 years ago
c16672a
Merge "Add CanWriteToDalvikCache() check before writing a boot marker or image cache."
by Treehugger Robot
· 9 years ago
764f38f
Merge "Make image test multi image"
by Treehugger Robot
· 9 years ago
866d874
Make image test multi image
by Mathieu Chartier
· 9 years ago
4b55b4b
Merge "Get a basic modification of dex file working"
by Treehugger Robot
· 9 years ago
524dfe8
Merge "jni: Implement generic JNI support for @CriticalNative/@FastNative"
by Treehugger Robot
· 9 years ago
9c20a14
Get a basic modification of dex file working
by Alex Light
· 9 years ago
06a04e0
jni: Implement generic JNI support for @CriticalNative/@FastNative
by Igor Murashkin
· 9 years ago
ce092d0
Merge "Refactor Dex open methods"
by Treehugger Robot
· 9 years ago
85bf9de
Merge "Write VerifierDeps into VDEX."
by Treehugger Robot
· 9 years ago
5d5a36b
Write VerifierDeps into VDEX.
by David Brazdil
· 9 years ago
bfa1f8d
Add CanWriteToDalvikCache() check before writing a boot marker or image cache.
by Robert Sesek
· 9 years ago
Next »