Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h1294 using MethodPtrVector = std::vector<MethodPair *>; variable
1404 MethodPtrVector &GetVTableMethods() in GetVTableMethods()
1420 const MethodPtrVector &GetItableMethods() const in GetItableMethods()
1769MethodPtrVector vTableMethods {}; // the list of implmentation for all virtual functions for this…
1770MethodPtrVector iTableMethods {}; // the list of all interface functions for this type; For class…