Home
last modified time | relevance | path

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

/external/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.cc471 CSA_ASSERT(this, IsClearWord32<StoreLookupSlotFlags::LookupHoistingModeBit>( in IGNITION_HANDLER()
481 Branch(IsSetWord32<StoreLookupSlotFlags::LookupHoistingModeBit>( in IGNITION_HANDLER()
/external/v8/src/compiler/
Dbytecode-graph-builder.cc1997 interpreter::StoreLookupSlotFlags::LookupHoistingModeBit::decode( in VisitStaLookupSlot()