Home
last modified time | relevance | path

Searched refs:MapSpace (Results 1 – 6 of 6) sorted by relevance

/external/v8/test/cctest/
Dtest-alloc.cc100 MapSpace* map_space = heap->map_space(); in AllocateAfterFailures()
/external/v8/src/
Dv8globals.h144 class MapSpace; variable
Dspaces.h114 ASSERT((0 <= index) && (index <= MapSpace::kMaxMapPageIndex))
2389 class MapSpace : public FixedSpace {
2392 MapSpace(Heap* heap, intptr_t max_capacity, AllocationSpace id) in MapSpace() function
Dheap.h502 MapSpace* map_space() { return map_space_; } in map_space()
1642 MapSpace* map_space_;
Dspaces.cc2491 void MapSpace::VerifyObject(HeapObject* object) { in VerifyObject()
Dheap.cc5411 MapSpace* space = map_space(); in MapSpaceCheckStoreBuffer()
5931 map_space_ = new MapSpace(this, max_old_generation_size_, MAP_SPACE); in SetUp()