HomeSort by relevance Sort by last modified time
    Searched refs:isa_ (Results 1 - 11 of 11) sorted by null

  /external/vixl/src/aarch32/
label-aarch32.h 76 : location_(location), op_(op), isa_(isa), is_branch_(false) {
78 USE(isa_);
79 VIXL_ASSERT(isa_ == A32);
81 USE(isa_);
96 bool IsUsingT32() const { return isa_ == T32; }
114 InstructionSet isa_; member in class:vixl::aarch32::Label::ForwardReference
144 isa_(kDefaultISA),
154 isa_(kDefaultISA),
174 USE(isa_);
182 isa_ = isa
291 InstructionSet isa_; member in class:vixl::aarch32::Label
    [all...]
assembler-aarch32.h 39 InstructionSet isa_; member in class:vixl::aarch32::Assembler
99 : isa_(isa),
107 USE(isa_);
110 USE(isa_);
116 isa_(isa),
130 isa_(isa),
152 VIXL_ASSERT((isa_ == isa) || (GetCursorOffset() == 0));
153 isa_ = isa;
162 InstructionSet GetInstructionSetInUse() const { return isa_; }
    [all...]
  /art/dexoptanalyzer/
dexoptanalyzer.cc 152 isa_ = GetInstructionSetFromString(isa_str.c_str());
153 if (isa_ == kNone) {
187 const void* isa_opt = reinterpret_cast<const void*>(GetInstructionSetString(isa_));
219 OatFileAssistant oat_file_assistant(dex_file_.c_str(), isa_, /*load_executable*/ false);
247 InstructionSet isa_; member in class:art::FINAL
  /art/compiler/utils/
jni_macro_assembler.h 235 const InstructionSet isa_; member in class:art::JNIMacroLabel
237 explicit JNIMacroLabel(InstructionSet isa) : isa_(isa) {}
275 CHECK_EQ(kIsa, label->isa_);
  /art/patchoat/
patchoat.h 62 delta_(delta), isa_(isa), space_map_(map), timings_(timings) {}
152 return InstructionSetPointerSize(isa_) == PointerSize::k32;
185 const InstructionSet isa_; member in class:art::PatchOat
patchoat.cc 406 const PointerSize pointer_size = InstructionSetPointerSize(isa_);
412 const PointerSize pointer_size = InstructionSetPointerSize(isa_);
423 const PointerSize pointer_size = InstructionSetPointerSize(isa_);
500 const PointerSize pointer_size = InstructionSetPointerSize(isa_);
638 const PointerSize pointer_size = InstructionSetPointerSize(isa_);
667 const PointerSize pointer_size = InstructionSetPointerSize(isa_);
  /art/compiler/
elf_writer_quick.cc 59 : isa_(isa),
67 result_ = debug::MakeMiniDebugInfo(isa_,
79 InstructionSet isa_; member in class:art::DebugInfoTask
elf_builder.h 510 : isa_(isa),
545 InstructionSet GetIsa() { return isa_; }
643 Elf_Ehdr elf_header = MakeElfHeader(isa_, features_);
690 if (isa_ == kMips || isa_ == kMips64) {
975 InstructionSet isa_; member in class:art::FINAL
    [all...]
  /art/compiler/optimizing/
codegen_test_utils.h 69 : isa_(isa), create_codegen_(create_codegen) {
71 InstructionSet GetInstructionSet() const { return isa_; }
77 InstructionSet isa_; member in class:art::CodegenTargetConfig
  /art/runtime/
oat_file_assistant.h 428 // In a properly constructed OatFileAssistant object, isa_ should be either
430 const InstructionSet isa_ = kNone; member in class:art::OatFileAssistant
oat_file_assistant.cc 71 : isa_(isa),
109 if (DexLocationToOdexFilename(dex_location_, isa_, &odex_file_name, &error_msg)) {
117 if (DexLocationToOatFilename(dex_location_, isa_, &oat_file_name, &error_msg)) {
179 std::string lock_file_name = dex_location_ + "." + GetInstructionSetString(isa_) + ".flock";
646 if (!PrepareOdexDirectories(dex_location_, oat_file_name, isa_, error_msg)) {
868 cached_image_info_ = ImageInfo::GetRuntimeImageInfo(isa_, &error_msg);
    [all...]

Completed in 462 milliseconds