HomeSort by relevance Sort by last modified time
    Searched refs:GetCompiledMethods (Results 1 - 3 of 3) sorted by null

  /art/compiler/
common_compiler_test.h 76 virtual std::unordered_set<std::string>* GetCompiledMethods();
common_compiler_test.cc 149 std::unordered_set<std::string>* CommonCompilerTest::GetCompiledMethods() {
194 GetCompiledMethods(),
  /art/compiler/driver/
compiler_driver_test.cc 187 std::unordered_set<std::string>* GetCompiledMethods() OVERRIDE {
221 std::unique_ptr<std::unordered_set<std::string>> expected(GetCompiledMethods());

Completed in 372 milliseconds