Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiler_driver_test.cc219 std::unordered_set<std::string> GetExpectedMethodsForClass(const std::string& clazz) { in GetExpectedMethodsForClass() function in art::CompilerDriverProfileTest
282 std::unordered_set<std::string> m = GetExpectedMethodsForClass("Main"); in TEST_F()
283 std::unordered_set<std::string> s = GetExpectedMethodsForClass("Second"); in TEST_F()