Home
last modified time | relevance | path

Searched refs:max_properties (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Djs-create-lowering.cc138 int* max_properties) { in IsFastLiteral() argument
140 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() local
824 if (IsFastLiteral(boilerplate, kMaxFastLiteralDepth, &max_properties)) { in ReduceJSCreateLiteral()
/external/v8/src/crankshaft/
Dhydrogen.cc5384 int* max_properties) { in IsFastLiteral() argument
5390 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() local
5471 IsFastLiteral(boilerplate, kMaxFastLiteralDepth, &max_properties)) { in VisitObjectLiteral()
5592 int max_properties = kMaxFastLiteralProperties; in VisitArrayLiteral() local
5595 &max_properties)) { in VisitArrayLiteral()