Home
last modified time | relevance | path

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

/external/v8/src/
Dheap.cc5703 found_target_(false), in HeapDebugUtils()
5732 if (found_target_) return; // stop if target found in MarkObjectRecursively()
5736 found_target_ = true; in MarkObjectRecursively()
5754 if (!found_target_) // don't pop if found the target in MarkObjectRecursively()
5810 found_target_ = false; in MarkRootObjectRecursively()
5816 if (found_target_) { in MarkRootObjectRecursively()
5849 bool found_target_; member in v8::internal::HeapDebugUtils
6450 bool done = ((what_to_find_ == FIND_FIRST) && found_target_); in VisitPointers()
6455 done = ((what_to_find_ == FIND_FIRST) && found_target_); in VisitPointers()
6462 found_target_ = false; in Reset()
[all …]
Dheap.h2672 found_target_(false), in PathTracer()
2684 bool found() const { return found_target_; } in found()
2700 bool found_target_; variable
Dliveobjectlist.cc2055 if (found_target_) { in ProcessResults()