Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_thread_entrypoints.cc29 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrame(); in artDeoptimizeIfNeeded() local
45 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrame(); in artTestSuspendFromCode() local
59 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrame(); in artImplicitSuspendFromCode() local
Dquick_trampoline_entrypoints.cc279 static StackReference<mirror::Object>* GetThisObjectReference(ArtMethod** sp) in GetThisObjectReference()
289 static ArtMethod* GetCallingMethodAndDexPc(ArtMethod** sp, uint32_t* dex_pc) in GetCallingMethodAndDexPc()
295 static ArtMethod* GetCallingMethod(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingMethod()
300 static ArtMethod* GetOuterMethod(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetOuterMethod()
307 static uint8_t* GetCallingPcAddr(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingPcAddr()
315 static uintptr_t GetCallingPc(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingPc()
319 QuickArgumentVisitor(ArtMethod** sp, bool is_static, std::string_view shorty) in QuickArgumentVisitor()
562 extern "C" mirror::Object* artQuickGetProxyThisObject(ArtMethod** sp) in artQuickGetProxyThisObject()
571 BuildQuickShadowFrameVisitor(ArtMethod** sp, in BuildQuickShadowFrameVisitor()
693 extern "C" uint64_t artQuickToInterpreterBridge(ArtMethod* method, Thread* self, ArtMethod** sp) in artQuickToInterpreterBridge()
[all …]
/art/runtime/entrypoints/
Dentrypoint_utils.cc197 ArtMethod** sp, CalleeSaveType type) REQUIRES_SHARED(Locks::mutator_lock_) { in DoGetCalleeSaveMethodOuterCallerAndPc()
210 static inline ArtMethod* DoGetCalleeSaveMethodCallerAndDexPc(ArtMethod** sp, in DoGetCalleeSaveMethodCallerAndDexPc()
251 ArtMethod* GetCalleeSaveMethodCallerAndDexPc(ArtMethod** sp, in GetCalleeSaveMethodCallerAndDexPc()
272 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrameKnownNotTagged(); in GetCalleeSaveMethodCallerAndOuterMethod() local
288 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrameKnownNotTagged(); in GetCalleeSaveOuterMethod() local
Dentrypoint_utils-inl.h735 uint8_t* sp = reinterpret_cast<uint8_t*>(self->GetManagedStack()->GetTopQuickFrame()); in GetGenericJniSynchronizationObject() local
/art/runtime/arch/riscv64/
Dfault_handler_riscv64.cc56 ArtMethod** sp = reinterpret_cast<ArtMethod**>(mc->__gregs[REG_SP]); in Action() local
100 uintptr_t sp = mc->__gregs[REG_SP]; in Action() local
/art/runtime/arch/arm64/
Dfault_handler_arm64.cc79 ArtMethod** sp = reinterpret_cast<ArtMethod**>(mc->sp); in Action() local
140 uintptr_t sp = mc->sp; in Action() local
/art/runtime/
Dmanaged_stack.h144 static TaggedTopQuickFrame CreateNotTagged(ArtMethod** sp) { in CreateNotTagged()
149 static TaggedTopQuickFrame CreateGenericJniTagged(ArtMethod** sp) { in CreateGenericJniTagged()
Dfault_handler.cc587 bool NullPointerHandler::IsValidReturnPc(ArtMethod** sp, uintptr_t return_pc) { in IsValidReturnPc()
640 uintptr_t sp = FaultManager::GetFaultSp(context); in Action() local
Dstack.cc372 const uint8_t* sp = reinterpret_cast<const uint8_t*>(cur_quick_frame_); in GetVRegFromOptimizedCode() local
571 uintptr_t sp = reinterpret_cast<uintptr_t>(GetCurrentQuickFrame()); in GetReturnPcAddr() local
791 uint8_t* sp = reinterpret_cast<uint8_t*>(GetCurrentQuickFrame()); in GetShouldDeoptimizeFlagAddr() local
Dinstrumentation.cc1682 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrame(); in PushDeoptContextIfNeeded() local
1700 ArtMethod** sp, in DeoptimizeIfNeeded()
1728 bool Instrumentation::ShouldDeoptimizeCaller(Thread* self, ArtMethod** sp) { in ShouldDeoptimizeCaller()
1741 bool Instrumentation::ShouldDeoptimizeCaller(Thread* self, ArtMethod** sp, size_t frame_size) { in ShouldDeoptimizeCaller()
Dmonitor.cc1474 uint8_t* sp = reinterpret_cast<uint8_t*>(stack_visitor->GetCurrentQuickFrame()); in VisitLocks() local
Dthread.cc2070 sched_param sp; in DumpState() local
2751 uint8_t* sp = reinterpret_cast<uint8_t*>(GetCurrentQuickFrame()); in VisitFrame() local
/art/runtime/arch/arm/
Dfault_handler_arm.cc72 ArtMethod** sp = reinterpret_cast<ArtMethod**>(mc->arm_sp); in Action() local
198 uintptr_t sp = mc->arm_sp; in Action() local
/art/runtime/arch/x86/
Dfault_handler_x86.cc282 ArtMethod** sp = reinterpret_cast<ArtMethod**>(uc->CTX_ESP); in Action() local
363 uint8_t* sp = reinterpret_cast<uint8_t*>(uc->CTX_ESP); in Action() local
418 uintptr_t sp = static_cast<uintptr_t>(uc->CTX_ESP); in Action() local
/art/compiler/utils/arm64/
Dassembler_arm64.cc112 const Register sp = vixl_masm_.StackPointer(); in SpillRegisters() local
140 const Register sp = vixl_masm_.StackPointer(); in UnspillRegisters() local
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc92 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrameKnownNotTagged(); in artFindNativeMethodRunnable() local
/art/compiler/utils/riscv64/
Djni_macro_assembler_riscv64.cc187 Riscv64ManagedRegister sp = Riscv64ManagedRegister::FromXRegister(SP); in StoreRawPtr() local
203 Riscv64ManagedRegister sp = Riscv64ManagedRegister::FromXRegister(SP); in Load() local
/art/compiler/jni/
Djni_compiler_test.cc428 uint8_t* sp = reinterpret_cast<uint8_t*>(caller_frame); in AssertCallerObjectLocked() local