Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_gc_marker-inl.h282 uintptr_t SharedGCMovableMarker::AllocateDstSpace(uint32_t threadId, size_t size) in AllocateDstSpace() function in panda::ecmascript::SharedGCMovableMarker
329 return AllocateDstSpace(threadId, size); in AllocateForwardAddress()
H A Dshared_gc_marker.h130 inline uintptr_t AllocateDstSpace(uint32_t threadId, size_t size);
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dparallel_marker-inl.h277 inline uintptr_t MovableMarker::AllocateDstSpace(uint32_t threadId, size_t size, bool &shouldPromote) in AllocateDstSpace() function in panda::ecmascript::MovableMarker
410 uintptr_t forwardAddress = AllocateDstSpace(threadId, size, isPromoted); in EvacuateObject()
H A Dparallel_marker.h141 inline uintptr_t AllocateDstSpace(uint32_t threadId, size_t size, bool &shouldPromote);
H A Dparallel_marker.cpp306 return AllocateDstSpace(threadId, size, isPromoted); in AllocateForwardAddress()

Completed in 4 milliseconds