Lines Matching refs:vreg

248   for (uint16_t vreg = 0; vreg < number_of_vregs; ++vreg) {  in SetCatchEnvironmentForOptimizedHandler()  local
250 catch_vreg_map.GetLocationKind(vreg, number_of_vregs, code_info, encoding); in SetCatchEnvironmentForOptimizedHandler()
258 VRegKind vreg_kind = ToVRegKind(throw_vreg_map.GetLocationKind(vreg, in SetCatchEnvironmentForOptimizedHandler()
263 vreg, in SetCatchEnvironmentForOptimizedHandler()
266 CHECK(get_vreg_success) << "VReg " << vreg << " was optimized out (" in SetCatchEnvironmentForOptimizedHandler()
272 int32_t slot_offset = catch_vreg_map.GetStackOffsetInBytes(vreg, in SetCatchEnvironmentForOptimizedHandler()
426 for (uint16_t vreg = 0; vreg < number_of_vregs; ++vreg) { in HandleOptimizingDeoptimization() local
427 if (updated_vregs != nullptr && updated_vregs[vreg]) { in HandleOptimizingDeoptimization()
433 vreg_map.GetLocationKind(vreg, number_of_vregs, code_info, encoding); in HandleOptimizingDeoptimization()
440 const int32_t offset = vreg_map.GetStackOffsetInBytes(vreg, in HandleOptimizingDeoptimization()
456 uint32_t reg = vreg_map.GetMachineRegister(vreg, number_of_vregs, code_info, encoding); in HandleOptimizingDeoptimization()
467 value = vreg_map.GetConstant(vreg, number_of_vregs, code_info, encoding); in HandleOptimizingDeoptimization()
480 << vreg_map.GetLocationInternalKind(vreg, in HandleOptimizingDeoptimization()
488 new_frame->SetVRegReference(vreg, reinterpret_cast<mirror::Object*>(value)); in HandleOptimizingDeoptimization()
490 new_frame->SetVReg(vreg, value); in HandleOptimizingDeoptimization()