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 132 int* max_properties) {
134 DCHECK_GE(*max_properties, 0);
151 if ((*max_properties)-- == 0) return false;
155 if (!IsFastLiteral(value_object, max_depth - 1, max_properties)) {
176 if ((*max_properties)-- == 0) return false;
182 if (!IsFastLiteral(value_object, max_depth - 1, max_properties)) {
633 int max_properties = kMaxFastLiteralProperties; local
634 if (IsFastLiteral(boilerplate, kMaxFastLiteralDepth, &max_properties)) {
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 6053 int max_properties = kMaxFastLiteralProperties; local
6184 int max_properties = kMaxFastLiteralProperties; local
    [all...]

Completed in 613 milliseconds