Home
last modified time | relevance | path

Searched refs:old_supported_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/mips/
Dassembler-mips.h473 : old_supported_(CpuFeatures::supported_) { in TryForceFeatureScope()
481 CpuFeatures::supported_ = old_supported_; in ~TryForceFeatureScope()
493 const unsigned old_supported_; variable
/external/v8/src/ia32/
Dassembler-ia32.h522 : old_supported_(CpuFeatures::supported_) { in TryForceFeatureScope()
530 CpuFeatures::supported_ = old_supported_; in ~TryForceFeatureScope()
542 const uint64_t old_supported_; variable
/external/v8/src/arm/
Dassembler-arm.h568 : old_supported_(CpuFeatures::supported_) { in TryForceFeatureScope()
576 CpuFeatures::supported_ = old_supported_; in ~TryForceFeatureScope()
588 const unsigned old_supported_; variable