Searched refs:isa_ (Results 1 - 6 of 6) sorted by relevance

/art/patchoat/
H A Dpatchoat.h69 isa_(kNone), space_map_(nullptr), timings_(timings) {}
73 delta_(delta), isa_(isa), space_map_(nullptr), timings_(timings) {}
78 delta_(delta), isa_(isa), space_map_(map), timings_(timings) {}
170 if (InstructionSetPointerSize(isa_) == sizeof(uint32_t)) {
183 if (InstructionSetPointerSize(isa_) == 4) {
221 const InstructionSet isa_; member in class:art::PatchOat
H A Dpatchoat.cc492 const size_t pointer_size = InstructionSetPointerSize(isa_);
498 const size_t pointer_size = InstructionSetPointerSize(isa_);
576 const size_t pointer_size = InstructionSetPointerSize(isa_);
696 const size_t pointer_size = InstructionSetPointerSize(isa_);
727 const size_t pointer_size = InstructionSetPointerSize(isa_);
/art/compiler/
H A Delf_writer_quick.cc58 : isa_(isa),
66 result_ = debug::MakeMiniDebugInfo(isa_,
78 InstructionSet isa_; member in class:art::DebugInfoTask
H A Delf_builder.h462 : isa_(isa),
495 InstructionSet GetIsa() { return isa_; }
593 Elf_Ehdr elf_header = MakeElfHeader(isa_, features_);
639 if (isa_ == kMips || isa_ == kMips64) {
903 InstructionSet isa_; member in class:art::FINAL
/art/runtime/
H A Doat_file_assistant.cc77 : isa_(isa), profile_changed_(profile_changed), load_executable_(load_executable) {
322 dex_location_, isa_, &cached_odex_file_name_, &error_msg);
402 DalvikCacheDirectory().c_str(), GetInstructionSetString(isa_));
654 argv.push_back("--instruction-set=" + std::string(GetInstructionSetString(isa_)));
977 if (isa_ == kRuntimeISA) {
985 gc::space::ImageSpace::ReadImageHeaderOrDie(cached_image_info_.location.c_str(), isa_));
994 combined_image_checksum_ = CalculateCombinedImageChecksum(isa_);
H A Doat_file_assistant.h377 // In a properly constructed OatFileAssistant object, isa_ should be either
379 const InstructionSet isa_ = kNone; member in class:art::OatFileAssistant

Completed in 998 milliseconds