Home
last modified time | relevance | path

Searched defs:RunPhases (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dpartial_gc.cpp28 void PartialGC::RunPhases() in RunPhases() function in panda::ecmascript::PartialGC
Dstw_young_gc.cpp27 void STWYoungGC::RunPhases() in RunPhases() function in panda::ecmascript::STWYoungGC
Dfull_gc.cpp27 void FullGC::RunPhases() in RunPhases() function in panda::ecmascript::FullGC
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_gc.cpp25 void SharedGC::RunPhases() in RunPhases() function in panda::ecmascript::SharedGC
Dshared_full_gc.cpp36 void SharedFullGC::RunPhases() in RunPhases() function in panda::ecmascript::SharedFullGC
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerImpl.cpp228 static bool RunPhases(CompilerImpl *compilerImpl, public_lib::Context &context, const std::vector<P… in RunPhases() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.cpp353 void GC::RunPhases(GCTask &task) in RunPhases() function in ark::mem::GC