Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc71 cur_quick_frame_(nullptr), in StackVisitor()
86 DCHECK(!(*cur_quick_frame_)->IsNative()); in GetCurrentInlineInfo()
95 DCHECK(!(*cur_quick_frame_)->IsNative()); in GetCurrentStackMap()
108 } else if (cur_quick_frame_ != nullptr) { in GetMethod()
114 return *cur_quick_frame_; in GetMethod()
123 } else if (cur_quick_frame_ != nullptr) { in GetDexPc()
137 return NterpGetDexPC(cur_quick_frame_); in GetDexPc()
146 if (cur_shadow_frame_ == nullptr && cur_quick_frame_ != nullptr && IsInInlinedFrame()) { in ComputeDexPcList()
176 if (cur_quick_frame_ != nullptr) { in GetThisObject()
180 reinterpret_cast<uint8_t*>(cur_quick_frame_) + frame_size + sizeof(ArtMethod*)); in GetThisObject()
[all …]
Dstack.h289 return cur_quick_frame_; in GetCurrentQuickFrame()
390 ArtMethod** cur_quick_frame_; variable