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

  /art/runtime/quick/
inline_method_analyser.cc 148 uint32_t reg = return_instruction->VRegA_11x();
177 int32_t return_reg = return_instruction->VRegA_11x();
215 uint32_t return_reg = return_instruction->VRegA_11x();
280 uint32_t return_reg = return_instruction->VRegA_11x();
  /art/runtime/
dex_instruction.h 249 uint8_t VRegA_11x() const {
250 return VRegA_11x(Fetch16(0));
312 uint8_t VRegA_11x(uint16_t inst_data) const;
dex_instruction-inl.h 62 case k11x: return VRegA_11x();
104 inline uint8_t Instruction::VRegA_11x(uint16_t inst_data) const {
dex_instruction.cc 143 case k11x: os << StringPrintf("%s v%d", opcode, VRegA_11x()); break;
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 225 shadow_frame.SetVReg(inst->VRegA_11x(inst_data), result_register.GetI());
230 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ());
235 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), result_register.GetL());
242 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), exception);
294 result.SetI(shadow_frame.GetVReg(inst->VRegA_11x(inst_data)));
313 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data)));
335 const uint8_t vreg_index = inst->VRegA_11x(inst_data);
471 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data));
483 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data));
618 Object* exception = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data))
    [all...]
interpreter_switch_impl.cc 152 shadow_frame.SetVReg(inst->VRegA_11x(inst_data), result_register.GetI());
157 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ());
162 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), result_register.GetL());
169 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), exception);
214 result.SetI(shadow_frame.GetVReg(inst->VRegA_11x(inst_data)));
230 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data)));
249 const size_t ref_idx = inst->VRegA_11x(inst_data);
384 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data));
396 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data));
532 Object* exception = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data))
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/compiler/dex/
mir_graph.cc 344 int monitor_reg = monitor_exit->VRegA_11x();
347 if (check_insn->VRegA_11x() == monitor_reg) {
387 check_insn->VRegA_11x() == monitor_reg;
    [all...]

Completed in 394 milliseconds