Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h49 PGOProfiler([[maybe_unused]] EcmaVM *vm, bool isEnable) : isEnable_(isEnable) in PGOProfiler() function
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h59 class PGOProfiler; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp23 void ProfilerStubBuilder::PGOProfiler(GateRef glue, GateRef pc, GateRef func, GateRef profileTypeIn… in PGOProfiler() function in panda::ecmascript::kungfu::ProfilerStubBuilder