Home
last modified time | relevance | path

Searched refs:MethodVector (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dbin_mpl_import.h124 void ImportMethodsOfStructType(MethodVector &methods);
Dbin_mpl_export.h121 void OutputMethodsOfStruct(const MethodVector &methods);
Dmir_type.h1293 using MethodVector = std::vector<MethodPair>; variable
1389 MethodVector &GetMethods() in GetMethods()
1393 const MethodVector &GetMethods() const in GetMethods()
1768 MethodVector methods {}; // for the list of member function prototypes
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp1256 static void DumpMethods(MethodVector methods, int indent) in DumpMethods()
1287 static void DumpConstructorsAsCxx(MethodVector methods, int indent) in DumpConstructorsAsCxx()
Dbin_mpl_export.cpp583 void BinaryMplExport::OutputMethodsOfStruct(const MethodVector &methods) in OutputMethodsOfStruct()
Dbin_mpl_import.cpp382 void BinaryMplImport::ImportMethodsOfStructType(MethodVector &methods) in ImportMethodsOfStructType()