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

  /art/runtime/verifier/
register_line.cc 98 const uint32_t this_reg = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c(); local
99 const RegType& this_type = GetRegisterType(this_reg);
102 << this_reg << " (type=" << this_type << ")";
  /art/compiler/dex/
mir_optimization.cc 630 int this_reg = cu_->num_dalvik_registers - cu_->num_ins; local
631 temp_ssa_register_v_->SetBit(this_reg);
    [all...]

Completed in 25 milliseconds