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

  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 719 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), result);
735 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), result);
751 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), result);
767 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), result);
787 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), result);
    [all...]
interpreter_switch_impl.cc 653 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), result);
669 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), result);
685 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), result);
702 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), result);
723 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), result);
    [all...]
  /art/runtime/verifier/
register_line.cc 237 inst->VRegA_23x(),
242 SetRegisterType<LockOp::kClear>(verifier, inst->VRegA_23x(), dst_type);
252 SetRegisterTypeWide(verifier, inst->VRegA_23x(), dst_type1, dst_type2);
261 SetRegisterTypeWide(verifier, inst->VRegA_23x(), long_lo_type, long_hi_type);
method_verifier.cc     [all...]
  /art/runtime/
dex_instruction.h 297 uint8_t VRegA_23x() const {
298 return VRegA_23x(Fetch16(0));
337 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 258 case k23x: os << StringPrintf("%s v%d, v%d, v%d", opcode, VRegA_23x(), VRegB_23x(), VRegC_23x()); break;
  /art/compiler/dex/
verified_method.cc 242 inst->VRegA_23x()));
  /art/runtime/interpreter/mterp/
mterp.cc 377 Object* val = shadow_frame->GetVRegReference(inst->VRegA_23x(inst_data));
  /art/compiler/optimizing/
instruction_builder.cc     [all...]

Completed in 2389 milliseconds