Searched refs:set_instance_size (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dfactory.cc483 copy->set_instance_size(copy->instance_size() + instance_size_delta);
H A Dbootstrapper.cc1004 initial_map->set_instance_size(
H A Dheap.cc1885 reinterpret_cast<Map*>(result)->set_instance_size(instance_size);
1912 map->set_instance_size(instance_size);
H A Dobjects-inl.h2776 void Map::set_instance_size(int value) { function in class:Map
H A Dobjects.h4518 inline void set_instance_size(int value);
H A Dobjects.cc7902 map->set_instance_size(map->instance_size() - slack * kPointerSize);

Completed in 1069 milliseconds