Searched refs:isa_ (Results 1 – 9 of 9) sorted by relevance
/art/dexoptanalyzer/ |
D | dexoptanalyzer.cc | 168 isa_ = GetInstructionSetFromString(isa_str.c_str()); in ParseArgs() 169 if (isa_ == InstructionSet::kNone) { in ParseArgs() 226 const void* isa_opt = reinterpret_cast<const void*>(GetInstructionSetString(isa_)); in CreateRuntime() 257 isa_, in GetDexOptNeeded() 291 InstructionSet isa_; member in art::FINAL
|
/art/patchoat/ |
D | patchoat.h | 79 delta_(delta), isa_(isa), space_map_(map), timings_(timings) {} in PatchOat() 163 return InstructionSetPointerSize(isa_) == PointerSize::k32; in Is32BitISA() 196 const InstructionSet isa_; variable
|
D | patchoat.cc | 802 const PointerSize pointer_size = InstructionSetPointerSize(isa_); in PatchArtMethods() 808 const PointerSize pointer_size = InstructionSetPointerSize(isa_); in PatchImTables() 819 const PointerSize pointer_size = InstructionSetPointerSize(isa_); in PatchImtConflictTables() 899 const PointerSize pointer_size = InstructionSetPointerSize(isa_); in PatchDexFileArrays() 1041 const PointerSize pointer_size = InstructionSetPointerSize(isa_); in VisitObject() 1070 const PointerSize pointer_size = InstructionSetPointerSize(isa_); in FixupMethod()
|
/art/compiler/utils/ |
D | jni_macro_assembler.h | 249 const InstructionSet isa_; variable 251 explicit JNIMacroLabel(InstructionSet isa) : isa_(isa) {} in JNIMacroLabel() 289 CHECK_EQ(kIsa, label->isa_); in Cast()
|
/art/dex2oat/linker/ |
D | elf_writer_quick.cc | 62 : isa_(isa), in DebugInfoTask() 72 result_ = debug::MakeMiniDebugInfo(isa_, in Run() 86 InstructionSet isa_; member in art::linker::DebugInfoTask
|
/art/compiler/optimizing/ |
D | codegen_test_utils.h | 69 : isa_(isa), create_codegen_(create_codegen) { in CodegenTargetConfig() 71 InstructionSet GetInstructionSet() const { return isa_; } in GetInstructionSet() 77 InstructionSet isa_;
|
/art/runtime/ |
D | oat_file_assistant.cc | 95 : isa_(isa), in OatFileAssistant() 121 if (DexLocationToOdexFilename(dex_location_, isa_, &odex_file_name, &error_msg)) { in OatFileAssistant() 130 if (DexLocationToOatFilename(dex_location_, isa_, &oat_file_name, &error_msg)) { in OatFileAssistant() 199 std::string lock_file_name = dex_location_ + "." + GetInstructionSetString(isa_) + ".flock"; in Lock() 731 if (!PrepareOdexDirectories(dex_location_, oat_file_name, isa_, error_msg)) { in GenerateOatFileNoChecks() 954 cached_image_info_ = ImageInfo::GetRuntimeImageInfo(isa_, &error_msg); in GetImageInfo() 1221 if (!context->OpenDexFiles(oat_file_assistant_->isa_, classpath_dir)) { in ClassLoaderContextIsOkay()
|
D | oat_file_assistant.h | 509 const InstructionSet isa_ = InstructionSet::kNone; variable
|
/art/compiler/linker/ |
D | elf_builder.h | 527 : isa_(isa), in ElfBuilder() 565 InstructionSet GetIsa() { return isa_; } in GetIsa() 668 Elf_Ehdr elf_header = MakeElfHeader(isa_, features_); in End() 716 if (isa_ == InstructionSet::kMips || isa_ == InstructionSet::kMips64) { in PrepareDynamicSection() 1006 InstructionSet isa_; variable
|