Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
f44d36c8423f81cbb5e9f55d8813e26ffa1a7f3b
/
runtime
/
native
f44d36c
Revert^2 "Hash-based DexCache field array."
by Vladimir Marko
· 8 years ago
8d6768d
Revert^6 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
0b66d61
Revert^5 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
6374c58
Revert "Hash-based DexCache field array."
by Vladimir Marko
· 8 years ago
1aea351
Hash-based DexCache field array.
by Vladimir Marko
· 9 years ago
77651c4
ART: Clean up code related to foreign dex use
by Calin Juravle
· 8 years ago
8474026
Clean up ZygoteHooks stack walking slightly.
by Alex Light
· 8 years ago
861af89
Fix mutex issue
by Alex Light
· 8 years ago
c0ca5fd
Merge "Fix java.lang.Void.TYPE (void.class) initialization."
by Vladimir Marko
· 8 years ago
e00e559
Fix java.lang.Void.TYPE (void.class) initialization.
by Vladimir Marko
· 8 years ago
6e311ac
Re-arrange System.identityHashCode for better performance.
by Nicolas Geoffray
· 8 years ago
2baf075
Merge "Check stacks for unmodifiable frames"
by Treehugger Robot
· 8 years ago
e77b48b
Check stacks for unmodifiable frames
by Alex Light
· 8 years ago
3b6f440
jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI.
by Igor Murashkin
· 8 years ago
92907f3
Remove String.setCharAt().
by Vladimir Marko
· 8 years ago
bfb80d2
Revert^4 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
ea9465e
Move InMemoryDexClassLoader to be a subtype of BaseDexClassLoader
by Alex Light
· 8 years ago
8dc12b1
Merge "Add a DCHECK in thread::GetPeer."
by Nicolas Geoffray
· 8 years ago
fa4333d
ART: Add operator == and != with nullptr to Handle
by Andreas Gampe
· 8 years ago
ffc8cad
Add a DCHECK in thread::GetPeer.
by Nicolas Geoffray
· 8 years ago
5812e20
Revert^3 "Hash-based dex cache type array."
by Mathieu Chartier
· 8 years ago
85c0f2a
Revert^2 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
8d4b118
Merge "Fix dex cache resolved types and class table mismatch."
by Vladimir Marko
· 8 years ago
cd556b0
Fix dex cache resolved types and class table mismatch.
by Vladimir Marko
· 8 years ago
90b936d
ART: Refactor verify_object.h
by Andreas Gampe
· 8 years ago
d16363a
Revert "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
500d491
Merge "Revert "Revert "Make --debuggable rely on JIT code."""
by Nicolas Geoffray
· 9 years ago
433b79a
Revert "Revert "Make --debuggable rely on JIT code.""
by Nicolas Geoffray
· 9 years ago
d7c4ad0
Merge "Revert "Make --debuggable rely on JIT code.""
by Vladimir Marko
· 9 years ago
8135664
Revert "Make --debuggable rely on JIT code."
by Vladimir Marko
· 9 years ago
8f28bd4
Merge "Make --debuggable rely on JIT code."
by Nicolas Geoffray
· 9 years ago
a0619e2
Make --debuggable rely on JIT code.
by Nicolas Geoffray
· 9 years ago
ec78622
Hash-based dex cache type array.
by Vladimir Marko
· 9 years ago
bd2fed5
MethodHandles: Support and tests for revealDirect / reflectAs.
by Narayan Kamath
· 9 years ago
92e393a
Merge "[ART] Prepare profile streaming for framework to use."
by Treehugger Robot
· 9 years ago
ca6e14e
[ART] Prepare profile streaming for framework to use.
by Shukang Zhou
· 9 years ago
72ab684
Add class status for resolved erroneous classes.
by Vladimir Marko
· 9 years ago
a35510d
Fix missing OOME check in reflection.
by Vladimir Marko
· 9 years ago
4201cf0
Avoid suspending heap task thread for getting stack traces
by Mathieu Chartier
· 9 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 9 years ago
6f43e3a
Rename Reference.clear to Reference.clearReferent
by Mathieu Chartier
· 9 years ago
c9a7028
Add exclusion for Reference.clear and reference processing
by Mathieu Chartier
· 9 years ago
19a4d37
Clean up Class::GetDirectInterface().
by Vladimir Marko
· 9 years ago
d12f04c
Merge "Use getReferent() in enqueueSentinelReference to avoid race with GC."
by Hiroshi Yamauchi
· 9 years ago
a8888c1
Use getReferent() in enqueueSentinelReference to avoid race with GC.
by Hiroshi Yamauchi
· 9 years ago
cc1b535
ART: Clean up ClassLinker
by Andreas Gampe
· 9 years ago
8a0128a
ART: Add dex::StringIndex
by Andreas Gampe
· 9 years ago
46cc64f
Move dumping of oat file status inside of the OatFileAssistant.
by Richard Uhler
· 9 years ago
a5b09a6
ART: Add dex::TypeIndex
by Andreas Gampe
· 9 years ago
3773f21
Merge "ART: Fix tidy warnings"
by Treehugger Robot
· 9 years ago
ca620d7
ART: Fix tidy warnings
by Andreas Gampe
· 9 years ago
13b2784
ART: Refactor jmethodID handling
by Andreas Gampe
· 9 years ago
7d8d8ff
Revert "Revert "ART: Generalize FindClassInPathClassLoader""
by Nicolas Geoffray
· 9 years ago
af3572b
Revert "ART: Generalize FindClassInPathClassLoader"
by Nicolas Geoffray
· 9 years ago
fd1ae75
ART: Generalize FindClassInPathClassLoader
by Andreas Gampe
· 9 years ago
3d617ac
Getter/Setter support for invoke-polymorphic of invokeExact().
by Orion Hodson
· 9 years ago
c369f6b
Merge "Add support for Baker read barriers in UnsafeCASObject intrinsics."
by Roland Levillain
· 9 years ago
a1aa3b1
Add support for Baker read barriers in UnsafeCASObject intrinsics.
by Roland Levillain
· 9 years ago
75dccb7
Merge "ART: Refactor class-linker methods"
by Treehugger Robot
· 9 years ago
eb84221
Enable agent attaching during live phase
by Leonard Mosescu
· 9 years ago
34ee684
ART: Refactor class-linker methods
by Andreas Gampe
· 11 years ago
28357fa
Move most of class linker to ObjPtr
by Mathieu Chartier
· 9 years ago
709b070
Remove mirror:: and ArtMethod deps in utils.{h,cc}
by David Sehr
· 9 years ago
bc5a795
Move art/native to ObjPtr
by Mathieu Chartier
· 9 years ago
5d3f73a
Move reference processor and mirror::Reference to ObjPtr
by Mathieu Chartier
· 9 years ago
1a5337f
Move mirror::ObjectArray to ObjPtr
by Mathieu Chartier
· 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
e8a3c57
Replace StackHandleScopeCollection with VariableSizedHandleScope
by Mathieu Chartier
· 9 years ago
9d156d5
Move Heap parameters to ObjPtr
by Mathieu Chartier
· 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
1cc62e4
Rename ObjPtr::Decode to ObjPtr::Ptr
by Mathieu Chartier
· 9 years ago
9d07414
Move two dangling mirror objects into handles.
by Nicolas Geoffray
· 9 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 9 years ago
4d46970
Merge "Use ObjPtr for reflection.cc/h/inl"
by Mathieu Chartier
· 9 years ago
79a21e7
Add support for Executable.getParameters() metadata
by Neil Fuller
· 9 years ago
a59d9b2
Use ObjPtr for reflection.cc/h/inl
by Mathieu Chartier
· 9 years ago
3fec9ac
ART: Use libbase logging
by Andreas Gampe
· 9 years ago
0e84439
Collapse ART's AbstractMethod class into Executable
by Neil Fuller
· 9 years ago
9aa352e
Remove TypeLookupTable from DexFile.
by David Sehr
· 9 years ago
26ead49
Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug"
by Mathieu Chartier
· 9 years ago
9323e6e
Separate annotations from dexfile reading.
by David Sehr
· 9 years ago
268764d
Make ScopedAssertNoThreadSuspension no overhead for non-debug
by Mathieu Chartier
· 9 years ago
60458a0
Track libcore Executable.getParameter() changes
by Neil Fuller
· 9 years ago
cffc529
Address a couple of TODOs and remove an unused header.
by Orion Hodson
· 9 years ago
ebb7b22
Merge "Clean up some includes."
by Treehugger Robot
· 9 years ago
3a21e38
Clean up some includes.
by Vladimir Marko
· 9 years ago
a4c2a05
Support for loading classes from DEX files stored in a ByteBuffer.
by Orion Hodson
· 9 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 9 years ago
16b21cd
Tracking java.lang.reflect.Executable changes
by Neil Fuller
· 9 years ago
3aaa37b
creating workflow for mirror::String compression
by jessicahandojo
· 9 years ago
9c07ab3
Merge "ART: Implement a fixed size string dex cache"
by Mathieu Chartier
· 9 years ago
bf44e0e
ART: Implement a fixed size string dex cache
by Christina Wadsworth
· 9 years ago
2ca5828
Remove unused include.
by Dmitriy Filchenko
· 9 years ago
542451c
ART: Convert pointer size to enum
by Andreas Gampe
· 9 years ago
e01e364
ART: Add pointer-size template to some reflection functions
by Andreas Gampe
· 9 years ago
65ad9b3
Merge "Clean up Class::FindStaticField()."
by Vladimir Marko
· 9 years ago
09b710c
ART: Fix build break
by Andreas Gampe
· 9 years ago
b55ad7c
Add API for getting location of odex or oat file
by Philip Cuadra
· 9 years ago
Next »