Lines Matching defs:Allocate
81 return MakeGarbageCollectedTraitInternal::Allocate(
94 return MakeGarbageCollectedTraitInternal::Allocate(
103 return MakeGarbageCollectedTraitInternal::Allocate(
117 return MakeGarbageCollectedTraitInternal::Allocate(
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) {
231 * - allocate through `MakeGarbageCollectedTraitBase<T>::Allocate`;
241 MakeGarbageCollectedTraitBase<T>::Allocate(handle, sizeof(T));
250 void* memory = MakeGarbageCollectedTraitBase<T>::Allocate(