Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h34 PGOProfiler([[maybe_unused]] EcmaVM *vm, bool isEnable) : isEnable_(isEnable) in PGOProfiler() function
/arkcompiler/ets_runtime/ecmascript/dfx/pgo_profiler/
Dpgo_profiler_manager.h165 PGOProfiler(EcmaVM *vm, bool isEnable) in PGOProfiler() function
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h58 class PGOProfiler; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp1239 DEF_CALL_SIGNATURE(PGOProfiler) in DEF_CALL_SIGNATURE() argument
Dstub_builder.cpp5112 void StubBuilder::PGOProfiler(GateRef glue, GateRef func) in PGOProfiler() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp370 void RuntimeStubs::PGOProfiler(uintptr_t argGlue, uintptr_t func) in PGOProfiler() function in panda::ecmascript::RuntimeStubs