Searched refs:AllocateEventType (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | space.h | 66 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 D | space.cpp | 170 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 D | shared_space.h | 226 uintptr_t Allocate(JSThread *thread, size_t objectSize, AllocateEventType allocType = AllocateEventType::NORMAL);
|
H A D | shared_space.cpp | 589 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 D | base_deserializer.cpp | 412 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