Searched refs:stale_ref_stack_slots_ (Results 1 – 1 of 1) sorted by relevance
141 stale_ref_stack_slots_(zone), in BlockAssessments()149 stale_ref_stack_slots_.erase(operand); in Drop()158 stale_ref_stack_slots_.erase(operand); in AddDefinition()168 CHECK(stale_ref_stack_slots_.empty()); in CopyFrom()171 stale_ref_stack_slots_.insert(other->stale_ref_stack_slots_.begin(), in CopyFrom()172 other->stale_ref_stack_slots_.end()); in CopyFrom()180 OperandSet& stale_ref_stack_slots() { return stale_ref_stack_slots_; } in stale_ref_stack_slots()182 return stale_ref_stack_slots_; in stale_ref_stack_slots()192 OperandSet stale_ref_stack_slots_; variable