Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test_utils.h56 CodeGenerator* CreateCodeGenerator(HGraph* graph, const CompilerOptions& compiler_options) { in CreateCodeGenerator() function
318 std::unique_ptr<CodeGenerator> codegen(target_config.CreateCodeGenerator(graph, in RunCode()