Home
last modified time | relevance | path

Searched refs:child1_value (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dobjects.cc16351 uint32_t child1_value = NumberToUint32(numbers->get(child_index)); in HeapSortPairs() local
16354 if (child_index + 1 >= i || child1_value > child2_value) { in HeapSortPairs()
16355 if (parent_value > child1_value) break; in HeapSortPairs()