Searched defs:sp (Results 1 – 15 of 15) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 296 static mirror::Object* GetProxyThisObject(ArtMethod** sp) in GetProxyThisObject() 307 static ArtMethod* GetCallingMethod(ArtMethod** sp) SHARED_REQUIRES(Locks::mutator_lock_) { in GetCallingMethod() 312 static ArtMethod* GetOuterMethod(ArtMethod** sp) SHARED_REQUIRES(Locks::mutator_lock_) { in GetOuterMethod() 319 static uint32_t GetCallingDexPc(ArtMethod** sp) SHARED_REQUIRES(Locks::mutator_lock_) { in GetCallingDexPc() 346 static uintptr_t GetCallingPc(ArtMethod** sp) SHARED_REQUIRES(Locks::mutator_lock_) { in GetCallingPc() 352 QuickArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, in QuickArgumentVisitor() 590 extern "C" mirror::Object* artQuickGetProxyThisObject(ArtMethod** sp) in artQuickGetProxyThisObject() 598 BuildQuickShadowFrameVisitor(ArtMethod** sp, bool is_static, const char* shorty, in BuildQuickShadowFrameVisitor() 644 extern "C" uint64_t artQuickToInterpreterBridge(ArtMethod* method, Thread* self, ArtMethod** sp) in artQuickToInterpreterBridge() 776 BuildQuickArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, uint32_t shorty_len, in BuildQuickArgumentVisitor() [all …]
|
D | quick_instrumentation_entrypoints.cc | 50 extern "C" TwoWordReturn artInstrumentationMethodExitFromCode(Thread* self, ArtMethod** sp, in artInstrumentationMethodExitFromCode()
|
/art/runtime/arch/x86/ |
D | fault_handler_x86.cc | 298 uint8_t* sp = reinterpret_cast<uint8_t*>(uc->CTX_ESP); in Action() local 356 uint8_t* sp = reinterpret_cast<uint8_t*>(uc->CTX_ESP); in Action() local 411 uintptr_t sp = static_cast<uintptr_t>(uc->CTX_ESP); in Action() local
|
/art/runtime/ |
D | fault_handler.cc | 335 uintptr_t sp = 0; in IsInGeneratedCode() local 429 uintptr_t sp = 0; in Action() local
|
D | stack.cc | 511 uint8_t* sp = reinterpret_cast<uint8_t*>(GetCurrentQuickFrame()); in GetReturnPc() local 518 uint8_t* sp = reinterpret_cast<uint8_t*>(GetCurrentQuickFrame()); in SetReturnPc() local
|
D | stack.h | 758 ArtMethod** sp = GetCurrentQuickFrame(); in GetCurrentHandleScope() local
|
D | thread.cc | 1295 sched_param sp; in DumpState() local
|
/art/runtime/arch/mips64/ |
D | fault_handler_mips64.cc | 114 uintptr_t sp = sc->sc_regs[29]; // SP register in Action() local
|
/art/runtime/arch/mips/ |
D | fault_handler_mips.cc | 114 uintptr_t sp = sc->sc_regs[29]; // SP register in Action() local
|
/art/runtime/arch/arm64/ |
D | fault_handler_arm64.cc | 169 uintptr_t sp = sc->sp; in Action() local
|
/art/runtime/arch/arm/ |
D | fault_handler_arm.cc | 215 uintptr_t sp = sc->arm_sp; in Action() local
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 258 ArtMethod* GetCalleeSaveMethodCaller(ArtMethod** sp, in GetCalleeSaveMethodCaller()
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.cc | 650 const Register sp = vixl_masm_->StackPointer(); in SpillRegisters() local 669 const Register sp = vixl_masm_->StackPointer(); in UnspillRegisters() local
|
/art/runtime/interpreter/mterp/mips/ |
D | header.S | 108 #define sp $$29 /* stack pointer */ macro
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_mips.S | 115 #define sp $29 /* stack pointer */ macro
|