Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-heap.cc2626 JSFunction::kGenerousAllocationCount); in TEST()
2674 JSFunction::kGenerousAllocationCount); in TEST()
/external/v8/src/
Dobjects.h7258 static const int kGenerousAllocationCount = Map::ConstructionCount::kMax; variable
Dobjects.cc9922 map->set_construction_count(kGenerousAllocationCount); in StartInobjectSlackTracking()