Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-flags.cc20 result |= FastCloneSupportedBit::encode(use_fast_shallow_clone); in Encode()
28 result |= FastCloneSupportedBit::encode(fast_clone_supported); in Encode()
Dbytecode-flags.h23 using FastCloneSupportedBit = FlagsBits::Next<bool, 1>; variable
34 using FastCloneSupportedBit = FlagsBits::Next<bool, 1>; variable
Dinterpreter-generator.cc2266 Branch(IsSetWord32<CreateArrayLiteralFlags::FastCloneSupportedBit>( in IGNITION_HANDLER()
2355 Branch(IsSetWord32<CreateObjectLiteralFlags::FastCloneSupportedBit>( in IGNITION_HANDLER()