Home | History | Annotate | Download | only in heap

Lines Matching refs:AllocationResult

89 AllocationResult Heap::AllocateMap(InstanceType instance_type,
102 AllocationResult allocation =
115 AllocationResult Heap::AllocatePartialMap(InstanceType instance_type,
118 AllocationResult allocation = AllocateRaw(Map::kSize, RO_SPACE);
159 AllocationResult Heap::Allocate(Map* map, AllocationSpace space) {
163 AllocationResult allocation = AllocateRaw(size, space);
172 AllocationResult Heap::AllocateEmptyFixedTypedArray(
177 AllocationResult allocation = AllocateRaw(
197 AllocationResult allocation = AllocatePartialMap(MAP_TYPE, Map::kSize);
235 AllocationResult alloc = AllocateRaw(FixedArray::SizeFor(0), RO_SPACE);
243 AllocationResult alloc = AllocateRaw(WeakFixedArray::SizeFor(0), RO_SPACE);
252 AllocationResult allocation =
263 AllocationResult allocation = Allocate(roots.null_map(), RO_SPACE);
270 AllocationResult allocation = Allocate(roots.undefined_map(), RO_SPACE);
277 AllocationResult allocation = Allocate(roots.the_hole_map(), RO_SPACE);
296 AllocationResult allocation = Allocate(roots.tuple2_map(), RO_SPACE);
380 AllocationResult allocation = AllocateMap(entry.type, entry.size);
392 AllocationResult allocation =
425 AllocationResult alloc = AllocateRaw(Cell::kSize, OLD_SPACE);
505 AllocationResult alloc = AllocateRaw(FixedArray::SizeFor(0), RO_SPACE);
514 AllocationResult alloc = AllocateRaw(FixedArray::SizeFor(1), RO_SPACE);
528 AllocationResult alloc =
541 AllocationResult allocation = Allocate(roots.boolean_map(), RO_SPACE);
548 AllocationResult allocation = Allocate(roots.boolean_map(), RO_SPACE);