Searched refs:found_ (Results 1 – 4 of 4) sorted by relevance
423 : name_(name), segment_(segment), found_() { } in SegmentFinder()426 bool found() const { return found_; } in found()431 found_ = true; in SegmentCommand()445 bool found_; member in google_breakpad::mach_o::Reader::SegmentFinder
21 found_ = false; in CallPrinter()41 if (found_) { in Find()67 if (!found_ || done_) return; in Print()316 bool was_found = !found_ && node->position() == position_; in VisitCall()324 found_ = true; in VisitCall()334 bool was_found = !found_ && node->position() == position_; in VisitCallNew()342 found_ = true; in VisitCallNew()430 if (found_) return; in FindArguments()
38 bool found_; variable
1080 bool found_; member in v8::internal::DependentFunctionMarker1083 : shared_info_(shared_info), found_(false) { } in DependentFunctionMarker()1093 found_ = true; in VisitFunction()1105 if (marker.found_) { in DeoptimizeDependentFunctions()