Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.h91 void PGODump(JSTaggedType func);
H A Dpgo_profiler.cpp327 void PGOProfiler::PGODump(JSTaggedType func) in PGODump() function in panda::ecmascript::pgo::PGOProfiler
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h310 V(PGODump) \
H A Druntime_stubs.cpp1560 DEF_RUNTIME_STUBS(PGODump) in DEF_RUNTIME_STUBS()
1562 RUNTIME_STUBS_HEADER(PGODump); in DEF_RUNTIME_STUBS()
1564 thread->GetEcmaVM()->GetPGOProfiler()->PGODump(thisFunc.GetTaggedType()); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp66 CallRuntime(glue, RTSTUB_ID(PGODump), { func }); in TryDump()

Completed in 16 milliseconds