Home
last modified time | relevance | path

Searched refs:PGODumpPauseScope (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.h394 class PGODumpPauseScope { class
396 explicit PGODumpPauseScope(std::shared_ptr<PGOProfiler> profiler): profiler_(profiler) in PGODumpPauseScope() function in panda::ecmascript::pgo::PGODumpPauseScope
401 ~PGODumpPauseScope() in ~PGODumpPauseScope()
406 NO_COPY_SEMANTIC(PGODumpPauseScope);
407 NO_MOVE_SEMANTIC(PGODumpPauseScope);
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.cpp1142 pgo::PGODumpPauseScope pscope(GetEcmaVM()->GetPGOProfiler()); in CollectGarbage()

Completed in 5 milliseconds