Home
last modified time | relevance | path

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

/art/compiler/
Dcommon_compiler_test.h76 virtual std::unordered_set<std::string>* GetCompiledMethods();
Dcommon_compiler_test.cc148 std::unordered_set<std::string>* CommonCompilerTest::GetCompiledMethods() { in GetCompiledMethods() function in art::CommonCompilerTest
193 GetCompiledMethods(), in CreateCompilerDriver()
/art/compiler/driver/
Dcompiler_driver_test.cc184 std::unordered_set<std::string>* GetCompiledMethods() OVERRIDE { in GetCompiledMethods() function in art::CompilerDriverMethodsTest
218 std::unique_ptr<std::unordered_set<std::string>> expected(GetCompiledMethods()); in TEST_F()