Home | History | Annotate | Download | only in arm

Lines Matching defs:Scope

502 // Supported features must be enabled by a Scope before use.
531 // Enable a specified feature within a scope.
532 class Scope BASE_EMBEDDED {
536 explicit Scope(CpuFeature f) {
548 ~Scope() {
561 explicit Scope(CpuFeature f) {}