• Home
  • Raw
  • Download

Lines Matching defs:size

35 #define CHECK_OBJ_AND_THROW_OOM_ERROR(object, size, space, message)                                …  argument
122 size_t size = hclass->GetObjectSize(); in AllocateYoungOrHugeObject() local
126 TaggedObject *Heap::AllocateYoungOrHugeObject(size_t size) in AllocateYoungOrHugeObject()
146 TaggedObject *Heap::AllocateYoungOrHugeObject(JSHClass *hclass, size_t size) in AllocateYoungOrHugeObject()
154 uintptr_t Heap::AllocateYoungSync(size_t size) in AllocateYoungSync()
169 TaggedObject *Heap::TryAllocateYoungGeneration(JSHClass *hclass, size_t size) in TryAllocateYoungGeneration()
184 size_t size = hclass->GetObjectSize(); in AllocateOldOrHugeObject() local
188 TaggedObject *Heap::AllocateOldOrHugeObject(JSHClass *hclass, size_t size) in AllocateOldOrHugeObject()
203 size_t size = hclass->GetObjectSize(); in AllocateReadOnlyOrHugeObject() local
207 TaggedObject *Heap::AllocateReadOnlyOrHugeObject(JSHClass *hclass, size_t size) in AllocateReadOnlyOrHugeObject()
222 size_t size = hclass->GetObjectSize(); in AllocateNonMovableOrHugeObject() local
226 TaggedObject *Heap::AllocateNonMovableOrHugeObject(JSHClass *hclass, size_t size) in AllocateNonMovableOrHugeObject()
239 TaggedObject *Heap::AllocateClassClass(JSHClass *hclass, size_t size) in AllocateClassClass()
252 TaggedObject *Heap::AllocateHugeObject(size_t size) in AllocateHugeObject()
275 TaggedObject *Heap::AllocateHugeObject(JSHClass *hclass, size_t size) in AllocateHugeObject()
285 TaggedObject *Heap::AllocateMachineCodeObject(JSHClass *hclass, size_t size) in AllocateMachineCodeObject()
295 uintptr_t Heap::AllocateSnapshotSpace(size_t size) in AllocateSnapshotSpace()
305 void Heap::OnAllocateEvent([[maybe_unused]] TaggedObject* address, [[maybe_unused]] size_t size) in OnAllocateEvent()
316 [[maybe_unused]] size_t size) in OnMoveEvent()