Lines Matching refs:cur_shadow_frame_
103 cur_shadow_frame_(nullptr), in StackVisitor()
125 if (cur_shadow_frame_ != nullptr) { in GetMethod()
126 return cur_shadow_frame_->GetMethod(); in GetMethod()
152 if (cur_shadow_frame_ != nullptr) { in GetDexPc()
153 return cur_shadow_frame_->GetDexPC(); in GetDexPc()
186 return cur_shadow_frame_->GetVRegReference(0); in GetThisObject()
192 return cur_shadow_frame_->GetVRegReference(0); in GetThisObject()
250 DCHECK(cur_shadow_frame_ != nullptr); in GetVReg()
253 cur_shadow_frame_->GetVRegReference(vreg))); in GetVReg()
255 *val = cur_shadow_frame_->GetVReg(vreg); in GetVReg()
383 DCHECK(cur_shadow_frame_ != nullptr); in GetVRegPair()
384 *val = cur_shadow_frame_->GetVRegLong(vreg); in GetVRegPair()
781 cur_shadow_frame_ = current_fragment->GetTopShadowFrame(); in WalkStack()
884 } else if (cur_shadow_frame_ != nullptr) { in WalkStack()
892 cur_shadow_frame_ = cur_shadow_frame_->GetLink(); in WalkStack()
893 } while (cur_shadow_frame_ != nullptr); in WalkStack()