Searched refs:CHECKED_STABLE (Results 1 – 1 of 1) sorted by relevance
34 CHECKED_STABLE, enumerator47 case CHECKED_STABLE: return "checked stable"; in State2String()56 if ((state1 == CHECKED && state2 == CHECKED_STABLE) || in StateMerge()57 (state2 == CHECKED && state1 == CHECKED_STABLE)) { in StateMerge()60 DCHECK((state1 == CHECKED_STABLE && state2 == UNCHECKED_STABLE) || in StateMerge()61 (state2 == CHECKED_STABLE && state1 == UNCHECKED_STABLE)); in StateMerge()227 ? HCheckTableEntry::CHECKED_STABLE in Copy()381 entry->state_ = HCheckTableEntry::CHECKED_STABLE; in ReduceCheckMaps()406 entry->state_ = HCheckTableEntry::CHECKED_STABLE; in ReduceCheckMaps()441 ? HCheckTableEntry::CHECKED_STABLE in ReduceCheckMaps()[all …]