Home | History | Annotate | Download | only in src

Lines Matching refs:FixedSpace

2349 class FixedSpace : public PagedSpace {
2351 FixedSpace(Heap* heap,
2389 class MapSpace : public FixedSpace {
2393 : FixedSpace(heap, max_capacity, id, Map::kSize, "map"),
2432 class CellSpace : public FixedSpace {
2436 : FixedSpace(heap, max_capacity, id, JSGlobalPropertyCell::kSize, "cell")