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

  /art/runtime/
dex_instruction.h 291 uint4_t VRegA_22t() const {
292 return VRegA_22t(Fetch16(0));
335 uint4_t VRegA_22t(uint16_t inst_data) const;
dex_instruction-inl.h 72 case k22t: return VRegA_22t();
154 inline uint4_t Instruction::VRegA_22t(uint16_t inst_data) const {
dex_instruction.cc 260 case k22t: os << StringPrintf("%s v%d, v%d, %+d", opcode, VRegA_22t(), VRegB_22t(), VRegC_22t()); break;
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 793 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) == shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
812 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) !=
832 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) <
852 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) >=
872 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) >
    [all...]
interpreter_switch_impl.cc 729 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) ==
746 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) !=
763 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) <
780 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) >=
797 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data))
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 185 milliseconds