/art/patchoat/ |
patchoat.h | 69 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) {} 171 if (InstructionSetPointerSize(isa_) == sizeof(uint32_t)) { 184 if (InstructionSetPointerSize(isa_) == 4) { 222 const InstructionSet isa_; member in class:art::PatchOat
|
/art/compiler/ |
elf_writer_quick.cc | 58 : isa_(isa), 66 result_ = debug::MakeMiniDebugInfo(isa_, 78 InstructionSet isa_; member in class:art::DebugInfoTask
|
elf_builder.h | 462 : 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 [all...] |
/art/runtime/ |
oat_file_assistant.h | 377 // In a properly constructed OatFileAssistant object, isa_ should be either 379 const InstructionSet isa_ = kNone; member in class:art::OatFileAssistant
|