Searched refs:to_replace (Results 1 – 2 of 2) sorted by relevance
6032 CharacterRange to_replace = list->at(start_pos); in InsertRangeInCanonicalList() local6033 int new_from = Min(to_replace.from(), from); in InsertRangeInCanonicalList()6034 int new_to = Max(to_replace.to(), to); in InsertRangeInCanonicalList()
3900 DescriptorArray* to_replace = instance_descriptors(); in ReplaceDescriptors() local3901 isolate->heap()->incremental_marking()->IterateBlackObject(to_replace); in ReplaceDescriptors()3903 while (current->instance_descriptors() == to_replace) { in ReplaceDescriptors()