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

  /art/runtime/
dex_instruction.h 293 uint8_t VRegA_11x() const {
294 return VRegA_11x(Fetch16(0));
362 uint8_t VRegA_11x(uint16_t inst_data) const;
dex_instruction-inl.h 64 case k11x: return VRegA_11x();
108 inline uint8_t Instruction::VRegA_11x(uint16_t inst_data) const {
dex_instruction.cc 162 case k11x: os << StringPrintf("%s v%d", opcode, VRegA_11x()); break;
  /art/compiler/dex/
inline_method_analyser.cc 524 uint32_t reg = return_instruction->VRegA_11x();
552 int32_t return_reg = return_instruction->VRegA_11x();
591 uint32_t return_reg = return_instruction->VRegA_11x();
657 uint32_t return_reg = return_instruction->VRegA_11x();
  /art/runtime/interpreter/
interpreter_switch_impl.cc 238 shadow_frame.SetVReg(inst->VRegA_11x(inst_data), result_register.GetI());
243 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ());
248 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), result_register.GetL());
255 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), exception.Ptr());
305 result.SetI(shadow_frame.GetVReg(inst->VRegA_11x(inst_data)));
326 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data)));
349 const size_t ref_idx = inst->VRegA_11x(inst_data);
495 ObjPtr<mirror::Object> obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data));
507 ObjPtr<mirror::Object> obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data));
655 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 115 milliseconds