/art/runtime/entrypoints/quick/ |
D | quick_thread_entrypoints.cc | 29 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
|
D | quick_trampoline_entrypoints.cc | 279 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/ |
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 | 735 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 | 587 bool NullPointerHandler::IsValidReturnPc(ArtMethod** sp, uintptr_t return_pc) { in IsValidReturnPc() 640 uintptr_t sp = FaultManager::GetFaultSp(context); in Action() local
|
D | stack.cc | 372 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
|
D | instrumentation.cc | 1682 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()
|
D | monitor.cc | 1474 uint8_t* sp = reinterpret_cast<uint8_t*>(stack_visitor->GetCurrentQuickFrame()); in VisitLocks() local
|
D | thread.cc | 2070 sched_param sp; in DumpState() local 2751 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 | 92 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 | 428 uint8_t* sp = reinterpret_cast<uint8_t*>(caller_frame); in AssertCallerObjectLocked() local
|