Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc69 cur_shadow_frame_(nullptr), in StackVisitor()
105 if (cur_shadow_frame_ != nullptr) { in GetMethod()
106 return cur_shadow_frame_->GetMethod(); in GetMethod()
120 if (cur_shadow_frame_ != nullptr) { in GetDexPc()
121 return cur_shadow_frame_->GetDexPC(); in GetDexPc()
167 return cur_shadow_frame_->GetVRegReference(0); in GetThisObject()
173 return cur_shadow_frame_->GetVRegReference(0); in GetThisObject()
261 DCHECK(cur_shadow_frame_ != nullptr); in GetVReg()
264 cur_shadow_frame_->GetVRegReference(vreg))); in GetVReg()
266 *val = cur_shadow_frame_->GetVReg(vreg); in GetVReg()
[all …]
Dstack.h193 return cur_shadow_frame_ != nullptr; in IsShadowFrame()
282 return cur_shadow_frame_; in GetCurrentShadowFrame()
356 ShadowFrame* cur_shadow_frame_; variable