Searched refs:AllocateStruct (Results 1 – 3 of 3) sorted by relevance
2122 MUST_USE_RESULT AllocationResult AllocateStruct(InstanceType type);
2569 AllocationResult allocation = AllocateStruct(INTERCEPTOR_INFO_TYPE); in CreateApiObjects()4073 AllocationResult Heap::AllocateStruct(InstanceType type) { in AllocateStruct() function in v8::internal::Heap
1065 isolate()->heap()->AllocateStruct(type), in NewStruct()