Searched refs:cur_quick_frame_ (Results 1 – 2 of 2) sorted by relevance
69 cur_quick_frame_(nullptr), in StackVisitor()84 DCHECK(!(*cur_quick_frame_)->IsNative()); in GetCurrentInlineInfo()93 DCHECK(!(*cur_quick_frame_)->IsNative()); in GetCurrentStackMap()106 } else if (cur_quick_frame_ != nullptr) { in GetMethod()112 return *cur_quick_frame_; in GetMethod()121 } else if (cur_quick_frame_ != nullptr) { in GetDexPc()135 return NterpGetDexPC(cur_quick_frame_); in GetDexPc()151 if (cur_quick_frame_ != nullptr) { in GetThisObject()155 reinterpret_cast<char*>(cur_quick_frame_) + sizeof(ArtMethod*)); in GetThisObject()162 hs = GetGenericJniHandleScope(cur_quick_frame_, num_handle_scope_references); in GetThisObject()[all …]
278 return cur_quick_frame_; in GetCurrentQuickFrame()357 ArtMethod** cur_quick_frame_; variable