Home
last modified time | relevance | path

Searched refs:GetOrCreateMIRTypeNode (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h159 MIRType *GetOrCreateMIRTypeNode(MIRType &ptype);
163 return GetOrCreateMIRTypeNode(*pType)->GetTypeIndex(); in GetOrCreateMIRType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dglobal_tables.cpp161 MIRType *TypeTable::GetOrCreateMIRTypeNode(MIRType &pType) in GetOrCreateMIRTypeNode() function in maple::TypeTable