Home | History | Annotate | Download | only in arm

Lines Matching refs:Scope

463 // Supported features must be enabled by a Scope before use.
481 // Enable a specified feature within a scope.
482 class Scope BASE_EMBEDDED {
485 explicit Scope(CpuFeature f) {
492 ~Scope() { CpuFeatures::enabled_ = old_enabled_; }
497 explicit Scope(CpuFeature f) {}