Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Deh_func.cpp327 if (classType->GetExceptionRootType() == nullptr) { in CreateTypeInfoSt()
472 MIRClassType *rootType = catchType->GetExceptionRootType(); in BuildEHTypeTable()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp1077 const MIRClassType *MIRClassType::GetExceptionRootType() const in GetExceptionRootType() function in maple::MIRClassType
1088 MIRClassType *MIRClassType::GetExceptionRootType() in GetExceptionRootType() function in maple::MIRClassType
1090 … return const_cast<MIRClassType *>(const_cast<const MIRClassType *>(this)->GetExceptionRootType()); in GetExceptionRootType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h1987 MIRClassType *GetExceptionRootType();
1988 const MIRClassType *GetExceptionRootType() const;