Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dheap.h2451 FIND_FIRST // Will stop the search after first match. enumerator
Dheap.cc5729 bool done = ((what_to_find_ == FIND_FIRST) && found_target_); in VisitPointers()
5734 done = ((what_to_find_ == FIND_FIRST) && found_target_); in VisitPointers()