Searched defs:instruction_set_ (Results 1 - 12 of 12) sorted by relevance

/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.h54 const InstructionSet instruction_set_; member in class:art::linker::ArmBaseRelativePatcher
/art/compiler/linker/
H A Dmulti_oat_relative_patcher.h132 InstructionSet instruction_set_; member in class:art::linker::FINAL
H A Drelative_patcher_test.h65 instruction_set_(instruction_set),
90 instruction_set_,
269 InstructionSet instruction_set_; member in class:art::linker::RelativePatcherTest
/art/runtime/
H A Doat.h135 InstructionSet instruction_set_; variable
H A Druntime.h423 return instruction_set_;
690 InstructionSet instruction_set_; member in class:art::verifier::Runtime
/art/cmdline/
H A Dcmdline.h146 instruction_set_ = GetInstructionSetFromString(instruction_set_str.data());
147 if (instruction_set_ == kNone) {
218 InstructionSet instruction_set_ = kRuntimeISA; member in struct:art::CmdlineArgs
266 if (!LocationToFilename(boot_image_location, instruction_set_, &file_name)) {
374 return StartRuntime(args->boot_image_location_, args->instruction_set_);
/art/compiler/
H A Dcompiled_method.h45 return instruction_set_;
88 const InstructionSet instruction_set_; member in class:art::CompiledCode
/art/compiler/driver/
H A Dcompiler_driver.h141 return instruction_set_;
636 const InstructionSet instruction_set_; member in class:art::CompilerDriver
/art/compiler/optimizing/
H A Dgraph_visualizer.cc104 : instruction_set_(instruction_set), disassembler_(nullptr) {
142 if (instruction_set_ == kThumb2) {
151 InstructionSet instruction_set_; member in class:art::HGraphVisualizerDisassembler
H A Dnodes.h307 instruction_set_(instruction_set),
500 return instruction_set_;
615 const InstructionSet instruction_set_; member in class:art::HGraph
/art/dex2oat/
H A Ddex2oat.cc499 instruction_set_(kRuntimeISA),
614 instruction_set_ = GetInstructionSetFromString(buf.get());
616 if (instruction_set_ == InstructionSet::kArm) {
617 instruction_set_ = InstructionSet::kThumb2;
626 instruction_set_, str.as_string(), &parser_options->error_msg));
638 instruction_set_, "default", &parser_options->error_msg));
814 instruction_set_, "default", &parser_options->error_msg));
821 if (instruction_set_ == kRuntimeISA) {
852 switch (instruction_set_) {
1383 instruction_set_,
2419 InstructionSet instruction_set_; member in class:art::FINAL
[all...]
/art/oatdump/
H A Doatdump.cc334 instruction_set_(oat_file_.GetOatHeader().GetInstructionSet()),
335 disassembler_(Disassembler::Create(instruction_set_,
351 return instruction_set_;
1263 InstructionSet instruction_set_; member in class:art::OatDumper

Completed in 686 milliseconds