Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc70 cur_shadow_frame_(nullptr), in StackVisitor()
106 if (cur_shadow_frame_ != nullptr) { in GetMethod()
107 return cur_shadow_frame_->GetMethod(); in GetMethod()
121 if (cur_shadow_frame_ != nullptr) { in GetDexPc()
122 return cur_shadow_frame_->GetDexPC(); in GetDexPc()
146 if (cur_shadow_frame_ == nullptr && cur_quick_frame_ != nullptr && IsInInlinedFrame()) { in ComputeDexPcList()
183 return cur_shadow_frame_->GetVRegReference(0); in GetThisObject()
189 return cur_shadow_frame_->GetVRegReference(0); in GetThisObject()
278 DCHECK(cur_shadow_frame_ != nullptr); in GetVReg()
281 cur_shadow_frame_->GetVRegReference(vreg))); in GetVReg()
[all …]
Dstack.h190 return cur_shadow_frame_ != nullptr; in IsShadowFrame()
293 return cur_shadow_frame_; in GetCurrentShadowFrame()
389 ShadowFrame* cur_shadow_frame_; variable