Home
last modified time | relevance | path

Searched defs:profiledMethods (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_saver.cpp109 …Saver::AddProfiledMethods(pgo::AotProfilingData *profileData, PandaList<Method *> &profiledMethods, in AddProfiledMethods()
135 PandaList<Method *> &profiledMethods, in SaveProfile()
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp430 auto &profiledMethods = instance_->GetClassLinker()->GetAotManager()->GetProfiledMethods(); in Destroy() local