Home
last modified time | relevance | path

Searched refs:GetTargetConfigs (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcodegen_test.cc40 static ::std::vector<CodegenTargetConfig> GetTargetConfigs() { in GetTargetConfigs() function
79 for (const CodegenTargetConfig& target_config : GetTargetConfigs()) { in TestCode()
91 for (const CodegenTargetConfig& target_config : GetTargetConfigs()) { in TestCodeLong()
412 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F()
463 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F()
511 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F()
687 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F()
700 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F()
Dscheduler_test.cc41 static ::std::vector<CodegenTargetConfig> GetTargetConfigs() { in GetTargetConfigs() function
184 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in CompileWithRandomSchedulerAndRun()