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

  /art/compiler/jit/
jit_compiler.cc 127 instruction_set_features_ = InstructionSetFeatures::FromVariant(
129 if (instruction_set_features_ == nullptr) {
135 if (instruction_set_features_ == nullptr) {
136 instruction_set_features_ = InstructionSetFeatures::FromVariant(
138 if (instruction_set_features_ == nullptr) {
142 instruction_set_features_ =
143 instruction_set_features_->AddFeaturesFromString(str.as_string(), &error_msg);
144 if (instruction_set_features_ == nullptr) {
149 if (instruction_set_features_ == nullptr) {
150 instruction_set_features_ = InstructionSetFeatures::FromCppDefines()
    [all...]
jit_compiler.h 53 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::jit::JitCompiler
  /art/compiler/
elf_writer_quick.cc 60 instruction_set_features_(features),
68 instruction_set_features_,
80 const InstructionSetFeatures* instruction_set_features_; member in class:art::DebugInfoTask
118 const InstructionSetFeatures* instruction_set_features_; member in class:art::FINAL
157 instruction_set_features_(features),
240 instruction_set_features_,
common_compiler_test.h 110 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::CommonCompilerTest
common_compiler_test.cc 166 instruction_set_features_ = InstructionSetFeatures::FromCppDefines();
190 instruction_set_features_.get(),
oat_test.cc 215 instruction_set_features_.get());
    [all...]
  /art/compiler/optimizing/
ssa_liveness_analysis_test.cc 38 instruction_set_features_ =
42 *instruction_set_features_,
65 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::SsaLivenessAnalysisTest
  /art/dex2oat/
dex2oat.cc 659 instruction_set_features_ = InstructionSetFeatures::FromVariant(
661 if (instruction_set_features_.get() == nullptr) {
669 if (instruction_set_features_ == nullptr) {
670 instruction_set_features_ = InstructionSetFeatures::FromVariant(
672 if (instruction_set_features_.get() == nullptr) {
677 instruction_set_features_ =
678 instruction_set_features_->AddFeaturesFromString(str.as_string(),
680 if (instruction_set_features_ == nullptr) {
2688 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::FINAL
    [all...]
  /art/compiler/linker/
multi_oat_relative_patcher_test.cc 119 : instruction_set_features_(InstructionSetFeatures::FromCppDefines()),
120 patcher_(kRuntimeISA, instruction_set_features_.get()) {
126 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_;
466 const InstructionSetFeatures* const instruction_set_features_; member in class:art::CompilerDriver
compiler_driver.cc 288 instruction_set_features_(instruction_set_features),
    [all...]
  /art/compiler/utils/mips/
assembler_mips32r6_test.cc 42 instruction_set_features_(MipsInstructionSetFeatures::FromVariant("mips32r6", nullptr)) {
82 return new (arena) mips::MipsAssembler(arena, instruction_set_features_.get());
253 std::unique_ptr<const MipsInstructionSetFeatures> instruction_set_features_; member in class:art::AssemblerMIPS32r6Test
  /art/compiler/utils/mips64/
assembler_mips64_test.cc 50 : instruction_set_features_(Mips64InstructionSetFeatures::FromVariant("default", nullptr)) {}
85 return new (arena) mips64::Mips64Assembler(arena, instruction_set_features_.get());
324 std::unique_ptr<const Mips64InstructionSetFeatures> instruction_set_features_; member in class:art::AssemblerMIPS64Test
    [all...]

Completed in 260 milliseconds