HomeSort by relevance Sort by last modified time
    Searched defs:instruction_set_ (Results 1 - 16 of 16) sorted by null

  /art/compiler/jni/quick/
jni_compiler.h 39 : instruction_set_(instruction_set),
49 InstructionSet GetInstructionSet() const { return instruction_set_; }
57 InstructionSet instruction_set_; member in class:art::JniCompiledMethod
  /art/compiler/linker/arm/
relative_patcher_arm_base.h 113 const InstructionSet instruction_set_; member in class:art::linker::ArmBaseRelativePatcher
  /art/dex2oat/linker/
multi_oat_relative_patcher.h 143 InstructionSet instruction_set_; member in class:art::linker::FINAL
  /art/compiler/optimizing/
ssa_liveness_analysis_test.cc 35 instruction_set_(kRuntimeISA) {
38 InstructionSetFeatures::FromVariant(instruction_set_, "default", &error_msg);
40 instruction_set_,
43 CHECK(codegen_ != nullptr) << instruction_set_ << " is not a supported target architecture.";
61 InstructionSet instruction_set_; member in class:art::SsaLivenessAnalysisTest
stack_map_stream.h 65 instruction_set_(instruction_set),
164 CodeOffset::FromOffset(native_pc_offset, instruction_set_);
226 const InstructionSet instruction_set_; member in class:art::StackMapStream
scheduler.h 509 instruction_set_(instruction_set) {}
520 const InstructionSet instruction_set_; member in class:art::HInstructionScheduling
graph_visualizer.cc 116 : instruction_set_(instruction_set), disassembler_(nullptr) {
157 if (instruction_set_ == InstructionSet::kThumb2) {
166 InstructionSet instruction_set_; member in class:art::HGraphVisualizerDisassembler
    [all...]
nodes.h 342 instruction_set_(instruction_set),
571 return instruction_set_;
729 const InstructionSet instruction_set_; member in class:art::HGraph
    [all...]
  /art/cmdline/
cmdline.h 151 instruction_set_ = GetInstructionSetFromString(instruction_set_str.data());
152 if (instruction_set_ == InstructionSet::kNone) {
223 InstructionSet instruction_set_ = InstructionSet::kNone; member in struct:art::CmdlineArgs
236 if (instruction_set_ == InstructionSet::kNone) {
238 instruction_set_ = kRuntimeISA;
275 if (!LocationToFilename(boot_image_location, instruction_set_, &file_name)) {
386 return StartRuntime(args->boot_image_location_, args->instruction_set_);
  /art/compiler/driver/
compiler_driver.h 134 return instruction_set_;
474 const InstructionSet instruction_set_; member in class:art::CompilerDriver
  /art/compiler/linker/
relative_patcher_test.h 58 instruction_set_(instruction_set),
84 instruction_set_,
99 CompiledMethod::AlignCode(unaligned_code_offset, instruction_set_);
273 InstructionSet instruction_set_; member in class:art::linker::RelativePatcherTest
  /art/runtime/
oat.h 139 InstructionSet instruction_set_; variable
runtime.h 409 return instruction_set_;
832 InstructionSet instruction_set_; member in class:art::verifier::VerifyMode
    [all...]
  /art/dex2oat/
dex2oat.cc 611 instruction_set_(kRuntimeISA == InstructionSet::kArm ? InstructionSet::kThumb2 : kRuntimeISA),
707 instruction_set_, option, &parser_options->error_msg);
716 instruction_set_, "default", &parser_options->error_msg);
2859 InstructionSet instruction_set_; member in class:art::FINAL
    [all...]
  /frameworks/native/cmds/installd/
dexopt.cpp 2551 std::string instruction_set_ = instruction_set; local
2579 std::string instruction_set_ = instruction_set; local
2598 std::string instruction_set_ = instruction_set; local
    [all...]
  /art/oatdump/
oatdump.cc 394 instruction_set_(oat_file_.GetOatHeader().GetInstructionSet()),
395 disassembler_(Disassembler::Create(instruction_set_,
401 Is64BitInstructionSet(instruction_set_)
415 return instruction_set_;
547 static_cast<size_t>(GetInstructionSetPointerSize(instruction_set_)),
1801 const InstructionSet instruction_set_; member in class:art::OatDumper::StackMapsHelper
1968 const InstructionSet instruction_set_; member in class:art::OatDumper
    [all...]

Completed in 892 milliseconds