Searched defs:RunPhases (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ | ||
H A D | partial_gc.cpp | 28 void PartialGC::RunPhases() in RunPhases() function in panda::ecmascript::PartialGC |
H A D | full_gc.cpp | 27 void FullGC::RunPhases() in RunPhases() function in panda::ecmascript::FullGC |
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ | ||
H A D | shared_gc.cpp | 25 void SharedGC::RunPhases() in RunPhases() function in panda::ecmascript::SharedGC |
H A D | shared_full_gc.cpp | 23 void SharedFullGC::RunPhases() in RunPhases() function in panda::ecmascript::SharedFullGC |
/arkcompiler/ets_frontend/ets2panda/compiler/core/ | ||
H A D | compilerImpl.cpp | 230 static bool RunPhases(CompilerImpl *compilerImpl, public_lib::Context &context, const std::vector<Phase *> &phases, in RunPhases() function |
/arkcompiler/runtime_core/static_core/runtime/mem/gc/ | ||
H A D | gc.cpp | 354 void GC::RunPhases(GCTask &task) in RunPhases() function in ark::mem::GC |
Completed in 6 milliseconds