| /art/runtime/entrypoints/quick/ |
| D | quick_thread_entrypoints.cc | 32 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrame(); in artDeoptimizeIfNeeded() local 49 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrame(); in artTestSuspendFromCode() local 64 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrame(); in artImplicitSuspendFromCode() local
|
| D | quick_trampoline_entrypoints.cc | 107 static StackReference<mirror::Object>* GetThisObjectReference(ArtMethod** sp) in GetThisObjectReference() 117 static ArtMethod* GetCallingMethodAndDexPc(ArtMethod** sp, uint32_t* dex_pc) in GetCallingMethodAndDexPc() 123 static ArtMethod* GetCallingMethod(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingMethod() 128 static ArtMethod* GetOuterMethod(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetOuterMethod() 135 static uint8_t* GetCallingPcAddr(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingPcAddr() 143 static uintptr_t GetCallingPc(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingPc() 147 QuickArgumentVisitorImpl(ArtMethod** sp, bool is_static, std::string_view shorty) in QuickArgumentVisitorImpl() 623 extern "C" mirror::Object* artQuickGetProxyThisObject(ArtMethod** sp) in artQuickGetProxyThisObject() 632 BuildQuickShadowFrameVisitor(ArtMethod** sp, in BuildQuickShadowFrameVisitor() 761 extern "C" uint64_t artQuickToInterpreterBridge(ArtMethod* method, Thread* self, ArtMethod** sp) in artQuickToInterpreterBridge() [all …]
|
| /art/runtime/entrypoints/ |
| D | entrypoint_utils.cc | 197 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
|
| D | entrypoint_utils-inl.h | 742 uint8_t* sp = reinterpret_cast<uint8_t*>(self->GetManagedStack()->GetTopQuickFrame()); in GetGenericJniSynchronizationObject() local
|
| /art/runtime/arch/riscv64/ |
| D | fault_handler_riscv64.cc | 56 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/ |
| D | fault_handler_arm64.cc | 79 ArtMethod** sp = reinterpret_cast<ArtMethod**>(mc->sp); in Action() local 140 uintptr_t sp = mc->sp; in Action() local
|
| /art/runtime/ |
| D | managed_stack.h | 144 static TaggedTopQuickFrame CreateNotTagged(ArtMethod** sp) { in CreateNotTagged() 149 static TaggedTopQuickFrame CreateGenericJniTagged(ArtMethod** sp) { in CreateGenericJniTagged()
|
| D | fault_handler.cc | 582 bool NullPointerHandler::IsValidReturnPc(ArtMethod** sp, uintptr_t return_pc) { in IsValidReturnPc() 635 uintptr_t sp = FaultManager::GetFaultSp(context); in Action() local
|
| D | stack.cc | 385 const uint8_t* sp = reinterpret_cast<const uint8_t*>(cur_quick_frame_); in GetVRegFromOptimizedCode() local 584 uintptr_t sp = reinterpret_cast<uintptr_t>(GetCurrentQuickFrame()); in GetReturnPcAddr() local 804 uint8_t* sp = reinterpret_cast<uint8_t*>(GetCurrentQuickFrame()); in GetShouldDeoptimizeFlagAddr() local
|
| D | instrumentation.cc | 1678 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrame(); in PushDeoptContextIfNeeded() local 1696 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()
|
| D | monitor.cc | 1474 uint8_t* sp = reinterpret_cast<uint8_t*>(stack_visitor->GetCurrentQuickFrame()); in VisitLocks() local
|
| D | thread.cc | 2124 sched_param sp; in DumpState() local 2809 uint8_t* sp = reinterpret_cast<uint8_t*>(GetCurrentQuickFrame()); in VisitFrame() local
|
| /art/runtime/arch/arm/ |
| D | fault_handler_arm.cc | 72 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/ |
| D | fault_handler_x86.cc | 282 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/ |
| D | assembler_arm64.cc | 112 const Register sp = vixl_masm_.StackPointer(); in SpillRegisters() local 140 const Register sp = vixl_masm_.StackPointer(); in UnspillRegisters() local
|
| /art/runtime/entrypoints/jni/ |
| D | jni_entrypoints.cc | 91 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrameKnownNotTagged(); in artFindNativeMethodRunnable() local
|
| /art/compiler/utils/riscv64/ |
| D | jni_macro_assembler_riscv64.cc | 187 Riscv64ManagedRegister sp = Riscv64ManagedRegister::FromXRegister(SP); in StoreRawPtr() local 203 Riscv64ManagedRegister sp = Riscv64ManagedRegister::FromXRegister(SP); in Load() local
|
| /art/compiler/jni/ |
| D | jni_compiler_test.cc | 427 uint8_t* sp = reinterpret_cast<uint8_t*>(caller_frame); in AssertCallerObjectLocked() local
|