Searched refs:instruction_set_features (Results 1 - 7 of 7) sorted by relevance

/art/runtime/
H A Doat.h41 const InstructionSetFeatures& instruction_set_features,
111 const InstructionSetFeatures& instruction_set_features,
H A Doat.cc42 const InstructionSetFeatures& instruction_set_features,
55 instruction_set_features,
63 const InstructionSetFeatures& instruction_set_features,
79 instruction_set_features_ = instruction_set_features;
41 Create(InstructionSet instruction_set, const InstructionSetFeatures& instruction_set_features, const std::vector<const DexFile*>* dex_files, uint32_t image_file_location_oat_checksum, uint32_t image_file_location_oat_data_begin, const SafeMap<std::string, std::string>* variable_data) argument
62 OatHeader(InstructionSet instruction_set, const InstructionSetFeatures& instruction_set_features, const std::vector<const DexFile*>* dex_files, uint32_t image_file_location_oat_checksum, uint32_t image_file_location_oat_data_begin, const SafeMap<std::string, std::string>* variable_data) argument
/art/compiler/
H A Doat_test.cc195 InstructionSetFeatures instruction_set_features; local
200 instruction_set_features,
H A Dcommon_compiler_test.cc290 InstructionSetFeatures instruction_set_features = local
298 ASSERT_LE(instruction_set_features, runtime_features);
318 instruction_set_features,
/art/dex2oat/
H A Ddex2oat.cc249 InstructionSetFeatures instruction_set_features,
259 instruction_set_features,
511 InstructionSetFeatures instruction_set_features,
518 instruction_set_features_(instruction_set_features),
883 InstructionSetFeatures instruction_set_features = local
998 instruction_set_features = ParseFeatureList(str.as_string());
1369 instruction_set_features,
508 Dex2Oat(const CompilerOptions* compiler_options, Compiler::Kind compiler_kind, InstructionSet instruction_set, InstructionSetFeatures instruction_set_features, VerificationResults* verification_results, DexFileToMethodInlinerMap* method_inliner_map, size_t thread_count) argument
/art/compiler/driver/
H A Dcompiler_driver.h109 InstructionSetFeatures instruction_set_features,
H A Dcompiler_driver.cc337 InstructionSetFeatures instruction_set_features,
349 instruction_set_features_(instruction_set_features),
332 CompilerDriver(const CompilerOptions* compiler_options, VerificationResults* verification_results, DexFileToMethodInlinerMap* method_inliner_map, Compiler::Kind compiler_kind, InstructionSet instruction_set, InstructionSetFeatures instruction_set_features, bool image, std::set<std::string>* image_classes, std::set<std::string>* compiled_classes, size_t thread_count, bool dump_stats, bool dump_passes, CumulativeLogger* timer, int swap_fd, std::string profile_file) argument

Completed in 163 milliseconds