Searched defs:GetPGOProfiler (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| D | compilation_env.cpp | 26 std::shared_ptr<pgo::PGOProfiler> CompilationEnv::GetPGOProfiler() const in GetPGOProfiler() function in panda::ecmascript::CompilationEnv |
| D | jit_compilation_env.cpp | 70 std::shared_ptr<pgo::PGOProfiler> JitCompilationEnv::GetPGOProfiler() const in GetPGOProfiler() function in panda::ecmascript::JitCompilationEnv |
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | ecma_vm.h | 862 std::shared_ptr<PGOProfiler> GetPGOProfiler() const in GetPGOProfiler() function |