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_utils.h246 for (const auto& error : graph_checker.GetErrors()) { in ValidateGraph()