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

  /art/runtime/
dex_instruction.h 338 int4_t VRegB_11n() const {
339 return VRegB_11n(Fetch16(0));
371 int4_t VRegB_11n(uint16_t inst_data) const;
dex_instruction-inl.h 243 case k11n: return VRegB_11n();
272 inline int4_t Instruction::VRegB_11n(uint16_t inst_data) const {
dex_instruction.cc 142 case k11n: os << StringPrintf("%s v%d, #%+d", opcode, VRegA_11n(), VRegB_11n()); break;
  /art/compiler/sea_ir/ir/
instruction_nodes.h 120 return GetInstruction()->VRegB_11n();
  /art/compiler/optimizing/
builder.cc 471 HIntConstant* constant = GetIntConstant(instruction.VRegB_11n());
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 373 int32_t val = inst->VRegB_11n(inst_data);
    [all...]
interpreter_switch_impl.cc 286 int4_t val = inst->VRegB_11n(inst_data);
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 359 milliseconds