Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
f54e5df37cb42d9a83fc54b375da5ef335d604a9
/
runtime
/
entrypoints
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
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
· 8 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
· 8 years ago
6740997
ART: Change return types of field access entrypoints
by Andreas Gampe
· 8 years ago
465ecc8
Revert "Revert "Refactor GetIMTIndex""
by Matthew Gharrity
· 8 years ago
2c30a37
Merge "Introduce more compact ReadBarrierMark slow-paths."
by Roland Levillain
· 8 years ago
02b7580
Introduce more compact ReadBarrierMark slow-paths.
by Roland Levillain
· 8 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
a8d06f0
Merge "Workaround invokesuper underspecified behavior."
by Nicolas Geoffray
· 9 years ago
f663e34
Workaround invokesuper underspecified behavior.
by Aart Bik
· 9 years ago
c7ed09b
ART: Log all monitor operations to systrace
by Andreas Gampe
· 9 years ago
e42888f
Write conflict tables in image
by Mathieu Chartier
· 9 years ago
7f98c9a
Add support for eagerly calculating conflict tables
by Mathieu Chartier
· 9 years ago
393fdb8
Make sure the referring class is in the dex cache.
by Nicolas Geoffray
· 9 years ago
9d07e3d
Clean up OatQuickMethodHeader after Quick removal.
by Vladimir Marko
· 9 years ago
2f92ec8
Merge "Use bit-level packing for InlineInfo in stackmaps as well."
by Calin Juravle
· 9 years ago
cbfa105
Merge "Make InvokeInterfaceTrampoline check methods"
by Alex Light
· 9 years ago
9fc547a
Make InvokeInterfaceTrampoline check methods
by Alex Light
· 9 years ago
61b28a1
Use bit-level packing for InlineInfo in stackmaps as well.
by David Srbecky
· 9 years ago
fe2b137
Merge "Pack stack map entries on bit level to save space."
by Calin Juravle
· 9 years ago
45bf250
Add way to disable resolving for stack walk
by Mathieu Chartier
· 9 years ago
09ed098
Pack stack map entries on bit level to save space.
by David Srbecky
· 9 years ago
796d630
Add an ImtConflictTable to better resolve IMT conflicts.
by Nicolas Geoffray
· 9 years ago
e9dd04f
Revert "Revert "Fix issue with proxy invocation on default methods""
by Alex Light
· 9 years ago
14b0a5d
Fix cases where we miss instrumentation changes
by Mathieu Chartier
· 9 years ago
42ad288
Fix the signature of the IndexOf entry point.
by Roland Levillain
· 9 years ago
a61347b
Address missed amend
by Mathieu Chartier
· 9 years ago
bf36918
Fix moving GC bugs in quick_field_entrypoints.cc
by Mathieu Chartier
· 9 years ago
b331feb
Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""
by Nicolas Geoffray
· 9 years ago
Next »