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

  /art/libdexfile/dex/
dex_instruction.h 304 uint8_t VRegA_11x() const {
305 return VRegA_11x(Fetch16(0));
373 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 182 case k11x: os << StringPrintf("%s v%d", opcode, VRegA_11x()); break;
  /art/compiler/dex/
inline_method_analyser.cc 526 uint32_t reg = return_instruction->VRegA_11x();
554 int32_t return_reg = return_instruction->VRegA_11x();
593 uint32_t return_reg = return_instruction->VRegA_11x();
659 uint32_t return_reg = return_instruction->VRegA_11x();
  /art/runtime/interpreter/
interpreter_switch_impl.cc 285 shadow_frame.SetVReg(inst->VRegA_11x(inst_data), result_register.GetI());
290 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ());
295 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), result_register.GetL());
302 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), exception.Ptr());
356 result.SetI(shadow_frame.GetVReg(inst->VRegA_11x(inst_data)));
379 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data)));
404 const size_t ref_idx = inst->VRegA_11x(inst_data);
581 ObjPtr<mirror::Object> obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data));
594 ObjPtr<mirror::Object> obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data));
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
  /art/tools/veridex/
flow_analysis.cc 622 UpdateRegister(instruction.VRegA_11x(), VeriClass::throwable_);

Completed in 776 milliseconds