Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h917 bool IsMIRStructType() const in IsMIRStructType() function
939 return IsMIRStructType() || IsMIRClassType() || IsMIRInterfaceType(); in IsInstanceOfMIRStructType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp33 DEBUG_ASSERT((mirType->IsMIRStructType() || mirType->IsMIRUnionType()), "non-structure"); in GetOrCreateMemOpndFromSymbol()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp746 DEBUG_ASSERT((mirType->IsMIRStructType() || mirType->IsMIRUnionType()), "non-structure"); in GetMirTypeInfoFormFieldIdAndMirType()