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

  /art/runtime/
dex_instruction.h 263 uint8_t VRegA_11x() const {
264 return VRegA_11x(Fetch16(0));
326 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 169 case k11x: os << StringPrintf("%s v%d", opcode, VRegA_11x()); break;
  /art/runtime/quick/
inline_method_analyser.cc 542 uint32_t reg = return_instruction->VRegA_11x();
571 int32_t return_reg = return_instruction->VRegA_11x();
611 uint32_t return_reg = return_instruction->VRegA_11x();
678 uint32_t return_reg = return_instruction->VRegA_11x();
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 262 shadow_frame.SetVReg(inst->VRegA_11x(inst_data), result_register.GetI());
267 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ());
272 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), result_register.GetL());
279 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), exception);
315 result.SetI(shadow_frame.GetVReg(inst->VRegA_11x(inst_data)));
329 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data)));
345 const uint8_t vreg_index = inst->VRegA_11x(inst_data);
476 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data));
488 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data));
617 Object* exception = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data))
    [all...]
interpreter_switch_impl.cc 188 shadow_frame.SetVReg(inst->VRegA_11x(inst_data), result_register.GetI());
193 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ());
198 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), result_register.GetL());
205 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), exception);
247 result.SetI(shadow_frame.GetVReg(inst->VRegA_11x(inst_data)));
264 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data)));
283 const size_t ref_idx = inst->VRegA_11x(inst_data);
418 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data));
430 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data));
565 Object* exception = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data))
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]

Completed in 446 milliseconds