Home
last modified time | relevance | path

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

/art/runtime/
Dmanaged_stack.h78 bool GetTopQuickFrameTag() const { in GetTopQuickFrameTag() function
Dstack.cc855 if (UNLIKELY(current_fragment->GetTopQuickFrameTag())) { in WalkStack()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc85 DCHECK(!self->GetManagedStack()->GetTopQuickFrameTag()); in artFindNativeMethodRunnable()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2245 DCHECK(self->GetManagedStack()->GetTopQuickFrameTag()); in artQuickGenericJniEndTrampoline()