Searched refs:AllocateWeakCell (Results 1 – 3 of 3) sorted by relevance
2087 MUST_USE_RESULT AllocationResult AllocateWeakCell(HeapObject* value);
2488 AllocationResult Heap::AllocateWeakCell(HeapObject* value) { in AllocateWeakCell() function in v8::internal::Heap
1138 CALL_HEAP_FUNCTION(isolate(), isolate()->heap()->AllocateWeakCell(*value), in NewWeakCell()