Home
last modified time | relevance | path

Searched defs:SharedGC (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_gc.h32 explicit SharedGC(SharedHeap *heap) : sHeap_(heap), sWorkManager_(heap->GetWorkManager()) {} in SharedGC() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_first_test.cpp143 HWTEST_F_L0(GCTest, SharedGC) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h66 class SharedGC; variable