Searched refs:HandleRangeRoots (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | parallel_marker.h | 81 virtual inline void HandleRangeRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSlot start, 111 inline void HandleRangeRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSlot start, 131 inline void HandleRangeRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSlot start,
|
H A D | parallel_marker-inl.h | 111 inline void NonMovableMarker::HandleRangeRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSlot start, in HandleRangeRoots() function in panda::ecmascript::NonMovableMarker 215 inline void MovableMarker::HandleRangeRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSlot start, in HandleRangeRoots() function in panda::ecmascript::MovableMarker
|
H A D | parallel_marker.cpp | 29 this->HandleRangeRoots(threadId, type, start, end); in MarkRoots()
|
Completed in 3 milliseconds