Home
last modified time | relevance | path

Searched refs:number_of_properties (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/runtime/
Druntime-literals.cc21 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/
Dapi-natives.cc223 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()
Dfactory.cc2600 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()
Dfactory.h772 int number_of_properties,
Dobjects-inl.h5680 SMI_ACCESSORS(TemplateInfo, number_of_properties, kNumberOfProperties) in ACCESSORS()
Dobjects.h11213 DECL_INT_ACCESSORS(number_of_properties)
/external/v8/src/compiler/
Djs-operator.cc1015 int literal_index, int number_of_properties) { in CreateLiteralObject() argument
1016 CreateLiteralParameters parameters(constant_properties, number_of_properties, in CreateLiteralObject()
Djs-operator.h631 int number_of_properties); in NON_EXPORTED_BASE()
Dbytecode-graph-builder.cc1287 int number_of_properties = constant_properties->size(); in VisitCreateObjectLiteral() local
1290 literal_index, number_of_properties), in VisitCreateObjectLiteral()