Searched refs:GetOrCreateStructType (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | verify_annotation.cpp | 44 inline MIRStructType *GetOrCreateStructType(const std::string &name, MIRModule &md) in GetOrCreateStructType() function 85 MIRStructType *aType = GetOrCreateStructType(aTypeName, md); in NewPragmaRTClassAnnotation() 91 MIRStructType *retentionType = GetOrCreateStructType(kJavaLangAnnotationRetentionStr, md); in NewPragmaRTClassAnnotation()
|
| D | intrinsics.cpp | 58 …MIRType *sType = GlobalTables::GetTypeTable().GetOrCreateStructType("s_type", sFields, parentField… in GetOrCreateJSValueType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | global_tables.h | 492 …MIRType *GetOrCreateStructType(const std::string &name, const FieldVector &fields, const FieldVect… in GetOrCreateStructType() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 193 …auto type = GlobalTables::GetTypeTable().GetOrCreateStructType(name, fields, parentFields, module); in CreateStructTypeInternal()
|