Searched refs:is_fixed_ (Results 1 – 1 of 1) sorted by relevance
293 bool IsFixed() const { return is_fixed_; } in IsFixed()414 DCHECK(is_fixed_); in AddRange()452 DCHECK(!is_fixed_); in SetSpillSlot()654 DCHECK(!is_fixed_); in SplitAt()761 stream << " is_fixed: " << is_fixed_ << ", is_split: " << IsSplit(); in Dump()1000 is_fixed_(is_fixed), in allocator_()1128 const bool is_fixed_; variable