Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test.cc180 std::unique_ptr<const Mips64InstructionSetFeatures> features_mips64( in RunCodeBaseline() local
182 mips64::CodeGeneratorMIPS64 codegenMIPS64(graph, *features_mips64.get(), compiler_options); in RunCodeBaseline()
238 std::unique_ptr<const Mips64InstructionSetFeatures> features_mips64( in RunCodeOptimized() local
240 mips64::CodeGeneratorMIPS64 codegenMIPS64(graph, *features_mips64.get(), compiler_options); in RunCodeOptimized()