/art/runtime/entrypoints/quick/ |
D | quick_throw_entrypoints.cc | 28 StackReference<mirror::ArtMethod>* sp) in artDeliverPendingExceptionFromCode() 36 StackReference<mirror::ArtMethod>* sp) in artDeliverExceptionFromCode() 58 StackReference<mirror::ArtMethod>* sp) in artThrowNullPointerExceptionFromCode() 69 extern "C" void artThrowDivZeroFromCode(Thread* self, StackReference<mirror::ArtMethod>* sp) in artThrowDivZeroFromCode() 78 StackReference<mirror::ArtMethod>*sp) in artThrowArrayBoundsFromCode() 85 extern "C" void artThrowStackOverflowFromCode(Thread* self, StackReference<mirror::ArtMethod>* sp) in artThrowStackOverflowFromCode() 95 StackReference<mirror::ArtMethod>* sp) in artThrowNoSuchMethodFromCode() 103 Thread* self, StackReference<mirror::ArtMethod>* sp) in artThrowClassCastException() 112 Thread* self, StackReference<mirror::ArtMethod>* sp) in artThrowArrayStoreException()
|
D | quick_field_entrypoints.cc | 30 Thread* self, StackReference<mirror::ArtMethod>* sp) in artGet32StaticFromCode() 47 Thread* self, StackReference<mirror::ArtMethod>* sp) in artGet64StaticFromCode() 65 StackReference<mirror::ArtMethod>* sp) in artGetObjStaticFromCode() 83 StackReference<mirror::ArtMethod>* sp) in artGet32InstanceFromCode() 106 StackReference<mirror::ArtMethod>* sp) in artGet64InstanceFromCode() 130 StackReference<mirror::ArtMethod>* sp) in artGetObjInstanceFromCode() 153 StackReference<mirror::ArtMethod>* sp) in artSet32StaticFromCode() 174 StackReference<mirror::ArtMethod>* sp) in artSet64StaticFromCode() 195 StackReference<mirror::ArtMethod>* sp) in artSetObjStaticFromCode() 219 StackReference<mirror::ArtMethod>* sp) in artSet32InstanceFromCode() [all …]
|
D | quick_dexcache_entrypoints.cc | 31 StackReference<mirror::ArtMethod>* sp) in artInitializeStaticStorageFromCode() 43 StackReference<mirror::ArtMethod>* sp) in artInitializeTypeFromCode() 53 StackReference<mirror::ArtMethod>* sp) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in artInitializeTypeAndVerifyAccessFromCode() 63 StackReference<mirror::ArtMethod>* sp) in artResolveStringFromCode()
|
D | quick_lock_entrypoints.cc | 24 StackReference<mirror::ArtMethod>* sp) in artLockObjectFromCode() 47 StackReference<mirror::ArtMethod>* sp) in artUnlockObjectFromCode()
|
D | quick_instrumentation_entrypoints.cc | 30 StackReference<mirror::ArtMethod>* sp, in artInstrumentationMethodEntryFromCode() 51 StackReference<mirror::ArtMethod>* sp, in artInstrumentationMethodExitFromCode()
|
D | quick_trampoline_entrypoints.cc | 202 static mirror::ArtMethod* GetCallingMethod(StackReference<mirror::ArtMethod>* sp) in GetCallingMethod() 210 static uintptr_t GetCallingPc(StackReference<mirror::ArtMethod>* sp) in GetCallingPc() 217 QuickArgumentVisitor(StackReference<mirror::ArtMethod>* sp, bool is_static, const char* shorty, in QuickArgumentVisitor() 416 BuildQuickShadowFrameVisitor(StackReference<mirror::ArtMethod>* sp, bool is_static, in BuildQuickShadowFrameVisitor() 464 StackReference<mirror::ArtMethod>* sp) in artQuickToInterpreterBridge() 520 BuildQuickArgumentVisitor(StackReference<mirror::ArtMethod>* sp, bool is_static, in BuildQuickArgumentVisitor() 587 Thread* self, StackReference<mirror::ArtMethod>* sp) in artQuickProxyInvokeHandler() 640 RememberForGcArgumentVisitor(StackReference<mirror::ArtMethod>* sp, bool is_static, in RememberForGcArgumentVisitor() 679 StackReference<mirror::ArtMethod>* sp) in artQuickResolutionTrampoline() 1279 void LayoutCalleeSaveFrame(StackReference<mirror::ArtMethod>** m, void* sp, HandleScope** table, in LayoutCalleeSaveFrame() [all …]
|
D | quick_deoptimization_entrypoints.cc | 30 extern "C" void artDeoptimize(Thread* self, StackReference<mirror::ArtMethod>* sp) in artDeoptimize()
|
D | quick_thread_entrypoints.cc | 24 extern "C" void artTestSuspendFromCode(Thread* thread, StackReference<mirror::ArtMethod>* sp) in artTestSuspendFromCode()
|
D | quick_fillarray_entrypoints.cc | 42 Thread* self, StackReference<mirror::ArtMethod>* sp) in artHandleFillArrayDataFromCode()
|
D | callee_save_frame.h | 38 static inline void FinishCalleeSaveFrameSetup(Thread* self, StackReference<mirror::ArtMethod>* sp, in FinishCalleeSaveFrameSetup()
|
/art/runtime/entrypoints/portable/ |
D | portable_trampoline_entrypoints.cc | 62 PortableArgumentVisitor(MethodHelper& caller_mh, mirror::ArtMethod** sp) in PortableArgumentVisitor() 150 BuildPortableShadowFrameVisitor(MethodHelper& caller_mh, mirror::ArtMethod** sp, in BuildPortableShadowFrameVisitor() 187 mirror::ArtMethod** sp) in artPortableToInterpreterBridge() 236 BuildPortableArgumentVisitor(MethodHelper& caller_mh, mirror::ArtMethod** sp, in BuildPortableArgumentVisitor() 282 Thread* self, mirror::ArtMethod** sp) in artPortableProxyInvokeHandler()
|
/art/runtime/arch/x86/ |
D | fault_handler_x86.cc | 285 uint8_t* sp = reinterpret_cast<uint8_t*>(uc->CTX_ESP); in Action() local 343 uint8_t* sp = reinterpret_cast<uint8_t*>(uc->CTX_ESP); in Action() local 398 uintptr_t sp = static_cast<uintptr_t>(uc->CTX_ESP); in Action() local
|
/art/runtime/ |
D | fault_handler.cc | 228 uintptr_t sp = 0; in IsInGeneratedCode() local 323 uintptr_t sp = 0; in Action() local
|
D | stack.cc | 391 byte* sp = reinterpret_cast<byte*>(GetCurrentQuickFrame()); in GetReturnPc() local 398 byte* sp = reinterpret_cast<byte*>(GetCurrentQuickFrame()); in SetReturnPc() local
|
D | stack.h | 710 StackReference<mirror::ArtMethod>* sp = GetCurrentQuickFrame(); in GetCurrentHandleScope() local
|
D | thread.cc | 805 sched_param sp; in DumpState() local
|
/art/runtime/arch/arm64/ |
D | fault_handler_arm64.cc | 164 uintptr_t sp = sc->sp; in Action() local
|
/art/runtime/arch/arm/ |
D | fault_handler_arm.cc | 205 uintptr_t sp = sc->arm_sp; in Action() local
|