Home
last modified time | relevance | path

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

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