Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test.cc164 std::unique_ptr<const X86_64InstructionSetFeatures> features_x86_64( in RunCodeBaseline() local
166 x86_64::CodeGeneratorX86_64 codegenX86_64(graph, *features_x86_64.get(), compiler_options); in RunCodeBaseline()
233 std::unique_ptr<const X86_64InstructionSetFeatures> features_x86_64( in RunCodeOptimized() local
235 x86_64::CodeGeneratorX86_64 codegenX86_64(graph, *features_x86_64.get(), compiler_options); in RunCodeOptimized()