Home
last modified time | relevance | path

Searched refs:GetTopQuickFrame (Results 1 – 5 of 5) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc58 ArtMethod* native_method = *self->GetManagedStack()->GetTopQuickFrame(); in JniMethodFastStart()
71 ArtMethod* native_method = *self->GetManagedStack()->GetTopQuickFrame(); in JniMethodStart()
89 ArtMethod* native_method = *self->GetManagedStack()->GetTopQuickFrame(); in GoToRunnable()
101 ArtMethod* native_method = *self->GetManagedStack()->GetTopQuickFrame(); in GoToRunnableFast()
Dquick_trampoline_entrypoints.cc2509 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrame(); in artQuickGenericJniEndTrampoline()
/art/runtime/native/
Dscoped_fast_native_object_access-inl.h30 DCHECK((*Self()->GetManagedStack()->GetTopQuickFrame())->IsFastNative()); in ScopedFastNativeObjectAccess()
/art/runtime/
Dmanaged_stack.h74 ArtMethod** GetTopQuickFrame() const { in GetTopQuickFrame() function
Dstack.cc761 cur_quick_frame_ = current_fragment->GetTopQuickFrame(); in WalkStack()