Home
last modified time | relevance | path

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

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