Searched refs:NextFreePropertyIndex (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dobjects-debug.cc284 map()->NextFreePropertyIndex()));
784 info->number_of_fast_used_fields_ += map()->NextFreePropertyIndex();
H A Dobjects.h4760 int NextFreePropertyIndex();
H A Dobjects.cc1537 int index = map()->NextFreePropertyIndex();
1843 int index = map()->NextFreePropertyIndex();
4232 int Map::NextFreePropertyIndex() { function in class:v8::internal::Map
H A Dheap.cc3947 ASSERT(map->NextFreePropertyIndex() == 0);

Completed in 120 milliseconds