Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_nodes.cpp2045 if (from.IsMIRJarrayType()) { in IsJavaAssignable()
2117 … while (toElemType != nullptr && (toElemType->IsMIRJarrayType() || toElemType->IsMIRPtrType())) { in VerifyJarrayDimention()
2118 …toElemType = toElemType->IsMIRJarrayType() ? static_cast<const MIRJarrayType *>(toElemType)->GetEl… in VerifyJarrayDimention()
2144 if (fromMIRType->IsMIRJarrayType()) { in Verify()
2231 if (valType != nullptr && !valType->IsMIRJarrayType()) { in VerifyJArrayLength()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h942 bool IsMIRJarrayType() const in IsMIRJarrayType() function
Dmir_nodes.h369 return from.IsMIRPtrType() || from.IsMIRJarrayType(); in BothPointerOrJarray()
379 … return mirType.IsMIRJarrayType() || mirType.IsMIRClassType() || mirType.IsMIRInterfaceType(); in IsJavaRefType()