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

  /art/runtime/
dex_instruction.h 307 uint8_t VRegA_31t() const {
308 return VRegA_31t(Fetch16(0));
340 uint8_t VRegA_31t(uint16_t inst_data) const;
dex_instruction-inl.h 78 case k31t: return VRegA_31t();
184 inline uint8_t Instruction::VRegA_31t(uint16_t inst_data) const {
dex_instruction.cc 354 case k31t: os << StringPrintf("%s v%d, %+d", opcode, VRegA_31t(), VRegB_31t()); break;
  /art/runtime/interpreter/
interpreter_common.h     [all...]
interpreter_goto_table_impl.cc 604 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_31t(inst_data));
    [all...]
interpreter_switch_impl.cc 551 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_31t(inst_data));
    [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 378 milliseconds