Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_init.cpp79 …GlobalTables::GetTypeTable().GetOrCreateClassType(namemangler::kClassMetadataTypeName, GetMIRModul… in GetClassInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dverify_annotation.cpp45 … return static_cast<MIRStructType *>(GlobalTables::GetTypeTable().GetOrCreateClassType(name, md)); in GetOrCreateStructType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg.cpp96 MIRType *type = GlobalTables::GetTypeTable().GetOrCreateClassType(str, *mirModule); in GenExtraTypeMetadata()
/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.cpp416 MIRType *type = GlobalTables::GetTypeTable().GetOrCreateClassType(className, mirModule); in GenFieldOffsetMap()