Searched defs:instruction_set_features (Results 1 - 5 of 5) sorted by relevance

/art/compiler/utils/
H A Djni_macro_assembler.cc52 const InstructionSetFeatures* instruction_set_features) {
54 UNUSED(instruction_set_features);
67 instruction_set_features != nullptr
68 ? instruction_set_features->AsMipsInstructionSetFeatures()
87 const InstructionSetFeatures* instruction_set_features) {
89 UNUSED(instruction_set_features);
101 instruction_set_features != nullptr
102 ? instruction_set_features->AsMips64InstructionSetFeatures()
49 Create( ArenaAllocator* allocator, InstructionSet instruction_set, const InstructionSetFeatures* instruction_set_features) argument
84 Create( ArenaAllocator* allocator, InstructionSet instruction_set, const InstructionSetFeatures* instruction_set_features) argument
/art/compiler/jni/quick/
H A Djni_compiler.cc127 const InstructionSetFeatures* instruction_set_features = driver->GetInstructionSetFeatures(); local
217 GetMacroAssembler<kPointerSize>(&allocator, instruction_set, instruction_set_features);
/art/runtime/
H A Doat.cc24 #include "arch/instruction_set_features.h"
51 const InstructionSetFeatures* instruction_set_features,
62 instruction_set_features,
68 const InstructionSetFeatures* instruction_set_features,
73 instruction_set_features_bitmap_(instruction_set_features->AsBitmap()),
50 Create(InstructionSet instruction_set, const InstructionSetFeatures* instruction_set_features, uint32_t dex_file_count, const SafeMap<std::string, std::string>* variable_data) argument
67 OatHeader(InstructionSet instruction_set, const InstructionSetFeatures* instruction_set_features, uint32_t dex_file_count, const SafeMap<std::string, std::string>* variable_data) argument
/art/compiler/driver/
H A Dcompiler_driver.cc265 const InstructionSetFeatures* instruction_set_features,
278 instruction_set_features_(instruction_set_features),
260 CompilerDriver( const CompilerOptions* compiler_options, VerificationResults* verification_results, Compiler::Kind compiler_kind, InstructionSet instruction_set, const InstructionSetFeatures* instruction_set_features, std::unordered_set<std::string>* image_classes, std::unordered_set<std::string>* compiled_classes, std::unordered_set<std::string>* compiled_methods, size_t thread_count, int swap_fd, const ProfileCompilationInfo* profile_compilation_info) argument
/art/dex2oat/linker/
H A Doat_writer.cc648 const InstructionSetFeatures* instruction_set_features,
671 instruction_set_features,
2238 const InstructionSetFeatures* instruction_set_features,
2243 instruction_set_features,
2237 InitOatHeader(InstructionSet instruction_set, const InstructionSetFeatures* instruction_set_features, uint32_t num_dex_files, SafeMap<std::string, std::string>* key_value_store) argument

Completed in 395 milliseconds