Home
last modified time | relevance | path

Searched defs:PGOProfiler (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_env.h30 class PGOProfiler; variable
Dprofiler_stub_builder.cpp26 void ProfilerStubBuilder::PGOProfiler(GateRef glue, GateRef pc, GateRef func, GateRef profileTypeIn… in PGOProfiler() function in panda::ecmascript::kungfu::ProfilerStubBuilder
40 void ProfilerStubBuilder::PGOProfiler(GateRef glue, GateRef func, GateRef profileTypeInfo, in PGOProfiler() function in panda::ecmascript::kungfu::ProfilerStubBuilder
1150 void ProfilerStubBuilder::PGOProfiler(GateRef glue, GateRef func, GateRef profileTypeInfo, in PGOProfiler() function in panda::ecmascript::kungfu::ProfilerStubBuilder
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h66 class PGOProfiler; variable
69 using PGOProfiler = pgo::PGOProfiler; variable
Djs_object.cpp29 using PGOProfiler = pgo::PGOProfiler; typedef
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1905 PGOProfiler::PGOProfiler(EcmaVM* vm, bool isEnable) in PGOProfiler() function in panda::ecmascript::pgo::PGOProfiler