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

  /art/compiler/
common_compiler_test.h 108 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::CommonCompilerTest
elf_writer_quick.cc 59 instruction_set_features_(features),
67 instruction_set_features_,
79 const InstructionSetFeatures* instruction_set_features_; member in class:art::DebugInfoTask
115 const InstructionSetFeatures* instruction_set_features_; member in class:art::FINAL
152 instruction_set_features_(features),
227 instruction_set_features_,
  /art/compiler/jit/
jit_compiler.h 54 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::jit::JitCompiler
  /art/compiler/linker/
multi_oat_relative_patcher_test.cc 113 : instruction_set_features_(InstructionSetFeatures::FromCppDefines()),
114 patcher_(kRuntimeISA, instruction_set_features_.get()) {
120 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::linker::MultiOatRelativePatcherTest
  /art/compiler/driver/
compiler_driver.h 145 return instruction_set_features_;
637 const InstructionSetFeatures* const instruction_set_features_; member in class:art::CompilerDriver
  /art/dex2oat/
dex2oat.cc 624 instruction_set_features_.reset(
627 if (instruction_set_features_.get() == nullptr) {
635 if (instruction_set_features_.get() == nullptr) {
636 instruction_set_features_.reset(
639 if (instruction_set_features_.get() == nullptr) {
644 instruction_set_features_.reset(
645 instruction_set_features_->AddFeaturesFromString(str.as_string(),
647 if (instruction_set_features_.get() == nullptr) {
2420 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::FINAL
    [all...]

Completed in 3182 milliseconds