Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimizing_compiler.h31 Compiler* CreateOptimizingCompiler(const CompilerOptions& compiler_options,
Doptimizing_compiler.cc1197 Compiler* CreateOptimizingCompiler(const CompilerOptions& compiler_options, in CreateOptimizingCompiler() function
/art/compiler/
Dcompiler.cc40 return CreateOptimizingCompiler(compiler_options, storage); in Create()