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()
92 for (const CodegenTargetConfig& target_config : GetTargetConfigs()) { in TestCodeLong()
414 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F()
466 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F()
515 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F()
693 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F()
706 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()