Home
last modified time | relevance | path

Searched refs:GetTopQuickFrameTag (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/
H A Dmanaged_stack.h78 bool GetTopQuickFrameTag() const { in GetTopQuickFrameTag() function
H A Dstack.cc829 if (UNLIKELY(current_fragment->GetTopQuickFrameTag())) { in WalkStack()
/aosp12/art/runtime/entrypoints/jni/
H A Djni_entrypoints.cc88 DCHECK(!self->GetManagedStack()->GetTopQuickFrameTag()); in artFindNativeMethodRunnable()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc2180 DCHECK(self->GetManagedStack()->GetTopQuickFrameTag()); in artQuickGenericJniEndTrampoline()