Searched refs:max_properties (Results 1 - 2 of 2) sorted by relevance
/external/v8/src/ |
H A D | hydrogen.cc | 3674 int* max_properties, 3676 ASSERT(max_depth >= 0 && *max_properties >= 0); 3687 if ((*max_properties)-- == 0) return false; 3693 max_properties, 3711 if ((*max_properties)-- == 0) return false; 3717 max_properties, 3740 int max_properties = HFastLiteral::kMaxLiteralProperties; local 3745 &max_properties, 3848 int max_properties = HFastLiteral::kMaxLiteralProperties; local 3851 &max_properties, 3672 IsFastLiteral(Handle<JSObject> boilerplate, int max_depth, int* max_properties, int* total_size) argument [all...] |
/external/chromium_org/v8/src/ |
H A D | hydrogen.cc | 4873 int* max_properties) { 4879 ASSERT(max_depth >= 0 && *max_properties >= 0); 4890 if ((*max_properties)-- == 0) return false; 4896 max_properties)) { 4917 if ((*max_properties)-- == 0) return false; 4923 max_properties)) { 4942 int max_properties = kMaxFastLiteralProperties; local 4955 IsFastLiteral(boilerplate, kMaxFastLiteralDepth, &max_properties)) { 5105 int max_properties = kMaxFastLiteralProperties; local 5108 &max_properties)) { 4871 IsFastLiteral(Handle<JSObject> boilerplate, int max_depth, int* max_properties) argument [all...] |
Completed in 266 milliseconds