Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp195 bool enablePgo = thread->GetEcmaVM()->IsEnablePGOProfiler(); in PrototypeSetter() local
198 if (enablePgo && oldPrototype->IsHole()) { in PrototypeSetter()