Home
last modified time | relevance | path

Searched refs:deoptThreshold (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.cpp598 uint8_t deoptThreshold = method->GetDeoptThreshold(); in UpdateAndDumpDeoptInfo() local
599 if (deoptThreshold > 0) { in UpdateAndDumpDeoptInfo()
601 method->SetDeoptThreshold(--deoptThreshold); in UpdateAndDumpDeoptInfo()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.cpp472 uint32_t deoptThreshold = thread->GetEcmaVM()->GetJSOptions().GetDeoptThreshold(); in IsAOTDeoptimized() local
473 return JSTaggedValue(deoptedCount != deoptThreshold); in IsAOTDeoptimized()

Completed in 4 milliseconds