Home
last modified time | relevance | path

Searched defs:RecursionScope (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_concurrent_marker.h91 explicit RecursionScope(SharedConcurrentMarker* sMarker) : sMarker_(sMarker) in RecursionScope() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dincremental_marker.h100 explicit RecursionScope(IncrementalMarker* marker) : marker_(marker) in RecursionScope() function
Dconcurrent_marker.h131 explicit RecursionScope(ConcurrentMarker* marker) : marker_(marker) in RecursionScope() function
Dheap.h380 … explicit RecursionScope(BaseHeap* heap, HeapType heapType) : heap_(heap), heapType_(heapType) in RecursionScope() function