Home
last modified time | relevance | path

Searched refs:found_ (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/common/mac/
Dmacho_reader.cc423 : 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
/external/v8/src/ast/
Dprettyprinter.cc21 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()
Dprettyprinter.h38 bool found_; variable
/external/v8/src/debug/
Dliveedit.cc1080 bool found_; member in v8::internal::DependentFunctionMarker
1083 : shared_info_(shared_info), found_(false) { } in DependentFunctionMarker()
1093 found_ = true; in VisitFunction()
1105 if (marker.found_) { in DeoptimizeDependentFunctions()