Searched refs:AllocateMap (Results 1 – 6 of 6) sorted by relevance
/external/v8/test/cctest/ |
D | test-mark-compact.cc | 152 allocation = heap->AllocateMap(JS_OBJECT_TYPE, JSObject::kHeaderSize); in TEST() 155 heap->AllocateMap(JS_OBJECT_TYPE, JSObject::kHeaderSize).ToObjectChecked(); in TEST()
|
D | test-alloc.cc | 80 heap->AllocateMap(JS_OBJECT_TYPE, instance_size).ToObjectChecked(); in AllocateAfterFailures()
|
D | cctest.h | 100 using i::Heap::AllocateMap; in EXTENSION_LIST()
|
/external/v8/src/heap/ |
D | heap.cc | 2290 AllocationResult Heap::AllocateMap(InstanceType instance_type, in AllocateMap() function in v8::internal::Heap 2482 if (!AllocateMap((instance_type), size).To(&map)) return false; \ in CreateInitialMaps() 2510 AllocationResult allocation = AllocateMap(entry.type, entry.size); in CreateInitialMaps() 2556 if (!AllocateMap(entry.type, entry.size).To(&map)) return false; in CreateInitialMaps()
|
D | heap.h | 1372 AllocateMap(InstanceType instance_type, int instance_size,
|
/external/v8/src/ |
D | factory.cc | 951 isolate()->heap()->AllocateMap(type, instance_size, elements_kind), in NewMap()
|