Home
last modified time | relevance | path

Searched refs:this_reg (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/
Dglobal_value_numbering.cc70 int this_reg = cu_->num_dalvik_registers - cu_->num_ins; in PrepareBasicBlock() local
71 uint16_t value_name = work_lvn_->GetSRegValueName(this_reg); in PrepareBasicBlock()
Dmir_optimization.cc767 int this_reg = cu_->num_dalvik_registers - cu_->num_ins; in EliminateNullChecksAndInferTypes() local
768 ssa_regs_to_check->ClearBit(this_reg); in EliminateNullChecksAndInferTypes()
/art/runtime/verifier/
Dregister_line.cc99 const uint32_t this_reg = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c(); in GetInvocationThis() local
100 RegType& this_type = GetRegisterType(this_reg); in GetInvocationThis()
103 << this_reg << " (type=" << this_type << ")"; in GetInvocationThis()