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

  /art/runtime/
dex_instruction.cc 169 case k22c: return VRegA_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 82 inline uint4_t Instruction::VRegA_22c() const {
dex_instruction.h 231 uint4_t VRegA_22c() const;
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/runtime/interpreter/
interpreter.cc 652 uint32_t vregA = is_static ? inst->VRegA_21c() : inst->VRegA_22c();
700 const uint32_t vregA = inst->VRegA_22c();
    [all...]

Completed in 188 milliseconds