Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h2756 found_target_(false), in PathTracer()
2768 bool found() const { return found_target_; } in found()
2781 bool found_target_; variable
Dheap.cc5773 bool done = ((what_to_find_ == FIND_FIRST) && found_target_); in VisitPointers()
5778 done = ((what_to_find_ == FIND_FIRST) && found_target_); in VisitPointers()
5785 found_target_ = false; in Reset()
5824 found_target_ = true; in MarkRecursively()
5881 if (found_target_) { in ProcessResults()