Lines Matching defs:compiler_options
72 CodeGenerator* CreateCodeGenerator(HGraph* graph, const CompilerOptions& compiler_options) { in CreateCodeGenerator()
106 const CompilerOptions& compiler_options) in TestCodeGeneratorARMVIXL()
150 const CompilerOptions& compiler_options) in TestCodeGeneratorARM64()
170 const CompilerOptions& compiler_options) in TestCodeGeneratorX86()
329 CompilerOptions compiler_options; in RunCode() local
336 CodeGenerator* create_codegen_arm_vixl32(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_arm_vixl32()
345 CodeGenerator* create_codegen_arm64(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_arm64()
354 CodeGenerator* create_codegen_x86(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_x86()
363 CodeGenerator* create_codegen_x86_64(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_x86_64()
372 CodeGenerator* create_codegen_mips(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_mips()
381 CodeGenerator* create_codegen_mips64(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_mips64()