Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h2601 found_target_(false), in PathTracer()
2613 bool found() const { return found_target_; } in found()
2626 bool found_target_; variable
Dheap.cc5989 bool done = ((what_to_find_ == FIND_FIRST) && found_target_); in VisitPointers()
5994 done = ((what_to_find_ == FIND_FIRST) && found_target_); in VisitPointers()
6001 found_target_ = false; in Reset()
6040 found_target_ = true; in MarkRecursively()
6097 if (found_target_) { in ProcessResults()