Home | History | Annotate | Download | only in runtime

Lines Matching full:kind

12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
135 uint32_t StackVisitor::GetVReg(mirror::ArtMethod* m, uint16_t vreg, VRegKind kind) const {
142 if (vmap_table.IsInContext(vreg, kind, &vmap_offset)) {
143 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg);
146 return GetGPR(vmap_table.ComputeRegister(spill_mask, vmap_offset, kind));
160 VRegKind kind) {
167 if (vmap_table.IsInContext(vreg, kind, &vmap_offset)) {
168 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg);