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

  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 209 shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
227 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
245 shadow_frame.GetVRegReference(inst->VRegB_12x(inst_data)));
530 Object* array = shadow_frame.GetVRegReference(inst->VRegB_12x(inst_data));
    [all...]
interpreter_switch_impl.cc 135 shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
153 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
171 shadow_frame.GetVRegReference(inst->VRegB_12x(inst_data)));
473 Object* array = shadow_frame.GetVRegReference(inst->VRegB_12x(inst_data));
    [all...]
  /art/runtime/verifier/
register_line.cc 195 if (VerifyRegisterType(verifier, inst->VRegB_12x(), src_type)) {
203 if (VerifyRegisterTypeWide(verifier, inst->VRegB_12x(), src_type1, src_type2)) {
211 if (VerifyRegisterType(verifier, inst->VRegB_12x(), src_type)) {
219 if (VerifyRegisterTypeWide(verifier, inst->VRegB_12x(), src_type1, src_type2)) {
269 const uint32_t vregB = inst->VRegB_12x();
291 const uint32_t vregB = inst->VRegB_12x();
302 const uint32_t vregB = inst->VRegB_12x();
method_verifier.cc     [all...]
  /art/runtime/
dex_instruction.h 355 uint4_t VRegB_12x() const {
356 return VRegB_12x(Fetch16(0));
387 uint4_t VRegB_12x(uint16_t inst_data) const;
dex_instruction-inl.h 245 case k12x: return VRegB_12x();
279 inline uint4_t Instruction::VRegB_12x(uint16_t inst_data) const {
dex_instruction.cc 167 case k12x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_12x(), VRegB_12x()); break;
  /art/compiler/optimizing/
instruction_builder.cc     [all...]

Completed in 120 milliseconds