Searched defs:sp (Results 1 – 13 of 13) sorted by relevance
| /art/runtime/entrypoints/quick/ |
| D | quick_trampoline_entrypoints.cc | 229 static StackReference<mirror::Object>* GetProxyThisObjectReference(ArtMethod** sp) in GetProxyThisObjectReference() 240 static ArtMethod* GetCallingMethod(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingMethod() 245 static ArtMethod* GetOuterMethod(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetOuterMethod() 252 static uint32_t GetCallingDexPc(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingDexPc() 277 static uint8_t* GetCallingPcAddr(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingPcAddr() 285 static uintptr_t GetCallingPc(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingPc() 289 QuickArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, in QuickArgumentVisitor() 528 extern "C" mirror::Object* artQuickGetProxyThisObject(ArtMethod** sp) in artQuickGetProxyThisObject() 536 BuildQuickShadowFrameVisitor(ArtMethod** sp, bool is_static, const char* shorty, in BuildQuickShadowFrameVisitor() 648 extern "C" uint64_t artQuickToInterpreterBridge(ArtMethod* method, Thread* self, ArtMethod** sp) in artQuickToInterpreterBridge() [all …]
|
| /art/runtime/entrypoints/ |
| D | entrypoint_utils.cc | 183 ArtMethod** sp, CalleeSaveType type) REQUIRES_SHARED(Locks::mutator_lock_) { in DoGetCalleeSaveMethodOuterCallerAndPc() 234 ArtMethod* GetCalleeSaveMethodCaller(ArtMethod** sp, CalleeSaveType type, bool do_caller_check) in GetCalleeSaveMethodCaller() 247 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrameKnownNotTagged(); in GetCalleeSaveMethodCallerAndOuterMethod() local 258 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrameKnownNotTagged(); in GetCalleeSaveOuterMethod() local
|
| /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 | 345 const uint8_t* sp = reinterpret_cast<const uint8_t*>(cur_quick_frame_); in GetVRegFromOptimizedCode() local 562 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 | 1904 sched_param sp; in DumpState() 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/arch/arm/ |
| D | fault_handler_arm.cc | 210 uintptr_t sp = sc->arm_sp; in Action() local
|