Searched defs:GetExpectedMethodsForClass (Results 1 - 1 of 1) sorted by path

/art/compiler/driver/
H A Dcompiler_driver_test.cc247 std::unordered_set<std::string> GetExpectedMethodsForClass(const std::string& clazz) { function in class:art::CompilerDriverProfileTest
312 std::unordered_set<std::string> m = GetExpectedMethodsForClass("Main");
313 std::unordered_set<std::string> s = GetExpectedMethodsForClass("Second");

Completed in 39 milliseconds