Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc312 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/
Dentrypoint_utils.cc183 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/
Dmanaged_stack.h131 static TaggedTopQuickFrame CreateNotTagged(ArtMethod** sp) { in CreateNotTagged()
136 static TaggedTopQuickFrame CreateTagged(ArtMethod** sp) { in CreateTagged()
Dfault_handler.cc293 uintptr_t sp = 0; in IsInGeneratedCode() local
382 uintptr_t sp = 0; in Action() local
Dstack.h273 ArtMethod** sp = GetCurrentQuickFrame(); in GetCurrentHandleScope() local
Dstack.cc465 uint8_t* sp = reinterpret_cast<uint8_t*>(GetCurrentQuickFrame()); in GetReturnPc() local
472 uint8_t* sp = reinterpret_cast<uint8_t*>(GetCurrentQuickFrame()); in SetReturnPc() local
Dcha.cc231 uint8_t* sp = reinterpret_cast<uint8_t*>(GetCurrentQuickFrame()); in SetShouldDeoptimizeFlag() local
Dthread.cc1886 sched_param sp; in DumpState() local
/art/runtime/arch/x86/
Dfault_handler_x86.cc330 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/
Dcontext_arm64.cc29 #define __hwasan_handle_longjmp(sp) argument
Dfault_handler_arm64.cc160 uintptr_t sp = sc->sp; in Action() local
/art/compiler/utils/arm64/
Dassembler_arm64.cc117 const Register sp = vixl_masm_.StackPointer(); in SpillRegisters() local
145 const Register sp = vixl_masm_.StackPointer(); in UnspillRegisters() local
/art/runtime/arch/mips64/
Dfault_handler_mips64.cc122 uintptr_t sp = sc->sc_regs[mips64::SP]; in Action() local
/art/runtime/arch/mips/
Dfault_handler_mips.cc120 uintptr_t sp = sc->sc_regs[mips::SP]; in Action() local
/art/runtime/arch/arm/
Dfault_handler_arm.cc205 uintptr_t sp = sc->arm_sp; in Action() local
/art/runtime/interpreter/mterp/mips64/
Dmain.S52 #define sp $$29 /* stack pointer */ macro
/art/runtime/interpreter/mterp/mips/
Dmain.S117 #define sp $$29 /* stack pointer */ macro