Home
last modified time | relevance | path

Searched refs:new_unused (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dic.cc2053 int new_unused = transition->unused_property_fields(); in RUNTIME_FUNCTION() local
2054 int new_size = old_storage->length() + new_unused + 1; in RUNTIME_FUNCTION()
Dobjects.cc1487 int new_unused = new_map->unused_property_fields(); in AddFastPropertyUsingMap() local
1490 properties()->CopySize(properties()->length() + new_unused + 1); in AddFastPropertyUsingMap()