Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-flags.cc14 uint8_t CreateArrayLiteralFlags::Encode(bool use_fast_shallow_clone, in Encode() argument
17 result |= FastShallowCloneBit::encode(use_fast_shallow_clone); in Encode()
Dbytecode-flags.h19 static uint8_t Encode(bool use_fast_shallow_clone, int runtime_flags);
Dbytecode-generator.cc1747 bool use_fast_shallow_clone = in VisitArrayLiteral() local
1751 CreateArrayLiteralFlags::Encode(use_fast_shallow_clone, runtime_flags); in VisitArrayLiteral()
Dinterpreter.cc2110 Node* use_fast_shallow_clone = __ Word32And( in DoCreateArrayLiteral() local
2113 __ Branch(use_fast_shallow_clone, &fast_shallow_clone, &call_runtime); in DoCreateArrayLiteral()