Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc228 static StackReference<mirror::Object>* GetProxyThisObjectReference(ArtMethod** sp) in GetProxyThisObjectReference()
239 static ArtMethod* GetCallingMethod(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingMethod()
244 static ArtMethod* GetOuterMethod(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetOuterMethod()
251 static uint32_t GetCallingDexPc(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingDexPc()
276 static uint8_t* GetCallingPcAddr(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingPcAddr()
284 static uintptr_t GetCallingPc(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingPc()
288 QuickArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, in QuickArgumentVisitor()
527 extern "C" mirror::Object* artQuickGetProxyThisObject(ArtMethod** sp) in artQuickGetProxyThisObject()
535 BuildQuickShadowFrameVisitor(ArtMethod** sp, bool is_static, const char* shorty, in BuildQuickShadowFrameVisitor()
647 extern "C" uint64_t artQuickToInterpreterBridge(ArtMethod* method, Thread* self, ArtMethod** sp) in artQuickToInterpreterBridge()
[all …]
/art/runtime/
Dmanaged_stack.h127 static TaggedTopQuickFrame CreateNotTagged(ArtMethod** sp) { in CreateNotTagged()
132 static TaggedTopQuickFrame CreateTagged(ArtMethod** sp) { in CreateTagged()
Dfault_handler.cc293 uintptr_t sp = 0; in IsInGeneratedCode() local
396 uintptr_t sp = 0; in Action() local
Dstack.cc338 const uint8_t* sp = reinterpret_cast<const uint8_t*>(cur_quick_frame_); in GetVRegFromOptimizedCode() local
537 uintptr_t sp = reinterpret_cast<uintptr_t>(GetCurrentQuickFrame()); in GetReturnPcAddr() local
Dcha.cc231 uint8_t* sp = reinterpret_cast<uint8_t*>(GetCurrentQuickFrame()); in SetShouldDeoptimizeFlag() local
Dmonitor.cc1464 uint8_t* sp = reinterpret_cast<uint8_t*>(stack_visitor->GetCurrentQuickFrame()); in VisitLocks() local
Dthread.cc1908 sched_param sp; in DumpState() local
2558 uint8_t* sp = reinterpret_cast<uint8_t*>(GetCurrentQuickFrame()); in VisitFrame() local
/art/runtime/entrypoints/
Dentrypoint_utils.cc186 ArtMethod** sp, CalleeSaveType type) REQUIRES_SHARED(Locks::mutator_lock_) { in DoGetCalleeSaveMethodOuterCallerAndPc()
237 ArtMethod* GetCalleeSaveMethodCaller(ArtMethod** sp, CalleeSaveType type, bool do_caller_check) in GetCalleeSaveMethodCaller()
250 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrameKnownNotTagged(); in GetCalleeSaveMethodCallerAndOuterMethod() local
261 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrameKnownNotTagged(); in GetCalleeSaveOuterMethod() local
Dentrypoint_utils-inl.h775 uint8_t* sp = reinterpret_cast<uint8_t*>(self->GetManagedStack()->GetTopQuickFrame()); in GetGenericJniSynchronizationObject() local
/art/runtime/arch/x86/
Dfault_handler_x86.cc334 uint8_t* sp = reinterpret_cast<uint8_t*>(uc->CTX_ESP); in Action() local
390 uint8_t* sp = reinterpret_cast<uint8_t*>(uc->CTX_ESP); in Action() local
445 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.cc165 uintptr_t sp = sc->sp; in Action() local
/art/compiler/utils/arm64/
Dassembler_arm64.cc113 const Register sp = vixl_masm_.StackPointer(); in SpillRegisters() local
141 const Register sp = vixl_masm_.StackPointer(); in UnspillRegisters() local
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc89 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrameKnownNotTagged(); in artFindNativeMethodRunnable() local
/art/runtime/arch/arm/
Dfault_handler_arm.cc213 uintptr_t sp = sc->arm_sp; in Action() local