Searched defs:sp (Results 1 – 15 of 15) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 228 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/ |
D | managed_stack.h | 127 static TaggedTopQuickFrame CreateNotTagged(ArtMethod** sp) { in CreateNotTagged() 132 static TaggedTopQuickFrame CreateTagged(ArtMethod** sp) { in CreateTagged()
|
D | fault_handler.cc | 293 uintptr_t sp = 0; in IsInGeneratedCode() local 396 uintptr_t sp = 0; in Action() local
|
D | stack.cc | 338 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
|
D | cha.cc | 231 uint8_t* sp = reinterpret_cast<uint8_t*>(GetCurrentQuickFrame()); in SetShouldDeoptimizeFlag() local
|
D | monitor.cc | 1464 uint8_t* sp = reinterpret_cast<uint8_t*>(stack_visitor->GetCurrentQuickFrame()); in VisitLocks() local
|
D | thread.cc | 1908 sched_param sp; in DumpState() local 2558 uint8_t* sp = reinterpret_cast<uint8_t*>(GetCurrentQuickFrame()); in VisitFrame() local
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 186 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
|
D | entrypoint_utils-inl.h | 775 uint8_t* sp = reinterpret_cast<uint8_t*>(self->GetManagedStack()->GetTopQuickFrame()); in GetGenericJniSynchronizationObject() local
|
/art/runtime/arch/x86/ |
D | fault_handler_x86.cc | 334 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/ |
D | context_arm64.cc | 29 #define __hwasan_handle_longjmp(sp) argument
|
D | fault_handler_arm64.cc | 165 uintptr_t sp = sc->sp; in Action() local
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.cc | 113 const Register sp = vixl_masm_.StackPointer(); in SpillRegisters() local 141 const Register sp = vixl_masm_.StackPointer(); in UnspillRegisters() local
|
/art/runtime/entrypoints/jni/ |
D | jni_entrypoints.cc | 89 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrameKnownNotTagged(); in artFindNativeMethodRunnable() local
|
/art/runtime/arch/arm/ |
D | fault_handler_arm.cc | 213 uintptr_t sp = sc->arm_sp; in Action() local
|