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.cpp2060 … while (toElemType != nullptr && (toElemType->IsMIRJarrayType() || toElemType->IsMIRPtrType())) { in VerifyJarrayDimention()
2061 …toElemType = toElemType->IsMIRJarrayType() ? static_cast<const MIRJarrayType *>(toElemType)->GetEl… in VerifyJarrayDimention()
2087 if (fromMIRType->IsMIRJarrayType()) { in Verify()
2168 if (valType != nullptr && !valType->IsMIRJarrayType()) { in VerifyJArrayLength()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h1034 bool IsMIRJarrayType() const in IsMIRJarrayType() function
Dmir_nodes.h382 return from.IsMIRPtrType() || from.IsMIRJarrayType(); in BothPointerOrJarray()