Lines Matching refs:vregs_
127 const uint32_t* vreg = &vregs_[i]; in GetVReg()
134 const uint32_t* vreg = &vregs_[i]; in GetVRegFloat()
140 const uint32_t* vreg = &vregs_[i]; in GetVRegLong()
146 const uint32_t* vreg = &vregs_[i]; in GetVRegDouble()
155 const uint32_t* vreg = &vregs_[i]; in GetVRegReference()
162 return &vregs_[i]; in GetVRegArgs()
167 uint32_t* vreg = &vregs_[i]; in SetVReg()
173 uint32_t* vreg = &vregs_[i]; in SetVRegFloat()
179 uint32_t* vreg = &vregs_[i]; in SetVRegLong()
185 uint32_t* vreg = &vregs_[i]; in SetVRegDouble()
191 uint32_t* vreg = &vregs_[i]; in SetVRegReference()
225 return ((&vregs_[0] <= shadow_frame_entry) && in Contains()
226 (shadow_frame_entry <= (&vregs_[NumberOfVRegs() - 1]))); in Contains()
247 return OFFSETOF_MEMBER(ShadowFrame, vregs_); in VRegsOffset()
259 memset(vregs_, 0, num_vregs * (sizeof(uint32_t) + sizeof(mirror::Object*))); in ShadowFrame()
261 memset(vregs_, 0, num_vregs * sizeof(uint32_t)); in ShadowFrame()
267 const uint32_t* vreg_end = &vregs_[NumberOfVRegs()]; in References()
293 uint32_t vregs_[0]; variable