Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h54 … if (pfDecoder_.Match(recordName, resolvedMethod) && !resolvedMethodInfo.IsTypeInferAbort()) { in UpdateCompileQueue()
91 if (methodInfo.IsTypeInferAbort()) { in CompileMethod()
176 return methodInfo.IsTypeInferAbort() && methodInfo.IsResolvedMethod(); in NeedSecondaryCompile()
217 if (methodInfo.IsPGO() && !methodInfo.IsTypeInferAbort()) { in VerifyAndMarkCurMethod()
Dpass.h169 if (methodInfo_->IsTypeInferAbort() && !methodInfo_->IsResolvedMethod()) { in IsTypeAbort()
Dbytecode_info_collector.h337 bool IsTypeInferAbort() const in IsTypeInferAbort() function