Searched refs:CPUFeaturesScope (Results 1 – 4 of 4) sorted by relevance
323 class CPUFeaturesScope {328 explicit CPUFeaturesScope(T* cpu_features_wrapper,339 CPUFeaturesScope(T* cpu_features_wrapper, const CPUFeatures& other) in CPUFeaturesScope() function345 ~CPUFeaturesScope() { *cpu_features_ = old_features_; } in ~CPUFeaturesScope()
456 TEST(CPUFeaturesScope) { in TEST() argument465 CPUFeaturesScope outer(&top_level, CPUFeatures::kSHA2, CPUFeatures::kAES); in TEST()502 CPUFeaturesScope inner(&outer, auth); in TEST()
3883 CPUFeaturesScope cpu_features_scope_;
243 CPUFeaturesScope cpu(&masm, kInfrastructureCPUFeatures); \255 CPUFeaturesScope cpu(&masm, kInfrastructureCPUFeatures); \