Home
last modified time | relevance | path

Searched refs:OnAllocateEvent (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap-inl.h150 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()
Dheap.h420 void OnAllocateEvent(TaggedObject* address, size_t size);
Dheap.cpp582 void Heap::OnAllocateEvent([[maybe_unused]] TaggedObject* address, [[maybe_unused]] size_t size) in OnAllocateEvent() function in panda::ecmascript::Heap