Home
last modified time | relevance | path

Searched refs:cur_quick_frame_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dstack.cc70 cur_quick_frame_(nullptr), in StackVisitor()
85 DCHECK(!(*cur_quick_frame_)->IsNative()); in GetCurrentInlineInfo()
94 DCHECK(!(*cur_quick_frame_)->IsNative()); in GetCurrentStackMap()
107 } else if (cur_quick_frame_ != nullptr) { in GetMethod()
113 return *cur_quick_frame_; in GetMethod()
122 } else if (cur_quick_frame_ != nullptr) { in GetDexPc()
136 return NterpGetDexPC(cur_quick_frame_); in GetDexPc()
152 if (cur_quick_frame_ != nullptr) { in GetThisObject()
156 reinterpret_cast<char*>(cur_quick_frame_) + sizeof(ArtMethod*)); in GetThisObject()
163 hs = GetGenericJniHandleScope(cur_quick_frame_, num_handle_scope_references); in GetThisObject()
[all …]
Dstack.h278 return cur_quick_frame_; in GetCurrentQuickFrame()
357 ArtMethod** cur_quick_frame_; variable