Searched defs:max_properties (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dhydrogen.cc3674 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...]

Completed in 97 milliseconds