Home
last modified time | relevance | path

Searched refs:GetMethodsElement (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp905 StIdx stIdx = classType.GetMethodsElement(i).first; in ParseClassType()
950 StIdx stIdx = interfaceType.GetMethodsElement(i).first; in ParseInterfaceType()
1589 TyIdx methodTyIdx = structType->GetMethodsElement(j).second.first; in FixForwardReferencedTypeForOneAgg()
Dbin_mpl_import.cpp463 StIdx stidx = type.GetMethodsElement(i).first; in SetClassTyidxOfMethods()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h1398 const MethodPair &GetMethodsElement(size_t n) const in GetMethodsElement() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dcall_graph.cpp260 if (mirStructType->GetMethodsElement(j).first == func->GetStIdx()) { in DelNode()