Searched refs:HandleLocalRangeRoots (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
H A D | shared_gc_marker.cpp | 57 this->HandleLocalRangeRoots(threadId, type, start, end); in MarkLocalVMRoots() 85 this->HandleLocalRangeRoots(threadId, type, start, end); in MarkStringCache()
|
H A D | shared_gc_marker.h | 57 inline void HandleLocalRangeRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSlot start,
|
H A D | shared_gc_marker-inl.h | 74 inline void SharedGCMarkerBase::HandleLocalRangeRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSlot start, in HandleLocalRangeRoots() function in panda::ecmascript::SharedGCMarkerBase
|
Completed in 2 milliseconds