Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:CHECKED

32     CHECKED,
33 // Same as CHECKED, but we also know that these maps are stable.
35 // These maps are stable, but not checked (i.e. we learned this via field
46 case CHECKED: return "checked";
47 case CHECKED_STABLE: return "checked stable";
56 if ((state1 == CHECKED && state2 == CHECKED_STABLE) ||
57 (state2 == CHECKED && state1 == CHECKED_STABLE)) {
58 return CHECKED;
228 : HCheckTableEntry::CHECKED;
280 HCheckTableEntry::CHECKED);
333 (that_entry->state_ == HCheckTableEntry::CHECKED &&
335 (this_entry->state_ == HCheckTableEntry::CHECKED &&
442 : HCheckTableEntry::CHECKED;
453 Insert(value, NULL, string_maps(), HCheckTableEntry::CHECKED);
510 bool map_is_stable = (entry->state_ != HCheckTableEntry::CHECKED);
534 : HCheckTableEntry::CHECKED;
543 : HCheckTableEntry::CHECKED;
645 : HCheckTableEntry::CHECKED;
679 if (entry->state_ == HCheckTableEntry::CHECKED) {
683 // All checked stable entries become unchecked stable.