Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_nodes.cpp2022 bool RetypeNode::CheckFromJarray(const MIRType &from, const MIRType &to, VerifyResult &verifyResult… in CheckFromJarray() function in maple::RetypeNode
2046 return CheckFromJarray(from, to, verifyResult); in IsJavaAssignable()
2121 if (toElemType != nullptr && CheckFromJarray(from, *toElemType, verifyResult)) { in VerifyJarrayDimention()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h358 bool CheckFromJarray(const MIRType &from, const MIRType &to, VerifyResult &verifyResult) const;