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 148 std::unordered_set<std::string>* CommonCompilerTest::GetCompiledMethods() {
193 GetCompiledMethods(),
  /art/compiler/driver/
compiler_driver_test.cc 184 std::unordered_set<std::string>* GetCompiledMethods() OVERRIDE {
218 std::unique_ptr<std::unordered_set<std::string>> expected(GetCompiledMethods());

Completed in 175 milliseconds