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

  /art/runtime/verifier/
register_line.cc 318 const uint32_t vregB = inst->VRegB_23x();
320 if (VerifyRegisterType(vregB, src_type1) &&
324 if (GetRegisterType(vregB).IsBooleanTypes() &&
357 const uint32_t vregB = inst->VRegB_12x();
359 VerifyRegisterType(vregB, src_type2)) {
363 GetRegisterType(vregB).IsBooleanTypes()) {
377 const uint32_t vregB = inst->VRegB_12x();
379 VerifyRegisterTypeWide(vregB, src_type2_1, src_type2_2)) {
388 const uint32_t vregB = inst->VRegB_12x();
390 VerifyRegisterType(vregB, int_type))
    [all...]
  /art/runtime/
dex_instruction.h 245 // VRegB
247 int32_t VRegB() const;
dex_instruction-inl.h 148 // VRegB
dex_instruction.cc 143 int32_t Instruction::VRegB() const {
  /art/compiler/sea_ir/ir/
sea.cc 672 int vB = instruction_->VRegB();

Completed in 241 milliseconds