Searched refs:AllocationHandle (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/include/cppgc/ |
D | allocation.h | 43 class AllocationHandle; variable 74 static void* Invoke(AllocationHandle& handle, size_t size) { in Invoke() 93 static void* Invoke(AllocationHandle& handle, size_t size) { 102 static void* Invoke(AllocationHandle& handle, size_t size) { 114 static void* Invoke(AllocationHandle& handle, size_t size) { 124 static void* CPPGC_DEFAULT_ALIGNED Allocate(cppgc::AllocationHandle&, size_t, 126 static void* CPPGC_DOUBLE_WORD_ALIGNED Allocate(cppgc::AllocationHandle&, 129 static void* CPPGC_DEFAULT_ALIGNED Allocate(cppgc::AllocationHandle&, size_t, 131 static void* CPPGC_DOUBLE_WORD_ALIGNED Allocate(cppgc::AllocationHandle&, 167 V8_INLINE static void* Allocate(AllocationHandle& handle, size_t size) { [all …]
|
D | heap.h | 23 class AllocationHandle; variable 190 AllocationHandle& GetAllocationHandle();
|
/third_party/node/deps/v8/src/heap/cppgc/ |
D | allocation.cc | 37 cppgc::AllocationHandle& handle, size_t size, GCInfoIndex index) { in Allocate() 45 cppgc::AllocationHandle& handle, size_t size, AlignVal alignment, in Allocate() 55 cppgc::AllocationHandle& handle, size_t size, GCInfoIndex index, in Allocate() 65 cppgc::AllocationHandle& handle, size_t size, AlignVal alignment, in Allocate()
|
D | object-allocator.h | 27 class V8_EXPORT AllocationHandle { 29 AllocationHandle() = default; 38 class V8_EXPORT_PRIVATE ObjectAllocator final : public cppgc::AllocationHandle {
|
D | heap.cc | 55 AllocationHandle& Heap::GetAllocationHandle() { in GetAllocationHandle()
|
/third_party/node/deps/v8/include/ |
D | v8-cppgc.h | 21 class AllocationHandle; variable 101 cppgc::AllocationHandle& GetAllocationHandle();
|
/third_party/node/deps/v8/src/heap/cppgc-js/ |
D | cpp-heap.cc | 118 cppgc::AllocationHandle& CppHeap::GetAllocationHandle() { in GetAllocationHandle()
|