Searched refs:pretenure (Results 1 – 5 of 5) sorted by relevance
33 uint8_t CreateClosureFlags::Encode(bool pretenure, bool is_function_scope, in Encode() argument35 uint8_t result = PretenuredBit::encode(pretenure); in Encode()36 if (!might_always_opt && !pretenure && is_function_scope) { in Encode()
47 static uint8_t Encode(bool pretenure, bool is_function_scope,
2517 expr->pretenure(), closure_scope()->is_function_scope(), in VisitFunctionLiteral()
2232 bool pretenure() const { return Pretenure::decode(bit_field_); } in pretenure() function
5920 bool pretenure = (new_capacity > kMinCapacityForPretenure) && in Shrink() local5924 pretenure ? AllocationType::kOld : AllocationType::kYoung, in Shrink()