Searched refs:GetTopQuickFrame (Results 1 – 5 of 5) sorted by relevance
58 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()
2509 ArtMethod** sp = self->GetManagedStack()->GetTopQuickFrame(); in artQuickGenericJniEndTrampoline()
30 DCHECK((*Self()->GetManagedStack()->GetTopQuickFrame())->IsFastNative()); in ScopedFastNativeObjectAccess()
74 ArtMethod** GetTopQuickFrame() const { in GetTopQuickFrame() function
761 cur_quick_frame_ = current_fragment->GetTopQuickFrame(); in WalkStack()