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

  /art/compiler/jit/
jit_compiler.cc 114 instruction_set_features_ = InstructionSetFeatures::FromVariant(
116 if (instruction_set_features_ == nullptr) {
122 if (instruction_set_features_ == nullptr) {
123 instruction_set_features_ = InstructionSetFeatures::FromVariant(
125 if (instruction_set_features_ == nullptr) {
129 instruction_set_features_ =
130 instruction_set_features_->AddFeaturesFromString(str.as_string(), &error_msg);
131 if (instruction_set_features_ == nullptr) {
136 if (instruction_set_features_ == nullptr) {
137 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 59 instruction_set_features_(features),
67 instruction_set_features_,
79 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),
243 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 167 instruction_set_features_ = InstructionSetFeatures::FromCppDefines();
191 instruction_set_features_.get(),
oat_test.cc 216 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 718 instruction_set_features_ = InstructionSetFeatures::FromVariant(
720 if (instruction_set_features_.get() == nullptr) {
728 if (instruction_set_features_ == nullptr) {
729 instruction_set_features_ = InstructionSetFeatures::FromVariant(
731 if (instruction_set_features_.get() == nullptr) {
736 instruction_set_features_ =
737 instruction_set_features_->AddFeaturesFromString(str.as_string(),
739 if (instruction_set_features_ == nullptr) {
2844 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 130 return instruction_set_features_;
472 const InstructionSetFeatures* const instruction_set_features_; member in class:art::CompilerDriver
compiler_driver.cc 292 instruction_set_features_(instruction_set_features),
    [all...]
  /art/compiler/utils/mips/
assembler_mips32r5_test.cc 47 instruction_set_features_(MipsInstructionSetFeatures::FromVariant("mips32r5", nullptr)) {
74 return new (arena) mips::MipsAssembler(arena, instruction_set_features_.get());
255 std::unique_ptr<const MipsInstructionSetFeatures> instruction_set_features_; member in class:art::AssemblerMIPS32r5Test
assembler_mips32r6_test.cc 47 instruction_set_features_(MipsInstructionSetFeatures::FromVariant("mips32r6", nullptr)) {
87 return new (arena) mips::MipsAssembler(arena, instruction_set_features_.get());
297 std::unique_ptr<const MipsInstructionSetFeatures> instruction_set_features_; member in class:art::AssemblerMIPS32r6Test
    [all...]
  /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 107 milliseconds