HomeSort by relevance Sort by last modified time
    Searched refs:max_properties (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
js-create-lowering.cc 138 int* max_properties) {
140 DCHECK_GE(*max_properties, 0);
157 if ((*max_properties)-- == 0) return false;
161 if (!IsFastLiteral(value_object, max_depth - 1, max_properties)) {
185 if ((*max_properties)-- == 0) return false;
191 if (!IsFastLiteral(value_object, max_depth - 1, max_properties)) {
823 int max_properties = kMaxFastLiteralProperties; local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 5458 int max_properties = kMaxFastLiteralProperties; local
5592 int max_properties = kMaxFastLiteralProperties; local
    [all...]

Completed in 339 milliseconds