Searched defs:PGOProfiler (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | compilation_env.h | 30 class PGOProfiler; variable
|
| D | profiler_stub_builder.cpp | 26 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/ |
| D | ecma_vm.h | 66 class PGOProfiler; variable 69 using PGOProfiler = pgo::PGOProfiler; variable
|
| D | js_object.cpp | 29 using PGOProfiler = pgo::PGOProfiler; typedef
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 1905 PGOProfiler::PGOProfiler(EcmaVM* vm, bool isEnable) in PGOProfiler() function in panda::ecmascript::pgo::PGOProfiler
|