Home
last modified time | relevance | path

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

/third_party/vixl/src/aarch64/
H A Dcpu-features-auditor-aarch64.cc79 : auditor_(auditor) { in RecordInstructionFeaturesScope()
80 auditor_->last_instruction_ = CPUFeatures::None(); in RecordInstructionFeaturesScope()
83 auditor_->seen_.Combine(auditor_->last_instruction_); in ~RecordInstructionFeaturesScope()
87 auditor_->last_instruction_.Combine(features); in Record()
94 auditor_->last_instruction_.Combine(feature0, feature1, feature2, feature3); in Record()
101 bool hint_a = auditor_->available_.Has(a); in RecordOneOrBothOf()
102 bool hint_b = auditor_->available_.Has(b); in RecordOneOrBothOf()
113 CPUFeaturesAuditor* auditor_; member in vixl::aarch64::CPUFeaturesAuditor::RecordInstructionFeaturesScope
/third_party/vixl/test/aarch64/
H A 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()

Completed in 8 milliseconds