Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc65 cur_shadow_frame_(nullptr), in StackVisitor()
79 if (cur_shadow_frame_ != nullptr) { in GetMethod()
80 return cur_shadow_frame_->GetMethod(); in GetMethod()
95 if (cur_shadow_frame_ != nullptr) { in GetDexPc()
96 return cur_shadow_frame_->GetDexPC(); in GetDexPc()
125 return cur_shadow_frame_->GetVRegReference(0); in GetThisObject()
131 return cur_shadow_frame_->GetVRegReference(0); in GetThisObject()
189 DCHECK(cur_shadow_frame_ != nullptr); in GetVReg()
192 cur_shadow_frame_->GetVRegReference(vreg))); in GetVReg()
194 *val = cur_shadow_frame_->GetVReg(vreg); in GetVReg()
[all …]
Dstack.h191 return cur_shadow_frame_ != nullptr; in IsShadowFrame()
269 return cur_shadow_frame_; in GetCurrentShadowFrame()
335 ShadowFrame* cur_shadow_frame_; variable