Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc296 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 …]
Dquick_instrumentation_entrypoints.cc50 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.cc335 uintptr_t sp = 0; in IsInGeneratedCode() local
429 uintptr_t sp = 0; in Action() local
Dstack.cc511 uint8_t* sp = reinterpret_cast<uint8_t*>(GetCurrentQuickFrame()); in GetReturnPc() local
518 uint8_t* sp = reinterpret_cast<uint8_t*>(GetCurrentQuickFrame()); in SetReturnPc() local
Dstack.h758 ArtMethod** sp = GetCurrentQuickFrame(); in GetCurrentHandleScope() local
Dthread.cc1295 sched_param sp; in DumpState() local
/art/runtime/arch/mips64/
Dfault_handler_mips64.cc114 uintptr_t sp = sc->sc_regs[29]; // SP register in Action() local
/art/runtime/arch/mips/
Dfault_handler_mips.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/runtime/entrypoints/
Dentrypoint_utils.cc258 ArtMethod* GetCalleeSaveMethodCaller(ArtMethod** sp, in GetCalleeSaveMethodCaller()
/art/compiler/utils/arm64/
Dassembler_arm64.cc650 const Register sp = vixl_masm_->StackPointer(); in SpillRegisters() local
669 const Register sp = vixl_masm_->StackPointer(); in UnspillRegisters() local
/art/runtime/interpreter/mterp/mips/
Dheader.S108 #define sp $$29 /* stack pointer */ macro
/art/runtime/interpreter/mterp/out/
Dmterp_mips.S115 #define sp $29 /* stack pointer */ macro