Searched refs:this_reg (Results 1 – 3 of 3) sorted by relevance
70 int this_reg = cu_->num_dalvik_registers - cu_->num_ins; in PrepareBasicBlock() local71 uint16_t value_name = work_lvn_->GetSRegValueName(this_reg); in PrepareBasicBlock()
767 int this_reg = cu_->num_dalvik_registers - cu_->num_ins; in EliminateNullChecksAndInferTypes() local768 ssa_regs_to_check->ClearBit(this_reg); in EliminateNullChecksAndInferTypes()
99 const uint32_t this_reg = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c(); in GetInvocationThis() local100 RegType& this_type = GetRegisterType(this_reg); in GetInvocationThis()103 << this_reg << " (type=" << this_type << ")"; in GetInvocationThis()