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 337 uint8_t VRegA_31t() const {
338 return VRegA_31t(Fetch16(0));
376 uint8_t VRegA_31t(uint16_t inst_data) const;
dex_instruction-inl.h 80 case k31t: return VRegA_31t();
188 inline uint8_t Instruction::VRegA_31t(uint16_t inst_data) const {
dex_instruction.cc 322 case k31t: os << StringPrintf("%s v%d, %+d", opcode, VRegA_31t(), VRegB_31t()); break;
  /art/runtime/interpreter/
interpreter_common.h 414 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data));
442 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data));
interpreter_switch_impl.cc 640 ObjPtr<mirror::Object> obj = shadow_frame.GetVRegReference(inst->VRegA_31t(inst_data));
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]

Completed in 860 milliseconds