Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 12 of 12) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc282 static mirror::Object* GetProxyThisObject(ArtMethod** sp) in GetProxyThisObject()
294 static ArtMethod* GetCallingMethod(ArtMethod** sp) in GetCallingMethod()
303 static uintptr_t GetCallingPc(ArtMethod** sp) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetCallingPc()
309 QuickArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, in QuickArgumentVisitor()
544 extern "C" mirror::Object* artQuickGetProxyThisObject(ArtMethod** sp) in artQuickGetProxyThisObject()
552 BuildQuickShadowFrameVisitor(ArtMethod** sp, bool is_static, const char* shorty, in BuildQuickShadowFrameVisitor()
598 extern "C" uint64_t artQuickToInterpreterBridge(ArtMethod* method, Thread* self, ArtMethod** sp) in artQuickToInterpreterBridge()
662 BuildQuickArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, uint32_t shorty_len, in BuildQuickArgumentVisitor()
726 ArtMethod* proxy_method, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickProxyInvokeHandler()
779 RememberForGcArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, in RememberForGcArgumentVisitor()
[all …]
Dquick_instrumentation_entrypoints.cc48 extern "C" TwoWordReturn artInstrumentationMethodExitFromCode(Thread* self, ArtMethod** sp, in artInstrumentationMethodExitFromCode()
/art/runtime/arch/x86/
Dfault_handler_x86.cc298 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/
Dfault_handler.cc325 uintptr_t sp = 0; in IsInGeneratedCode() local
417 uintptr_t sp = 0; in Action() local
Dstack.cc563 uint8_t* sp = reinterpret_cast<uint8_t*>(GetCurrentQuickFrame()); in GetReturnPc() local
570 uint8_t* sp = reinterpret_cast<uint8_t*>(GetCurrentQuickFrame()); in SetReturnPc() local
Dstack.h595 ArtMethod** sp = GetCurrentQuickFrame(); in GetCurrentHandleScope() local
Dthread.cc970 sched_param sp; in DumpState() local
/art/runtime/arch/mips/
Dfault_handler_mips.cc114 uintptr_t sp = sc->sc_regs[29]; // SP register in Action() local
/art/runtime/arch/mips64/
Dfault_handler_mips64.cc114 uintptr_t sp = sc->sc_regs[29]; // SP register in Action() local
/art/runtime/arch/arm64/
Dfault_handler_arm64.cc169 uintptr_t sp = sc->sp; in Action() local
/art/runtime/arch/arm/
Dfault_handler_arm.cc215 uintptr_t sp = sc->arm_sp; in Action() local
/art/compiler/utils/arm64/
Dassembler_arm64.cc654 const Register sp = vixl_masm_->StackPointer(); in SpillRegisters() local
673 const Register sp = vixl_masm_->StackPointer(); in UnspillRegisters() local