Lines Matching refs:vregs_
190 const uint32_t* vreg = &vregs_[i]; in GetVReg()
197 const uint32_t* vreg = &vregs_[i]; in GetVRegFloat()
203 const uint32_t* vreg = &vregs_[i]; in GetVRegLong()
211 const uint32_t* vreg = &vregs_[i]; in GetVRegDouble()
224 const uint32_t* vreg_ptr = &vregs_[i]; in GetVRegReference()
235 return &vregs_[i]; in GetVRegArgs()
240 uint32_t* vreg = &vregs_[i]; in SetVReg()
251 uint32_t* vreg = &vregs_[i]; in SetVRegFloat()
262 uint32_t* vreg = &vregs_[i]; in SetVRegLong()
276 uint32_t* vreg = &vregs_[i]; in SetVRegDouble()
294 uint32_t* vreg = &vregs_[i]; in SetVRegReference()
333 return ((&vregs_[0] <= shadow_frame_entry) && in Contains()
334 (shadow_frame_entry <= (&vregs_[NumberOfVRegs() - 1]))); in Contains()
355 return OFFSETOF_MEMBER(ShadowFrame, vregs_); in VRegsOffset()
367 memset(vregs_, 0, num_vregs * (sizeof(uint32_t) + sizeof(StackReference<mirror::Object>))); in ShadowFrame()
369 memset(vregs_, 0, num_vregs * sizeof(uint32_t)); in ShadowFrame()
375 const uint32_t* vreg_end = &vregs_[NumberOfVRegs()]; in References()
396 uint32_t vregs_[0]; variable