| /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 | 272 static StackReference<mirror::Object>* GetThisObjectReference(ArtMethod** sp) in GetThisObjectReference() 282 static ArtMethod* GetCallingMethodAndDexPc(ArtMethod** sp, uint32_t* dex_pc) in GetCallingMethodAndDexPc() 288 static ArtMethod* GetCallingMethod(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingMethod() 293 static ArtMethod* GetOuterMethod(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetOuterMethod() 300 static uint8_t* GetCallingPcAddr(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingPcAddr() 308 static uintptr_t GetCallingPc(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetCallingPc() 312 QuickArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, in QuickArgumentVisitor() 551 extern "C" mirror::Object* artQuickGetProxyThisObject(ArtMethod** sp) in artQuickGetProxyThisObject() 560 BuildQuickShadowFrameVisitor(ArtMethod** sp, bool is_static, const char* shorty, in BuildQuickShadowFrameVisitor() 673 extern "C" uint64_t artQuickToInterpreterBridge(ArtMethod* method, Thread* self, ArtMethod** sp) in artQuickToInterpreterBridge() [all …]
|
| /art/runtime/entrypoints/ |
| D | entrypoint_utils.cc | 198 ArtMethod** sp, CalleeSaveType type) REQUIRES_SHARED(Locks::mutator_lock_) { in DoGetCalleeSaveMethodOuterCallerAndPc() 211 static inline ArtMethod* DoGetCalleeSaveMethodCallerAndDexPc(ArtMethod** sp, in DoGetCalleeSaveMethodCallerAndDexPc() 252 ArtMethod* GetCalleeSaveMethodCallerAndDexPc(ArtMethod** sp, in GetCalleeSaveMethodCallerAndDexPc() 273 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrameKnownNotTagged(); in GetCalleeSaveMethodCallerAndOuterMethod() local 289 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrameKnownNotTagged(); in GetCalleeSaveOuterMethod() local
|
| D | entrypoint_utils-inl.h | 736 uint8_t* sp = reinterpret_cast<uint8_t*>(self->GetManagedStack()->GetTopQuickFrame()); in GetGenericJniSynchronizationObject() local
|
| /art/runtime/arch/arm64/ |
| D | fault_handler_arm64.cc | 79 ArtMethod** sp = reinterpret_cast<ArtMethod**>(mc->sp); in Action() local 138 uintptr_t sp = mc->sp; in Action() local
|
| /art/runtime/ |
| D | managed_stack.h | 133 static TaggedTopQuickFrame CreateNotTagged(ArtMethod** sp) { in CreateNotTagged() 138 static TaggedTopQuickFrame CreateGenericJniTagged(ArtMethod** sp) { in CreateGenericJniTagged()
|
| D | fault_handler.cc | 535 bool NullPointerHandler::IsValidReturnPc(ArtMethod** sp, uintptr_t return_pc) { in IsValidReturnPc() 588 uintptr_t sp = FaultManager::GetFaultSp(context); in Action() local
|
| D | stack.cc | 371 const uint8_t* sp = reinterpret_cast<const uint8_t*>(cur_quick_frame_); in GetVRegFromOptimizedCode() local 570 uintptr_t sp = reinterpret_cast<uintptr_t>(GetCurrentQuickFrame()); in GetReturnPcAddr() local 790 uint8_t* sp = reinterpret_cast<uint8_t*>(GetCurrentQuickFrame()); in GetShouldDeoptimizeFlagAddr() local
|
| D | instrumentation.cc | 1540 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrame(); in PushDeoptContextIfNeeded() local 1558 ArtMethod** sp, in DeoptimizeIfNeeded() 1586 bool Instrumentation::ShouldDeoptimizeCaller(Thread* self, ArtMethod** sp) { in ShouldDeoptimizeCaller() 1599 bool Instrumentation::ShouldDeoptimizeCaller(Thread* self, ArtMethod** sp, size_t frame_size) { in ShouldDeoptimizeCaller()
|
| D | monitor.cc | 1467 uint8_t* sp = reinterpret_cast<uint8_t*>(stack_visitor->GetCurrentQuickFrame()); in VisitLocks() local
|
| D | thread.cc | 2053 sched_param sp; in DumpState() local 2708 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 196 uintptr_t sp = mc->arm_sp; in Action() local
|
| /art/runtime/arch/x86/ |
| D | fault_handler_x86.cc | 283 ArtMethod** sp = reinterpret_cast<ArtMethod**>(uc->CTX_ESP); in Action() local 364 uint8_t* sp = reinterpret_cast<uint8_t*>(uc->CTX_ESP); in Action() local 419 uintptr_t sp = static_cast<uintptr_t>(uc->CTX_ESP); in Action() local
|
| /art/runtime/arch/riscv64/ |
| D | context_riscv64.cc | 29 #define __hwasan_handle_longjmp(sp) argument
|
| /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/jni/ |
| D | jni_compiler_test.cc | 429 uint8_t* sp = reinterpret_cast<uint8_t*>(caller_frame); in AssertCallerObjectLocked() local
|