Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h2744 FIND_FIRST // Will stop the search after first match. enumerator
Dheap.cc5773 bool done = ((what_to_find_ == FIND_FIRST) && found_target_); in VisitPointers()
5778 done = ((what_to_find_ == FIND_FIRST) && found_target_); in VisitPointers()