Home
last modified time | relevance | path

Searched refs:auditor_ (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/aarch64/
Dcpu-features-auditor-aarch64.cc43 : auditor_(auditor) { in RecordInstructionFeaturesScope()
44 auditor_->last_instruction_ = CPUFeatures::None(); in RecordInstructionFeaturesScope()
47 auditor_->seen_.Combine(auditor_->last_instruction_); in ~RecordInstructionFeaturesScope()
51 auditor_->last_instruction_.Combine(features); in Record()
58 auditor_->last_instruction_.Combine(feature0, feature1, feature2, feature3); in Record()
65 bool hint_a = auditor_->available_.Has(a); in RecordOneOrBothOf()
66 bool hint_b = auditor_->available_.Has(b); in RecordOneOrBothOf()
77 CPUFeaturesAuditor* auditor_; member in vixl::aarch64::CPUFeaturesAuditor::RecordInstructionFeaturesScope
/external/vixl/test/aarch64/
Dtest-cpu-features-aarch64.cc49 auditor_(&decoder_, features) {} in CPUFeaturesTest()
52 auditor_.ResetSeenFeatures(); in Run()
92 VIXL_CHECK(auditor_.GetSeenFeatures() == features_); in Run()
104 CPUFeaturesAuditor auditor_; member in vixl::aarch64::CPUFeaturesTest
126 if (auditor_.GetInstructionFeatures() != features_) { in RunWithFeatures()
128 features_.Without(auditor_.GetInstructionFeatures()); in RunWithFeatures()
133 CPUFeatures extra = auditor_.GetInstructionFeatures().Without(features_); in RunWithFeatures()