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.cc18 uint8_t CreateArrayLiteralFlags::Encode(bool use_fast_shallow_clone, in Encode() argument
21 result |= FastCloneSupportedBit::encode(use_fast_shallow_clone); in Encode()
Dbytecode-flags.h24 static uint8_t Encode(bool use_fast_shallow_clone, int runtime_flags);