Home
last modified time | relevance | path

Searched refs:LookupHoistingModeBit (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-flags.cc84 LookupHoistingModeBit::encode(static_cast<bool>(lookup_hoisting_mode)); in Encode()
Dbytecode-flags.h85 using LookupHoistingModeBit = LanguageModeBit::Next<bool, 1>; variable
Dinterpreter-generator.cc482 CSA_DCHECK(this, IsClearWord32<StoreLookupSlotFlags::LookupHoistingModeBit>( in IGNITION_HANDLER()
492 Branch(IsSetWord32<StoreLookupSlotFlags::LookupHoistingModeBit>( in IGNITION_HANDLER()
/third_party/node/deps/v8/src/baseline/
Dbaseline-compiler.cc811 interpreter::StoreLookupSlotFlags::LookupHoistingModeBit::kMask) { in VisitStaLookupSlot()
/third_party/node/deps/v8/src/compiler/
Dbytecode-graph-builder.cc1940 interpreter::StoreLookupSlotFlags::LookupHoistingModeBit::decode( in VisitStaLookupSlot()