Searched refs:GetExpectedMethodsForClass (Results 1 – 1 of 1) sorted by relevance
217 std::unordered_set<std::string> GetExpectedMethodsForClass(const std::string& clazz) { in GetExpectedMethodsForClass() function in art::CompilerDriverProfileTest280 std::unordered_set<std::string> m = GetExpectedMethodsForClass("Main"); in TEST_F()281 std::unordered_set<std::string> s = GetExpectedMethodsForClass("Second"); in TEST_F()