Searched defs:sp (Results 1 – 14 of 14) 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 | 131 static TaggedTopQuickFrame CreateNotTagged(ArtMethod** sp) { in CreateNotTagged() 136 static TaggedTopQuickFrame CreateTagged(ArtMethod** sp) { in CreateTagged()
|
D | fault_handler.cc | 293 uintptr_t sp = 0; in IsInGeneratedCode() local 391 uintptr_t sp = 0; in Action() local
|
D | stack.h | 286 ArtMethod** sp = GetCurrentQuickFrame(); in GetCurrentHandleScope() local
|
D | stack.cc | 346 const uint8_t* sp = reinterpret_cast<const uint8_t*>(cur_quick_frame_); in GetVRegFromOptimizedCode() local 563 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 | thread.cc | 1898 sched_param sp; in DumpState() 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
|
/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 | 109 const Register sp = vixl_masm_.StackPointer(); in SpillRegisters() local 137 const Register sp = vixl_masm_.StackPointer(); in UnspillRegisters() local
|
/art/runtime/entrypoints/jni/ |
D | jni_entrypoints.cc | 86 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrameKnownNotTagged(); in artFindNativeMethodRunnable() local
|
/art/runtime/arch/arm/ |
D | fault_handler_arm.cc | 210 uintptr_t sp = sc->arm_sp; in Action() local
|