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

  /art/runtime/
dex_instruction.h 293 uint8_t VRegA_31t() const {
294 return VRegA_31t(Fetch16(0));
326 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 281 case k31t: os << StringPrintf("%s v%d, %+d", opcode, VRegA_31t(), VRegB_31t()); break;
  /art/runtime/interpreter/
interpreter_common.h 288 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data));
313 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data));
interpreter_goto_table_impl.cc 585 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_31t(inst_data));
    [all...]
interpreter_switch_impl.cc 499 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_31t(inst_data));
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 118 milliseconds