HomeSort by relevance Sort by last modified time
    Searched defs:target_config (Results 1 - 2 of 2) sorted by null

  /art/test/testrunner/
target_config.py 0 target_config = {
1 target_config = { variable
  /art/compiler/optimizing/
codegen_test.cc 83 const CodegenTargetConfig target_config);
87 for (const CodegenTargetConfig& target_config : GetTargetConfigs()) {
92 RunCode(target_config, graph, [](HGraph*) {}, has_result, expected);
98 for (const CodegenTargetConfig& target_config : GetTargetConfigs()) {
103 RunCode(target_config, graph, [](HGraph*) {}, has_result, expected);
418 for (CodegenTargetConfig target_config : GetTargetConfigs()) {
463 RunCode(target_config, graph, hook_before_codegen, true, 0);
468 for (CodegenTargetConfig target_config : GetTargetConfigs()) {
509 RunCode(target_config, graph, hook_before_codegen, true, lhs[i] < rhs[i]);
515 for (CodegenTargetConfig target_config : GetTargetConfigs())
694 static_cast<IfCondition>(cond), i, j, DataType::Type::kInt32, target_config); local
707 static_cast<IfCondition>(cond), i, j, DataType::Type::kInt64, target_config); local
    [all...]

Completed in 204 milliseconds