HomeSort by relevance Sort by last modified time
    Searched refs:vreg_map (Results 1 - 2 of 2) sorted by null

  /art/runtime/
quick_exception_handler.cc 411 DexRegisterMap vreg_map = IsInInlinedFrame() local
418 if (!vreg_map.IsValid()) {
429 vreg_map.GetLocationKind(vreg, number_of_vregs, code_info, encoding);
436 const int32_t offset = vreg_map.GetStackOffsetInBytes(vreg,
452 uint32_t reg = vreg_map.GetMachineRegister(vreg, number_of_vregs, code_info, encoding);
463 value = vreg_map.GetConstant(vreg, number_of_vregs, code_info, encoding);
476 << vreg_map.GetLocationInternalKind(vreg,
  /art/runtime/jit/
jit.cc 503 DexRegisterMap vreg_map = local
520 if (!vreg_map.IsValid()) {
526 vreg_map.GetLocationKind(vreg, number_of_vregs, code_info, encoding);
540 int32_t slot_offset = vreg_map.GetStackOffsetInBytes(vreg,

Completed in 136 milliseconds