Searched refs:set_pre_allocated_property_fields (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
H A Dbootstrapper.cc1073 initial_map->set_pre_allocated_property_fields(5);
1178 iterator_result_map->set_pre_allocated_property_fields(
1220 map->set_pre_allocated_property_fields(2);
1280 map->set_pre_allocated_property_fields(1);
2056 initial_map->set_pre_allocated_property_fields(2);
H A Dobjects-inl.h4315 void Map::set_pre_allocated_property_fields(int value) { function in class:v8::internal::Map
H A Dobjects.h5608 inline void set_pre_allocated_property_fields(int value);
H A Dobjects.cc6464 result->set_pre_allocated_property_fields(
/external/chromium_org/v8/src/heap/
H A Dheap.cc2279 reinterpret_cast<Map*>(result)->set_pre_allocated_property_fields(0);
2306 map->set_pre_allocated_property_fields(0);

Completed in 471 milliseconds