Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.h34 errors_(graph->GetAllocator()->Adapter(kArenaAllocGraphChecker)), in HGraphDelegateVisitor()
83 return errors_.empty(); in IsValid()
88 return errors_; in GetErrors()
93 for (size_t i = 0, e = errors_.size(); i < e; ++i) { in Dump()
94 os << dump_prefix_ << errors_[i] << std::endl; in Dump()
110 errors_.push_back(error); in AddError()
116 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