Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc36 mirror::ArtMethod* native_method = self->GetManagedStack()->GetTopQuickFrame()->AsMirrorPtr(); in JniMethodStart()
51 mirror::ArtMethod* native_method = self->GetManagedStack()->GetTopQuickFrame()->AsMirrorPtr(); in GoToRunnable()
Dquick_trampoline_entrypoints.cc1682 StackReference<mirror::ArtMethod>* sp = self->GetManagedStack()->GetTopQuickFrame(); in artQuickGenericJniEndTrampoline()
/art/runtime/native/
Dscoped_fast_native_object_access.h34 DCHECK(Self()->GetManagedStack()->GetTopQuickFrame()->AsMirrorPtr()->IsFastNative()); in ScopedFastNativeObjectAccess()
/art/runtime/
Dstack.h428 StackReference<mirror::ArtMethod>* GetTopQuickFrame() const { in GetTopQuickFrame() function
Dstack.cc523 cur_quick_frame_ = current_fragment->GetTopQuickFrame(); in WalkStack()
Dthread.h368 return (tlsPtr_.managed_stack.GetTopQuickFrame() != nullptr) || in HasManagedStack()
Dthread.cc967 if (managed_stack == NULL || (managed_stack->GetTopQuickFrame() == NULL && in ShouldShowNativeStack()