Searched refs:found_target_ (Results 1 – 3 of 3) sorted by relevance
5703 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::HeapDebugUtils6450 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 …]
2672 found_target_(false), in PathTracer()2684 bool found() const { return found_target_; } in found()2700 bool found_target_; variable
2055 if (found_target_) { in ProcessResults()