Home
last modified time | relevance | path

Searched refs:set_inobject_properties_or_constructor_function_index (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dobjects-inl.h4318 void Map::set_inobject_properties_or_constructor_function_index(int value) { in set_inobject_properties_or_constructor_function_index() function
4333 set_inobject_properties_or_constructor_function_index(value); in SetInObjectProperties()
4345 set_inobject_properties_or_constructor_function_index(value); in SetConstructorFunctionIndex()
Dobjects.h5437 inline void set_inobject_properties_or_constructor_function_index(int value);
/external/v8/src/heap/
Dheap.cc2082 ->set_inobject_properties_or_constructor_function_index(0); in AllocatePartialMap()
2109 map->set_inobject_properties_or_constructor_function_index(0); in AllocateMap()