Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.h90 void PGOPreDump(JSTaggedType func);
H A Dpgo_profiler.cpp322 PGOPreDump(JSTaggedType(object)); in UpdateTrackInfo()
492 void PGOProfiler::PGOPreDump(JSTaggedType func) in PGOPreDump() function in panda::ecmascript::pgo::PGOProfiler
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h311 V(PGOPreDump) \
H A Druntime_stubs.cpp1568 DEF_RUNTIME_STUBS(PGOPreDump) in DEF_RUNTIME_STUBS()
1570 RUNTIME_STUBS_HEADER(PGOPreDump); in DEF_RUNTIME_STUBS()
1572 thread->GetEcmaVM()->GetPGOProfiler()->PGOPreDump(thisFunc.GetTaggedType()); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp654 CallRuntime(glue, RTSTUB_ID(PGOPreDump), { func }); in TryPreDumpInner()

Completed in 17 milliseconds