Lines Matching refs:cur_shadow_frame_
69 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()
422 DCHECK(cur_shadow_frame_ != nullptr); in GetVRegPair()
423 *val = cur_shadow_frame_->GetVRegLong(vreg); in GetVRegPair()
665 if (cur_shadow_frame_ != nullptr) { in SetMethod()
666 cur_shadow_frame_->SetMethod(method); in SetMethod()
839 cur_shadow_frame_ = current_fragment->GetTopShadowFrame(); in WalkStack()
981 } else if (cur_shadow_frame_ != nullptr) { in WalkStack()
989 cur_shadow_frame_ = cur_shadow_frame_->GetLink(); in WalkStack()
990 } while (cur_shadow_frame_ != nullptr); in WalkStack()