Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetVReg

164       bool success = GetVReg(m, reg, kReferenceVReg, &value);
191 *val = shadow_frame->GetVReg(vreg);
200 bool StackVisitor::GetVReg(ArtMethod* m, uint16_t vreg, VRegKind kind, uint32_t* val) const {
216 *val = cur_shadow_frame_->GetVReg(vreg);