Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-flags.cc27 bool fast_clone_supported) { in Encode() argument
29 result |= FastCloneSupportedBit::encode(fast_clone_supported); in Encode()
Dbytecode-flags.h35 static uint8_t Encode(int runtime_flags, bool fast_clone_supported);