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

  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 706 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), result);
722 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), result);
738 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), result);
754 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), result);
770 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), result);
    [all...]
interpreter_switch_impl.cc 615 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), result);
631 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), result);
647 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), result);
664 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), result);
680 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), result);
    [all...]
  /art/runtime/
dex_instruction.h 283 uint8_t VRegA_23x() const {
284 return VRegA_23x(Fetch16(0));
323 uint8_t VRegA_23x(uint16_t inst_data) const;
dex_instruction-inl.h 74 case k23x: return VRegA_23x();
164 inline uint8_t Instruction::VRegA_23x(uint16_t inst_data) const {
dex_instruction.cc 211 case k23x: os << StringPrintf("%s v%d, v%d, v%d", opcode, VRegA_23x(), VRegB_23x(), VRegC_23x()); break;
  /art/runtime/verifier/
register_line.cc 327 SetRegisterType(inst->VRegA_23x(), verifier_->GetRegTypeCache()->Boolean());
331 SetRegisterType(inst->VRegA_23x(), dst_type);
341 SetRegisterTypeWide(inst->VRegA_23x(), dst_type1, dst_type2);
350 SetRegisterTypeWide(inst->VRegA_23x(), long_lo_type, long_hi_type);
method_verifier.cc     [all...]
  /art/compiler/dex/
verified_method.cc 296 verifier::RegType& value_type(line->GetRegisterType(inst->VRegA_23x()));
  /art/compiler/optimizing/
builder.cc 432 uint8_t source_or_dest_reg = instruction.VRegA_23x();

Completed in 761 milliseconds