Searched refs:max_properties (Results 1 – 2 of 2) sorted by relevance
138 int* max_properties) { in IsFastLiteral() argument140 DCHECK_GE(*max_properties, 0); in IsFastLiteral()157 if ((*max_properties)-- == 0) return false; in IsFastLiteral()161 if (!IsFastLiteral(value_object, max_depth - 1, max_properties)) { in IsFastLiteral()185 if ((*max_properties)-- == 0) return false; in IsFastLiteral()191 if (!IsFastLiteral(value_object, max_depth - 1, max_properties)) { in IsFastLiteral()823 int max_properties = kMaxFastLiteralProperties; in ReduceJSCreateLiteral() local824 if (IsFastLiteral(boilerplate, kMaxFastLiteralDepth, &max_properties)) { in ReduceJSCreateLiteral()
5384 int* max_properties) { in IsFastLiteral() argument5390 DCHECK(max_depth >= 0 && *max_properties >= 0); in IsFastLiteral()5401 if ((*max_properties)-- == 0) return false; in IsFastLiteral()5407 max_properties)) { in IsFastLiteral()5430 if ((*max_properties)-- == 0) return false; in IsFastLiteral()5439 max_properties)) { in IsFastLiteral()5458 int max_properties = kMaxFastLiteralProperties; in VisitObjectLiteral() local5471 IsFastLiteral(boilerplate, kMaxFastLiteralDepth, &max_properties)) { in VisitObjectLiteral()5592 int max_properties = kMaxFastLiteralProperties; in VisitArrayLiteral() local5595 &max_properties)) { in VisitArrayLiteral()