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

  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 696 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x());
712 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x());
728 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x());
744 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x());
760 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x());
    [all...]
interpreter_switch_impl.cc 605 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x());
621 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x());
637 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x());
654 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x());
670 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x());
    [all...]
  /art/runtime/verifier/
register_line.cc 319 const uint32_t vregB = inst->VRegB_23x();
339 if (VerifyRegisterTypeWide(inst->VRegB_23x(), src_type1_1, src_type1_2) &&
348 if (VerifyRegisterTypeWide(inst->VRegB_23x(), long_lo_type, long_hi_type) &&
method_verifier.cc     [all...]
  /art/runtime/
dex_instruction-inl.h 254 case k23x: return VRegB_23x();
327 inline uint8_t Instruction::VRegB_23x() const {
dex_instruction.cc 211 case k23x: os << StringPrintf("%s v%d, v%d, v%d", opcode, VRegA_23x(), VRegB_23x(), VRegC_23x()); break;
dex_instruction.h 359 uint8_t VRegB_23x() const;
  /art/compiler/dex/
verified_method.cc 291 verifier::RegType& array_type(line->GetRegisterType(inst->VRegB_23x()));
  /art/compiler/optimizing/
builder.cc 433 uint8_t array_reg = instruction.VRegB_23x();

Completed in 85 milliseconds