Searched refs:GetErrors (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ | ||
D | graph_checker.h | 82 const ArenaVector<std::string>& GetErrors() const { in GetErrors() function |
D | codegen_test.cc | 212 for (auto error : graph_checker.GetErrors()) { in RunCode() |