Searched refs:use_fast_shallow_clone (Results 1 – 4 of 4) sorted by relevance
14 uint8_t CreateArrayLiteralFlags::Encode(bool use_fast_shallow_clone, in Encode() argument17 result |= FastShallowCloneBit::encode(use_fast_shallow_clone); in Encode()
19 static uint8_t Encode(bool use_fast_shallow_clone, int runtime_flags);
1747 bool use_fast_shallow_clone = in VisitArrayLiteral() local1751 CreateArrayLiteralFlags::Encode(use_fast_shallow_clone, runtime_flags); in VisitArrayLiteral()
2110 Node* use_fast_shallow_clone = __ Word32And( in DoCreateArrayLiteral() local2113 __ Branch(use_fast_shallow_clone, &fast_shallow_clone, &call_runtime); in DoCreateArrayLiteral()