Home
last modified time | relevance | path

Searched refs:IsPGO (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h217 if (methodInfo.IsPGO() && !methodInfo.IsTypeInferAbort()) { in VerifyAndMarkCurMethod()
277 if (mainMethodInfo.IsPGO()) { in SearchForCompilation()
311 if (outMethodInfo.IsPGO()) { in SearchForCompilation()
Dbytecode_info_collector.h317 bool IsPGO() const in IsPGO() function