Lines Matching refs:AllocationHandle
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) {
239 static T* Call(AllocationHandle& handle, Args&&... args) {
248 static T* Call(AllocationHandle& handle, AdditionalBytes additional_bytes,
278 V8_INLINE T* MakeGarbageCollected(AllocationHandle& handle, Args&&... args) {
296 V8_INLINE T* MakeGarbageCollected(AllocationHandle& handle,