Home
last modified time | relevance | path

Searched refs:GetOrCreateClassType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dverify_annotation.cpp46 … return static_cast<MIRStructType *>(GlobalTables::GetTypeTable().GetOrCreateClassType(name, md)); in GetOrCreateStructType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_init.cpp198 …GlobalTables::GetTypeTable().GetOrCreateClassType(namemangler::kClassMetadataTypeName, GetMIRModul… in GetClassInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg.cpp88 MIRType *type = GlobalTables::GetTypeTable().GetOrCreateClassType(str, *mirModule); in GenExtraTypeMetadata()
Deh_func.cpp474 … rootType = static_cast<MIRClassType *>(GlobalTables::GetTypeTable().GetOrCreateClassType( in BuildEHTypeTable()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h504 MIRType *GetOrCreateClassType(const std::string &name, MIRModule &module) in GetOrCreateClassType() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp473 MIRType *type = GlobalTables::GetTypeTable().GetOrCreateClassType(className, mirModule); in GenFieldOffsetMap()