Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/driver/
H A Dcompiler_driver_test.cc217 std::unordered_set<std::string> GetExpectedMethodsForClass(const std::string& clazz) { in GetExpectedMethodsForClass() function in art::CompilerDriverProfileTest
280 std::unordered_set<std::string> m = GetExpectedMethodsForClass("Main"); in TEST_F()
281 std::unordered_set<std::string> s = GetExpectedMethodsForClass("Second"); in TEST_F()