HomeSort by relevance Sort by last modified time
    Searched defs:map_space (Results 1 - 3 of 3) sorted by null

  /external/v8/test/cctest/
test-alloc.cc 100 MapSpace* map_space = heap->map_space(); local
104 while (map_space->Available() > kMapSpaceFillerSize) {
  /external/v8/src/
heap.h 502 MapSpace* map_space() { return map_space_; } function in class:v8::internal::Heap
    [all...]
heap.cc 615 PagedSpace* map_space = Heap::map_space(); local
643 if (!(map_space->ReserveSpace(map_space_size))) {
644 AbortIncrementalMarkingAndCollectGarbage(this, MAP_SPACE,
    [all...]

Completed in 49 milliseconds