Home
last modified time | relevance | path

Searched refs:AllocateEventType (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dspace.h66 enum class AllocateEventType { class in panda::ecmascript::MemSpaceKind
300 uintptr_t Allocate(size_t objectSize, JSThread *thread, AllocateEventType allocType = AllocateEventType::NORMAL);
321 AllocateEventType allocType = AllocateEventType::NORMAL);
H A Dspace.cpp170 AllocateEventType allocType) in Allocate()
181 if (allocType == AllocateEventType::NORMAL) { in Allocate()
210 uintptr_t HugeObjectSpace::Allocate(size_t objectSize, JSThread *thread, AllocateEventType allocType) in Allocate()
218 if (allocType == AllocateEventType::NORMAL) { in Allocate()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_space.h226 uintptr_t Allocate(JSThread *thread, size_t objectSize, AllocateEventType allocType = AllocateEventType::NORMAL);
H A Dshared_space.cpp589 uintptr_t SharedHugeObjectSpace::Allocate(JSThread *thread, size_t objectSize, AllocateEventType allocType) in Allocate()
600 if (allocType == AllocateEventType::NORMAL) { in Allocate()
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dbase_deserializer.cpp412 res = heap_->GetHugeObjectSpace()->Allocate(objSize, thread_, AllocateEventType::DESERIALIZE); in RelocateObjectAddr()
438 res = sheap_->GetHugeObjectSpace()->Allocate(thread_, objSize, AllocateEventType::DESERIALIZE); in RelocateObjectAddr()

Completed in 5 milliseconds