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

/external/v8/test/cctest/
H A Dtest-alloc.cc80 heap->AllocateMap(JS_OBJECT_TYPE, instance_size).ToObjectChecked();
H A Dtest-mark-compact.cc152 allocation = heap->AllocateMap(JS_OBJECT_TYPE, JSObject::kHeaderSize);
155 heap->AllocateMap(JS_OBJECT_TYPE, JSObject::kHeaderSize).ToObjectChecked();
H A Dcctest.h100 using i::Heap::AllocateMap;
/external/v8/src/heap/
H A Dheap.cc2290 AllocationResult Heap::AllocateMap(InstanceType instance_type, function in class:v8::Heap
2482 if (!AllocateMap((instance_type), size).To(&map)) return false; \
2510 AllocationResult allocation = AllocateMap(entry.type, entry.size);
2556 if (!AllocateMap(entry.type, entry.size).To(&map)) return false;
H A Dheap.h1372 AllocateMap(InstanceType instance_type, int instance_size,
/external/v8/src/
H A Dfactory.cc951 isolate()->heap()->AllocateMap(type, instance_size, elements_kind),

Completed in 91 milliseconds