Searched refs:AllocationHandle (Results 1 – 5 of 5) sorted by relevance
/external/v8/include/cppgc/ |
D | allocation.h | 29 class AllocationHandle; variable 47 static void* Allocate(cppgc::AllocationHandle& handle, size_t size, 49 static void* Allocate(cppgc::AllocationHandle& handle, size_t size, 70 static void* Allocate(AllocationHandle& handle, size_t size) { in Allocate() 82 static void* Allocate(AllocationHandle& handle, size_t size) { 98 static void* Allocate(AllocationHandle& handle, size_t size) { 138 static T* Call(AllocationHandle& handle, Args&&... args) { 153 static T* Call(AllocationHandle& handle, AdditionalBytes additional_bytes, 189 T* MakeGarbageCollected(AllocationHandle& handle, Args&&... args) { 207 T* MakeGarbageCollected(AllocationHandle& handle,
|
D | heap.h | 21 class AllocationHandle; variable 133 AllocationHandle& GetAllocationHandle();
|
/external/v8/src/heap/cppgc/ |
D | allocation.cc | 19 cppgc::AllocationHandle& handle, size_t size, GCInfoIndex index) { in Allocate() 25 cppgc::AllocationHandle& handle, size_t size, GCInfoIndex index, in Allocate()
|
D | object-allocator.h | 21 class V8_EXPORT AllocationHandle { 23 AllocationHandle() = default; 32 class V8_EXPORT_PRIVATE ObjectAllocator final : public cppgc::AllocationHandle {
|
D | heap.cc | 49 AllocationHandle& Heap::GetAllocationHandle() { in GetAllocationHandle()
|