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

  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 171 shadow_frame.SetVReg(inst->VRegA_12x(inst_data),
189 shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data),
207 shadow_frame.SetVRegReference(inst->VRegA_12x(inst_data),
530 shadow_frame.SetVReg(inst->VRegA_12x(inst_data), array->AsArray()->GetLength());
    [all...]
interpreter_switch_impl.cc 98 shadow_frame.SetVReg(inst->VRegA_12x(inst_data),
116 shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data),
134 shadow_frame.SetVRegReference(inst->VRegA_12x(inst_data),
443 shadow_frame.SetVReg(inst->VRegA_12x(inst_data), array->AsArray()->GetLength());
    [all...]
  /art/runtime/verifier/
register_line.cc 287 SetRegisterType(inst->VRegA_12x(), dst_type);
295 SetRegisterTypeWide(inst->VRegA_12x(), dst_type1, dst_type2);
303 SetRegisterTypeWide(inst->VRegA_12x(), dst_type1, dst_type2);
311 SetRegisterType(inst->VRegA_12x(), dst_type);
357 const uint32_t vregA = inst->VRegA_12x();
377 const uint32_t vregA = inst->VRegA_12x();
388 const uint32_t vregA = inst->VRegA_12x();
method_verifier.cc     [all...]
  /art/runtime/
dex_instruction.h 252 uint4_t VRegA_12x() const {
253 return VRegA_12x(Fetch16(0));
313 uint4_t VRegA_12x(uint16_t inst_data) const;
dex_instruction-inl.h 63 case k12x: return VRegA_12x();
109 inline uint4_t Instruction::VRegA_12x(uint16_t inst_data) const {
dex_instruction.cc 141 case k12x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_12x(), VRegB_12x()); break;
  /art/compiler/dex/
mir_graph.cc 361 dest = check_insn->VRegA_12x();
    [all...]

Completed in 45 milliseconds