Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_env.cpp29 std::shared_ptr<pgo::PGOProfiler> CompilationEnv::GetPGOProfiler() const in GetPGOProfiler() function in panda::ecmascript::CompilationEnv
Djit_compilation_env.cpp65 std::shared_ptr<pgo::PGOProfiler> JitCompilationEnv::GetPGOProfiler() const in GetPGOProfiler() function in panda::ecmascript::JitCompilationEnv
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h560 std::shared_ptr<PGOProfiler> GetPGOProfiler() const in GetPGOProfiler() function