Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.h82 const ArenaVector<std::string>& GetErrors() const { in GetErrors() function
Dcodegen_test.cc212 for (auto error : graph_checker.GetErrors()) { in RunCode()