Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-mark-compact.cc152 allocation = heap->AllocateMap(JS_OBJECT_TYPE, JSObject::kHeaderSize); in TEST()
155 heap->AllocateMap(JS_OBJECT_TYPE, JSObject::kHeaderSize).ToObjectChecked(); in TEST()
Dtest-alloc.cc80 heap->AllocateMap(JS_OBJECT_TYPE, instance_size).ToObjectChecked(); in AllocateAfterFailures()
Dcctest.h100 using i::Heap::AllocateMap; in EXTENSION_LIST()
/external/v8/src/heap/
Dheap.cc2290 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()
Dheap.h1372 AllocateMap(InstanceType instance_type, int instance_size,
/external/v8/src/
Dfactory.cc951 isolate()->heap()->AllocateMap(type, instance_size, elements_kind), in NewMap()