Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-flags.cc17 uint8_t CreateArrayLiteralFlags::Encode(bool use_fast_shallow_clone, in Encode() argument
20 result |= FastCloneSupportedBit::encode(use_fast_shallow_clone); in Encode()
Dbytecode-flags.h25 static uint8_t Encode(bool use_fast_shallow_clone, int runtime_flags);