Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dcall_graph.cpp260 if (mirStructType->GetMethodsElement(j).first == func->GetStIdx()) { in DelNode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp406 StIdx stIdx = classType.GetMethodsElement(i).first; in ParseClassType()
444 StIdx stIdx = interfaceType.GetMethodsElement(i).first; in ParseInterfaceType()
Dbin_mpl_import.cpp330 StIdx stidx = type.GetMethodsElement(i).first; in SetClassTyidxOfMethods()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h1490 const MethodPair &GetMethodsElement(size_t n) const in GetMethodsElement() function