Home
last modified time | relevance | path

Searched refs:AllocateStruct (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dheap.h2122 MUST_USE_RESULT AllocationResult AllocateStruct(InstanceType type);
Dheap.cc2569 AllocationResult allocation = AllocateStruct(INTERCEPTOR_INFO_TYPE); in CreateApiObjects()
4073 AllocationResult Heap::AllocateStruct(InstanceType type) { in AllocateStruct() function in v8::internal::Heap
/external/v8/src/
Dfactory.cc1065 isolate()->heap()->AllocateStruct(type), in NewStruct()