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

  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 693 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x());
709 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x());
725 double val2 = shadow_frame.GetVRegDouble(inst->VRegC_23x());
741 double val2 = shadow_frame.GetVRegDouble(inst->VRegC_23x());
757 int64_t val2 = shadow_frame.GetVRegLong(inst->VRegC_23x());
    [all...]
interpreter_switch_impl.cc 602 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x());
618 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x());
634 double val2 = shadow_frame.GetVRegDouble(inst->VRegC_23x());
651 double val2 = shadow_frame.GetVRegDouble(inst->VRegC_23x());
667 int64_t val2 = shadow_frame.GetVRegLong(inst->VRegC_23x());
    [all...]
  /art/runtime/verifier/
register_line.cc 320 const uint32_t vregC = inst->VRegC_23x();
340 VerifyRegisterTypeWide(inst->VRegC_23x(), src_type2_1, src_type2_2)) {
349 VerifyRegisterType(inst->VRegC_23x(), int_type)) {
method_verifier.cc     [all...]
  /art/runtime/
dex_instruction-inl.h 390 case k23x: return VRegC_23x();
419 inline uint8_t Instruction::VRegC_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 385 uint8_t VRegC_23x() const;
  /art/compiler/optimizing/
builder.cc 434 uint8_t index_reg = instruction.VRegC_23x();

Completed in 109 milliseconds