Lines Matching refs:max_properties
1109 int max_properties = kMaxFastLiteralProperties;
1112 kMaxFastLiteralDepth, &max_properties);
1668 AllocationType allocation, int max_depth, int* max_properties) {
1670 DCHECK_GE(*max_properties, 0);
1724 if ((*max_properties)-- == 0) return {};
1773 allocation, max_depth - 1, max_properties);
1813 effect, control, boilerplate, allocation, max_depth, max_properties);
1840 AllocationType allocation, int max_depth, int* max_properties) {
1842 DCHECK_GE(*max_properties, 0);
1884 if ((*max_properties)-- == 0) return {};
1890 allocation, max_depth - 1, max_properties);