HomeSort by relevance Sort by last modified time
    Searched refs:AllocatePartialMap (Results 1 - 2 of 2) sorted by null

  /external/v8/src/heap/
setup-heap-internal.cc 115 AllocationResult Heap::AllocatePartialMap(InstanceType instance_type,
197 AllocationResult allocation = AllocatePartialMap(MAP_TYPE, Map::kSize);
210 if (!AllocatePartialMap((instance_type), (size)).To(&map)) return false; \
290 if (!AllocatePartialMap(entry.type, entry.size).To(&map)) return false;
    [all...]
heap.h     [all...]

Completed in 47 milliseconds