Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h176 return methodInfo.IsTypeInferAbort() && methodInfo.IsResolvedMethod(); in NeedSecondaryCompile()
Dpass.h169 if (methodInfo_->IsTypeInferAbort() && !methodInfo_->IsResolvedMethod()) { in IsTypeAbort()
Dbytecode_info_collector.h347 bool IsResolvedMethod() const in IsResolvedMethod() function