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

  /art/dexoptanalyzer/
dexoptanalyzer.cc 168 isa_ = GetInstructionSetFromString(isa_str.c_str());
169 if (isa_ == InstructionSet::kNone) {
226 const void* isa_opt = reinterpret_cast<const void*>(GetInstructionSetString(isa_));
257 isa_,
291 InstructionSet isa_; member in class:art::FINAL
  /external/vixl/src/aarch32/
location-aarch32.h 79 explicit EmitOperator(InstructionSet isa) : isa_(isa) {
81 USE(isa_);
84 USE(isa_);
99 bool IsUsingT32() const { return isa_ == T32; }
103 InstructionSet isa_; member in class:vixl::aarch32::Location::EmitOperator
assembler-aarch32.h 39 InstructionSet isa_; member in class:vixl::aarch32::Assembler
103 : isa_(isa),
111 USE(isa_);
114 USE(isa_);
120 isa_(isa),
134 isa_(isa),
156 VIXL_ASSERT((isa_ == isa) || (GetCursorOffset() == 0));
157 isa_ = isa;
166 InstructionSet GetInstructionSetInUse() const { return isa_; }
    [all...]
  /art/compiler/utils/
jni_macro_assembler.h 249 const InstructionSet isa_; member in class:art::JNIMacroLabel
251 explicit JNIMacroLabel(InstructionSet isa) : isa_(isa) {}
289 CHECK_EQ(kIsa, label->isa_);
  /art/patchoat/
patchoat.h 79 delta_(delta), isa_(isa), space_map_(map), timings_(timings) {}
163 return InstructionSetPointerSize(isa_) == PointerSize::k32;
196 const InstructionSet isa_; member in class:art::PatchOat
patchoat.cc 802 const PointerSize pointer_size = InstructionSetPointerSize(isa_);
808 const PointerSize pointer_size = InstructionSetPointerSize(isa_);
819 const PointerSize pointer_size = InstructionSetPointerSize(isa_);
    [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/dex2oat/linker/
elf_writer_quick.cc 62 : isa_(isa),
72 result_ = debug::MakeMiniDebugInfo(isa_,
86 InstructionSet isa_; member in class:art::linker::DebugInfoTask
  /art/runtime/
oat_file_assistant.cc 95 : isa_(isa),
121 if (DexLocationToOdexFilename(dex_location_, isa_, &odex_file_name, &error_msg)) {
130 if (DexLocationToOatFilename(dex_location_, isa_, &oat_file_name, &error_msg)) {
199 std::string lock_file_name = dex_location_ + "." + GetInstructionSetString(isa_) + ".flock";
731 if (!PrepareOdexDirectories(dex_location_, oat_file_name, isa_, error_msg)) {
    [all...]
oat_file_assistant.h 507 // In a properly constructed OatFileAssistant object, isa_ should be either
509 const InstructionSet isa_ = InstructionSet::kNone; member in class:art::OatFileAssistant
  /art/compiler/linker/
elf_builder.h 527 : isa_(isa),
565 InstructionSet GetIsa() { return isa_; }
668 Elf_Ehdr elf_header = MakeElfHeader(isa_, features_);
716 if (isa_ == InstructionSet::kMips || isa_ == InstructionSet::kMips64) {
1006 InstructionSet isa_; member in class:art::linker::FINAL
    [all...]

Completed in 873 milliseconds