Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc68 cur_shadow_frame_(nullptr), in StackVisitor()
104 if (cur_shadow_frame_ != nullptr) { in GetMethod()
105 return cur_shadow_frame_->GetMethod(); in GetMethod()
119 if (cur_shadow_frame_ != nullptr) { in GetDexPc()
120 return cur_shadow_frame_->GetDexPC(); in GetDexPc()
166 return cur_shadow_frame_->GetVRegReference(0); in GetThisObject()
172 return cur_shadow_frame_->GetVRegReference(0); in GetThisObject()
260 DCHECK(cur_shadow_frame_ != nullptr); in GetVReg()
263 cur_shadow_frame_->GetVRegReference(vreg))); in GetVReg()
265 *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