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

  /art/runtime/
dex_instruction.h 265 uint8_t VRegA_21t() const {
266 return VRegA_21t(Fetch16(0));
317 uint8_t VRegA_21t(uint16_t inst_data) const;
dex_instruction-inl.h 68 case k21t: return VRegA_21t();
134 inline uint8_t Instruction::VRegA_21t(uint16_t inst_data) const {
dex_instruction.cc 147 case k21t: os << StringPrintf("%s v%d, %+d", opcode, VRegA_21t(), VRegB_21t()); break;
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 872 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) == 0) {
888 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) != 0) {
    [all...]
interpreter_switch_impl.cc 776 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) == 0) {
791 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) != 0) {
806 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) < 0) {
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 42 milliseconds