Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.h38 errors_(graph->GetAllocator()->Adapter(kArenaAllocGraphChecker)), in HGraphDelegateVisitor()
90 return errors_.empty(); in IsValid()
95 return errors_; in GetErrors()
100 for (size_t i = 0, e = errors_.size(); i < e; ++i) { in Dump()
101 os << dump_prefix_ << errors_[i] << std::endl; in Dump()
117 errors_.push_back(error); in AddError()
123 ArenaVector<std::string> errors_; variable
/art/runtime/hprof/
Dhprof.cc394 : EndianOutputBuffered(reserved_size), fp_(fp), errors_(false) { in FileEndianOutput()
401 return errors_; in Errors()
406 if (!errors_) { in HandleFlush()
407 errors_ = !fp_->WriteFully(buffer, length); in HandleFlush()
413 bool errors_; member in art::hprof::FileEndianOutput