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

  /art/runtime/interpreter/
interpreter.cc     [all...]
  /art/runtime/verifier/
register_line.cc 285 if (VerifyRegisterType(inst->VRegB_12x(), src_type)) {
293 if (VerifyRegisterTypeWide(inst->VRegB_12x(), src_type1, src_type2)) {
301 if (VerifyRegisterType(inst->VRegB_12x(), src_type)) {
309 if (VerifyRegisterTypeWide(inst->VRegB_12x(), src_type1, src_type2)) {
357 const uint32_t vregB = inst->VRegB_12x();
377 const uint32_t vregB = inst->VRegB_12x();
388 const uint32_t vregB = inst->VRegB_12x();
method_verifier.cc     [all...]
  /art/runtime/
dex_instruction-inl.h 155 inline uint4_t Instruction::VRegB_12x() const {
dex_instruction.cc 145 case k12x: return VRegB_12x();
391 case k12x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_12x(), VRegB_12x()); break;
dex_instruction.h 249 uint4_t VRegB_12x() const;

Completed in 36 milliseconds