Home
last modified time | relevance | path

Searched defs:target_config (Results 1 – 4 of 4) sorted by relevance

/art/test/testrunner/
Dtarget_config.py1 target_config = { variable
/art/compiler/optimizing/
Dcodegen_test.cc87 for (const CodegenTargetConfig& target_config : GetTargetConfigs()) { in TestCode() local
99 for (const CodegenTargetConfig& target_config : GetTargetConfigs()) { in TestCodeLong() local
420 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F() local
471 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F() local
519 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F() local
610 const CodegenTargetConfig target_config) { in TestComparison()
695 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F() local
708 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F() local
Dscheduler_test.cc192 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in CompileWithRandomSchedulerAndRun() local
Dcodegen_test_utils.h314 static void RunCode(CodegenTargetConfig target_config, in RunCode()