Searched refs:OnAllocateEvent (Results 1 – 3 of 3) sorted by relevance
150 OnAllocateEvent(reinterpret_cast<TaggedObject*>(object), size); in AllocateYoungOrHugeObject()197 OnAllocateEvent(reinterpret_cast<TaggedObject*>(object), size); in AllocateOldOrHugeObject()216 OnAllocateEvent(reinterpret_cast<TaggedObject*>(object), size); in AllocateReadOnlyOrHugeObject()235 OnAllocateEvent(reinterpret_cast<TaggedObject*>(object), size); in AllocateNonMovableOrHugeObject()248 OnAllocateEvent(reinterpret_cast<TaggedObject*>(object), size); in AllocateClassClass()281 OnAllocateEvent(reinterpret_cast<TaggedObject*>(object), size); in AllocateHugeObject()291 OnAllocateEvent(reinterpret_cast<TaggedObject*>(object), size); in AllocateMachineCodeObject()
420 void OnAllocateEvent(TaggedObject* address, size_t size);
582 void Heap::OnAllocateEvent([[maybe_unused]] TaggedObject* address, [[maybe_unused]] size_t size) in OnAllocateEvent() function in panda::ecmascript::Heap