/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 312 static StackReference<mirror::Object>* GetProxyThisObjectReference(ArtMethod** sp) in GetProxyThisObjectReference() 323 static ArtMethod* GetCallingMethod(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingMethod() 328 static ArtMethod* GetOuterMethod(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetOuterMethod() 335 static uint32_t GetCallingDexPc(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingDexPc() 361 static uintptr_t GetCallingPc(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingPc() 368 QuickArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, in QuickArgumentVisitor() 612 extern "C" mirror::Object* artQuickGetProxyThisObject(ArtMethod** sp) in artQuickGetProxyThisObject() 620 BuildQuickShadowFrameVisitor(ArtMethod** sp, bool is_static, const char* shorty, in BuildQuickShadowFrameVisitor() 732 extern "C" uint64_t artQuickToInterpreterBridge(ArtMethod* method, Thread* self, ArtMethod** sp) in artQuickToInterpreterBridge() 842 BuildQuickArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, uint32_t shorty_len, in BuildQuickArgumentVisitor() [all …]
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 183 ArtMethod** sp, CalleeSaveType type) REQUIRES_SHARED(Locks::mutator_lock_) { in DoGetCalleeSaveMethodOuterCallerAndPc() 232 ArtMethod* GetCalleeSaveMethodCaller(ArtMethod** sp, CalleeSaveType type, bool do_caller_check) in GetCalleeSaveMethodCaller() 245 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrameKnownNotTagged(); in GetCalleeSaveMethodCallerAndOuterMethod() local 256 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrameKnownNotTagged(); in GetCalleeSaveOuterMethod() local
|
/art/runtime/ |
D | managed_stack.h | 131 static TaggedTopQuickFrame CreateNotTagged(ArtMethod** sp) { in CreateNotTagged() 136 static TaggedTopQuickFrame CreateTagged(ArtMethod** sp) { in CreateTagged()
|
D | fault_handler.cc | 293 uintptr_t sp = 0; in IsInGeneratedCode() local 382 uintptr_t sp = 0; in Action() local
|
D | stack.h | 273 ArtMethod** sp = GetCurrentQuickFrame(); in GetCurrentHandleScope() local
|
D | stack.cc | 465 uint8_t* sp = reinterpret_cast<uint8_t*>(GetCurrentQuickFrame()); in GetReturnPc() local 472 uint8_t* sp = reinterpret_cast<uint8_t*>(GetCurrentQuickFrame()); in SetReturnPc() local
|
D | cha.cc | 231 uint8_t* sp = reinterpret_cast<uint8_t*>(GetCurrentQuickFrame()); in SetShouldDeoptimizeFlag() local
|
D | thread.cc | 1886 sched_param sp; in DumpState() local
|
/art/runtime/arch/x86/ |
D | fault_handler_x86.cc | 330 uint8_t* sp = reinterpret_cast<uint8_t*>(uc->CTX_ESP); in Action() local 386 uint8_t* sp = reinterpret_cast<uint8_t*>(uc->CTX_ESP); in Action() local 441 uintptr_t sp = static_cast<uintptr_t>(uc->CTX_ESP); in Action() local
|
/art/runtime/arch/arm64/ |
D | context_arm64.cc | 29 #define __hwasan_handle_longjmp(sp) argument
|
D | fault_handler_arm64.cc | 160 uintptr_t sp = sc->sp; in Action() local
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.cc | 117 const Register sp = vixl_masm_.StackPointer(); in SpillRegisters() local 145 const Register sp = vixl_masm_.StackPointer(); in UnspillRegisters() local
|
/art/runtime/arch/mips64/ |
D | fault_handler_mips64.cc | 122 uintptr_t sp = sc->sc_regs[mips64::SP]; in Action() local
|
/art/runtime/arch/mips/ |
D | fault_handler_mips.cc | 120 uintptr_t sp = sc->sc_regs[mips::SP]; in Action() local
|
/art/runtime/arch/arm/ |
D | fault_handler_arm.cc | 205 uintptr_t sp = sc->arm_sp; in Action() local
|
/art/runtime/interpreter/mterp/mips64/ |
D | main.S | 52 #define sp $$29 /* stack pointer */ macro
|
/art/runtime/interpreter/mterp/mips/ |
D | main.S | 117 #define sp $$29 /* stack pointer */ macro
|