Home
last modified time | relevance | path

Searched refs:SetInObjectProperties (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dbootstrapper.cc528 object_function_map->SetInObjectProperties(unused); in CreateEmptyFunction()
1421 initial_map->SetInObjectProperties(num_fields); in InitializeGlobal()
1576 map->SetInObjectProperties(2); in InitializeGlobal()
1617 map->SetInObjectProperties(2); in InitializeGlobal()
1652 map->SetInObjectProperties(2); in InitializeGlobal()
1720 map->SetInObjectProperties(1); in InitializeGlobal()
2769 initial_map->SetInObjectProperties(2); in InstallNatives()
Dobjects.cc9268 result->SetInObjectProperties(map->GetInObjectProperties()); in CopyNormalized()
9307 result->SetInObjectProperties(in_object_properties); in CopyInitialMap()
9330 result->SetInObjectProperties(map->GetInObjectProperties()); in CopyDropDescriptors()
9739 copy->SetInObjectProperties(inobject_properties); in Create()
12564 map->SetInObjectProperties(map->GetInObjectProperties() - slack); in ShrinkInstanceSize()
13098 map->SetInObjectProperties(in_object_properties); in EnsureHasInitialMap()
Dobjects-inl.h4331 void Map::SetInObjectProperties(int value) { in SetInObjectProperties() function
Dobjects.h5440 inline void SetInObjectProperties(int value);