Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dassembler-ia32.h516 : old_supported_(CpuFeatures::supported_) { in TryForceFeatureScope()
524 CpuFeatures::supported_ = old_supported_; in ~TryForceFeatureScope()
536 const uint64_t old_supported_; variable
/external/v8/src/arm/
Dassembler-arm.h537 : old_supported_(CpuFeatures::supported_) { in TryForceFeatureScope()
545 CpuFeatures::supported_ = old_supported_; in ~TryForceFeatureScope()
557 const unsigned old_supported_; variable