Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_marker.h178 inline uintptr_t AllocateAppSpawnSpace(size_t size);
Dparallel_marker.cpp210 return AllocateAppSpawnSpace(size); in AllocateForwardAddress()
Dparallel_marker-inl.h376 inline uintptr_t CompressGCMarker::AllocateAppSpawnSpace(size_t size) in AllocateAppSpawnSpace() function