Searched refs:ComputeMinObjectSlack (Results 1 – 4 of 4) sorted by relevance
360 int ComputeMinObjectSlack(Isolate* isolate);
427 const int slack = initial_map.ComputeMinObjectSlack(isolate); in CompleteInobjectSlackTracking()
1099 int slack = initial_map().ComputeMinObjectSlack(isolate); in ComputeInstanceSizeWithMinSlack()
2176 int Map::ComputeMinObjectSlack(Isolate* isolate) { in ComputeMinObjectSlack() function in v8::internal::Map