Home
last modified time | relevance | path

Searched refs:SharedFullGC (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_full_gc.h27 class SharedFullGC : public GarbageCollector { class
29 explicit SharedFullGC(SharedHeap *heap) : sHeap_(heap), sWorkManager_(heap->GetWorkManager()) {} in SharedFullGC() function in panda::ecmascript::SharedFullGC
30 ~SharedFullGC() override = default;
31 NO_COPY_SEMANTIC(SharedFullGC);
32 NO_MOVE_SEMANTIC(SharedFullGC);
H A Dshared_full_gc.cpp23 void SharedFullGC::RunPhases() in RunPhases()
25 ECMA_BYTRACE_NAME(HITRACE_TAG_ARK, "SharedFullGC::RunPhases" in RunPhases()
41 void SharedFullGC::Initialize() in Initialize()
43 ECMA_BYTRACE_NAME(HITRACE_TAG_ARK, "SharedFullGC::Initialize"); in Initialize()
60 void SharedFullGC::Mark() in Mark()
62 ECMA_BYTRACE_NAME(HITRACE_TAG_ARK, "SharedFullGC::Mark"); in Mark()
72 void SharedFullGC::Sweep() in Sweep()
74 ECMA_BYTRACE_NAME(HITRACE_TAG_ARK, "SharedFullGC::Sweep"); in Sweep()
80 LOG_GC(ERROR) << "SharedFullGC updateWeakReference: region is nullptr, header is " << header; in Sweep()
112 void SharedFullGC
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dgc_first_test.cpp200 HWTEST_F_L0(GCTest, SharedFullGC) in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.h63 class SharedFullGC;
882 SharedFullGC *sharedFullGC_ {nullptr};
H A Dheap.cpp306 sharedFullGC_ = new SharedFullGC(this); in PostInitialization()

Completed in 15 milliseconds