Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h62 using PGOProfiler = pgo::PGOProfiler; variable
Djs_object.cpp43 using PGOProfiler = pgo::PGOProfiler; typedef
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp26 void ProfilerStubBuilder::PGOProfiler(GateRef glue, GateRef pc, GateRef func, GateRef profileTypeIn… in PGOProfiler() function in panda::ecmascript::kungfu::ProfilerStubBuilder
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1496 PGOProfiler::PGOProfiler(EcmaVM *vm, bool isEnable) : vm_(vm), isEnable_(isEnable) in PGOProfiler() function in panda::ecmascript::pgo::PGOProfiler