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

  /art/compiler/
common_compiler_test.h 96 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::CommonCompilerTest
  /art/compiler/jit/
jit_compiler.h 59 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::jit::JitCompiler
  /art/compiler/driver/
compiler_driver.h 139 return instruction_set_features_;
625 const InstructionSetFeatures* const instruction_set_features_; member in class:art::CompilerDriver
    [all...]
  /art/dex2oat/
dex2oat.cc 668 instruction_set_features_.reset(
670 if (instruction_set_features_.get() == nullptr) {
675 if (instruction_set_features_.get() == nullptr) {
676 instruction_set_features_.reset(
678 if (instruction_set_features_.get() == nullptr) {
683 instruction_set_features_.reset(
684 instruction_set_features_->AddFeaturesFromString(str.as_string(), &error_msg));
685 if (instruction_set_features_.get() == nullptr) {
1851 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::FINAL
    [all...]

Completed in 399 milliseconds