Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
0d3998b5ff619364acf47bec0b541e7a49bd6fe7
/
runtime
/
entrypoints
0d3998b
Revert "Revert "Make object allocation entrypoints only take a class.""
by Nicolas Geoffray
· 8 years ago
c8144cd
Merge "Revert "Make object allocation entrypoints only take a class.""
by Treehugger Robot
· 8 years ago
f7aaacd
Revert "Make object allocation entrypoints only take a class."
by Hiroshi Yamauchi
· 8 years ago
dcf5276
Merge "Revert "ART: Compiler support for invoke-polymorphic.""
by Orion Hodson
· 8 years ago
0fb5af1
Revert "ART: Compiler support for invoke-polymorphic."
by Orion Hodson
· 8 years ago
79f9928
Merge "ART: Compiler support for invoke-polymorphic."
by Treehugger Robot
· 8 years ago
716eb25
Merge "Move most of art::Thread to ObjPtr"
by Mathieu Chartier
· 8 years ago
02e3092
ART: Compiler support for invoke-polymorphic.
by Orion Hodson
· 8 years ago
2b615ba
Make object allocation entrypoints only take a class.
by Nicolas Geoffray
· 8 years ago
f5769e1
Move most of art::Thread to ObjPtr
by Mathieu Chartier
· 8 years ago
dba6148
Revert "Revert "Revert "Revert "Basic obsolete methods support""""
by Alex Light
· 8 years ago
f6abcda
Revert "Revert "Revert "Basic obsolete methods support"""
by Nicolas Geoffray
· 8 years ago
ce77fc0
Revert "Revert "Basic obsolete methods support""
by Alex Light
· 8 years ago
b81a984
Revert "Basic obsolete methods support"
by Alex Light
· 8 years ago
d8936da
Basic obsolete methods support
by Alex Light
· 8 years ago
b08265b
Merge "MIPS32: Pass more arguments in registers."
by Vladimir Marko
· 8 years ago
1b8464d
MIPS32: Pass more arguments in registers.
by Alexey Frunze
· 8 years ago
07ab883
Merge "Revert "Revert CC related changes.""
by Mathieu Chartier
· 8 years ago
5ace201
Revert "Revert CC related changes."
by Mathieu Chartier
· 8 years ago
96172e0
Revert CC related changes.
by Nicolas Geoffray
· 8 years ago
8003caf
Fix mac build in ResetQuickAllocEntryPoints
by Mathieu Chartier
· 8 years ago
ab19153
Merge "X86_64: Add allocation entrypoint switching for CC is_marking"
by Mathieu Chartier
· 8 years ago
8a0128a
ART: Add dex::StringIndex
by Andreas Gampe
· 8 years ago
a5b09a6
ART: Add dex::TypeIndex
by Andreas Gampe
· 8 years ago
f5de232
X86_64: Add allocation entrypoint switching for CC is_marking
by Mathieu Chartier
· 8 years ago
9fd8c60
Pass object instead of class to instanceof entrypoint
by Mathieu Chartier
· 8 years ago
b99f4d6
Change check cast entrypoint to check instance of
by Mathieu Chartier
· 8 years ago
12b58b2
Clean up the runtime read barrier and fix fake address dependency.
by Hiroshi Yamauchi
· 8 years ago
ef41db7
Move interpreter to ObjPtr
by Mathieu Chartier
· 8 years ago
5b6fbd0
Merge changes Iae3a933e,I08ff5d6e
by Andreas Gampe
· 8 years ago
1bc4b17
Revert "Disable kBssEntry LoadString sharpening."
by Vladimir Marko
· 8 years ago
e03662b
ART: Change IndirectReferenceTable
by Andreas Gampe
· 8 years ago
024662a
Merge changes I16f8b7ec,I075bbf55
by Igor Murashkin
· 8 years ago
d985a5a
Merge "Change pResolveString entrypoint to kSaveEverything."
by Vladimir Marko
· 8 years ago
af1e299
jni: Support @FastNative methods that return objects
by Igor Murashkin
· 8 years ago
94ce9c2
Change pResolveString entrypoint to kSaveEverything.
by Vladimir Marko
· 8 years ago
709b070
Remove mirror:: and ArtMethod deps in utils.{h,cc}
by David Sehr
· 8 years ago
174d17b
Merge "Add DCHECK() for class loader in artResolveStringFromCode()."
by Vladimir Marko
· 8 years ago
043eb9a
Add a mark bit check in the read barrier jni entrypoint.
by Hiroshi Yamauchi
· 8 years ago
82f3a20
Add DCHECK() for class loader in artResolveStringFromCode().
by Vladimir Marko
· 8 years ago
1a5337f
Move mirror::ObjectArray to ObjPtr
by Mathieu Chartier
· 8 years ago
28bd2e4
Move mirror::Class to use ObjPtr
by Mathieu Chartier
· 8 years ago
9d156d5
Move Heap parameters to ObjPtr
by Mathieu Chartier
· 8 years ago
1506bf3
Add missing cases in quick_trampoline_entrypoints_test for MIPS64
by Goran Jakovljevic
· 8 years ago
c4f3925
Move remaining jobject related functions to use ObjPtr
by Mathieu Chartier
· 8 years ago
1432a5b
Don't push handle scope for critical native generic JNI
by Mathieu Chartier
· 8 years ago
556c9a2
Merge "Rename ObjPtr::Decode to ObjPtr::Ptr"
by Mathieu Chartier
· 8 years ago
1cc62e4
Rename ObjPtr::Decode to ObjPtr::Ptr
by Mathieu Chartier
· 8 years ago
aad75c6
Revert "Revert "Store resolved Strings for AOT code in .bss.""
by Vladimir Marko
· 8 years ago
3398c78
Move ArtField to ObjPtr
by Mathieu Chartier
· 8 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 8 years ago
4d46970
Merge "Use ObjPtr for reflection.cc/h/inl"
by Mathieu Chartier
· 8 years ago
75a7db6
ART: Factor out IMT from ArtMethod
by Andreas Gampe
· 8 years ago
a59d9b2
Use ObjPtr for reflection.cc/h/inl
by Mathieu Chartier
· 8 years ago
3fec9ac
ART: Use libbase logging
by Andreas Gampe
· 8 years ago
06a04e0
jni: Implement generic JNI support for @CriticalNative/@FastNative
by Igor Murashkin
· 8 years ago
91a6516
Remove the `CanTriggerGC` side-effects on a few instructions.
by Alexandre Rames
· 8 years ago
be08cf5
Fix moving GC bugs in entrypoints
by Mathieu Chartier
· 8 years ago
26ead49
Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug"
by Mathieu Chartier
· 8 years ago
0584647
Remove ThrowNoSuchMethod entrypoint.
by Vladimir Marko
· 8 years ago
268764d
Make ScopedAssertNoThreadSuspension no overhead for non-debug
by Mathieu Chartier
· 8 years ago
cf8b2fa
Merge changes I3f825746,Ia4284ccd,I437ffd43
by Nicolas Geoffray
· 8 years ago
3a21e38
Clean up some includes.
by Vladimir Marko
· 8 years ago
3d08238
Merge "ART: SHARED_REQUIRES to REQUIRES_SHARED"
by Andreas Gampe
· 8 years ago
fca1666
Extend the InvokeRuntime() changes to mips.
by Serban Constantinescu
· 9 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 8 years ago
da8ffec
Add entrypoint type information.
by Serban Constantinescu
· 9 years ago
9231f4e
ART: Remove vestiges of GCC
by Andreas Gampe
· 8 years ago
9d4b6da
jni: Fast path for @FastNative annotated java methods
by Igor Murashkin
· 8 years ago
fd36f1f
Rename callee save enumerators.
by Vladimir Marko
· 8 years ago
ba65cc4
Merge "ART: Convert pointer size to enum"
by Treehugger Robot
· 8 years ago
542451c
ART: Convert pointer size to enum
by Andreas Gampe
· 8 years ago
db698f1
Fix for interpreter crash on new instance of class
by Aart Bik
· 8 years ago
d22b69a
Merge "Remove two ReadBarrierMarkRegX entrypoints."
by Roland Levillain
· 8 years ago
e01e364
ART: Add pointer-size template to some reflection functions
by Andreas Gampe
· 8 years ago
d549c28
Remove two ReadBarrierMarkRegX entrypoints.
by Roland Levillain
· 8 years ago
e4b1c86
Merge "Revert "Revert "Refactor GetIMTIndex"""
by Treehugger Robot
· 9 years ago
6740997
ART: Change return types of field access entrypoints
by Andreas Gampe
· 9 years ago
465ecc8
Revert "Revert "Refactor GetIMTIndex""
by Matthew Gharrity
· 9 years ago
2c30a37
Merge "Introduce more compact ReadBarrierMark slow-paths."
by Roland Levillain
· 9 years ago
02b7580
Introduce more compact ReadBarrierMark slow-paths.
by Roland Levillain
· 9 years ago
83e4903
Merge "Revert "Revert "Optimize IMT"""
by Jeff Hao
· 9 years ago
a62cb9b
Revert "Revert "Optimize IMT""
by Artem Udovichenko
· 9 years ago
5bf7bac
Revert "Revert "Inline and optimize interface calls.""
by Nicolas Geoffray
· 9 years ago
19dc255
Revert "Inline and optimize interface calls."
by Nicolas Geoffray
· 9 years ago
d9facea
Inline and optimize interface calls.
by Nicolas Geoffray
· 9 years ago
5aef803
Merge "Never go to resolution while inspecting inlined frames."
by Nicolas Geoffray
· 9 years ago
c6df1e3
Never go to resolution while inspecting inlined frames.
by Nicolas Geoffray
· 9 years ago
2a1b7ac
Fix divergence between interpreter and compiler.
by Aart Bik
· 9 years ago
fdbc395
Merge "Do checks on the fault address when we think it's an NPE."
by Treehugger Robot
· 9 years ago
e8e1127
Do checks on the fault address when we think it's an NPE.
by Nicolas Geoffray
· 9 years ago
88f288e
Revert "Optimize IMT"
by Nicolas Geoffray
· 9 years ago
e36389f
Merge "Revert "Refactor GetIMTIndex""
by Nicolas Geoffray
· 9 years ago
d4ceecc
Revert "Refactor GetIMTIndex"
by Nicolas Geoffray
· 9 years ago
87f3fcb
Replace String.charAt() with HIR.
by Vladimir Marko
· 9 years ago
5070643
Refactor GetIMTIndex
by Matthew Gharrity
· 9 years ago
badee98
Optimize IMT
by Nelli Kim
· 9 years ago
a3549d2
Fix an issue of partial fragment deoptimization
by Mingyao Yang
· 9 years ago
f711f2c
Partial fragment deoptimization
by Mingyao Yang
· 9 years ago
fba3997
Fix misc-macro-parentheses warnings.
by Chih-Hung Hsieh
· 9 years ago
Next »