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

  /art/runtime/
dex_instruction.cc 147 case k22c: return VRegB_22c();
475 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
483 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
496 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
504 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
511 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
518 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
523 os << StringPrintf("%s v%d, v%d, thing@%d", opcode, VRegA_22c(), VRegB_22c(), VRegC_22c());
dex_instruction-inl.h 185 inline uint4_t Instruction::VRegB_22c() const {
dex_instruction.h 255 uint4_t VRegB_22c() const;
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/runtime/interpreter/
interpreter.cc 646 obj = shadow_frame.GetVRegReference(inst->VRegB_22c());
691 Object* obj = shadow_frame.GetVRegReference(inst->VRegB_22c());
    [all...]

Completed in 827 milliseconds