Searched refs:max_properties (Results 1 – 1 of 1) sorted by relevance
176 int* max_properties) { in IsFastLiteralHelper() argument178 DCHECK_GE(*max_properties, 0); in IsFastLiteralHelper()195 if ((*max_properties)-- == 0) return false; in IsFastLiteralHelper()200 max_properties)) { in IsFastLiteralHelper()226 if ((*max_properties)-- == 0) return false; in IsFastLiteralHelper()232 if (!IsFastLiteralHelper(value_object, max_depth - 1, max_properties)) { in IsFastLiteralHelper()252 int max_properties = kMaxFastLiteralProperties; in IsInlinableFastLiteral() local254 &max_properties); in IsInlinableFastLiteral()