Searched refs:number_of_properties (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-literals.cc | 21 int number_of_properties = boilerplate_description->backing_store_size(); in ComputeObjectLiteralMap() local 24 context, number_of_properties, is_result_from_cache); in ComputeObjectLiteralMap()
|
/external/v8/src/ |
D | api-natives.cc | 223 for (int c = 0; c < data->number_of_properties(); c++) { in ConfigureInstance() 493 templ->set_number_of_properties(templ->number_of_properties() + 1); in AddPropertyToPropertyList()
|
D | factory.cc | 2600 int number_of_properties, in ObjectLiteralMapFromCache() argument 2605 if (number_of_properties > kMapCacheSize || in ObjectLiteralMapFromCache() 2608 Handle<Map> map = Map::Create(isolate(), number_of_properties); in ObjectLiteralMapFromCache() 2612 if (number_of_properties == 0) { in ObjectLiteralMapFromCache() 2618 int cache_index = number_of_properties - 1; in ObjectLiteralMapFromCache() 2637 Handle<Map> map = Map::Create(isolate(), number_of_properties); in ObjectLiteralMapFromCache()
|
D | factory.h | 772 int number_of_properties,
|
D | objects-inl.h | 5680 SMI_ACCESSORS(TemplateInfo, number_of_properties, kNumberOfProperties) in ACCESSORS()
|
D | objects.h | 11213 DECL_INT_ACCESSORS(number_of_properties)
|
/external/v8/src/compiler/ |
D | js-operator.cc | 1015 int literal_index, int number_of_properties) { in CreateLiteralObject() argument 1016 CreateLiteralParameters parameters(constant_properties, number_of_properties, in CreateLiteralObject()
|
D | js-operator.h | 631 int number_of_properties); in NON_EXPORTED_BASE()
|
D | bytecode-graph-builder.cc | 1287 int number_of_properties = constant_properties->size(); in VisitCreateObjectLiteral() local 1290 literal_index, number_of_properties), in VisitCreateObjectLiteral()
|