Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/include/
Dvtable_builder-inl.h119 if (vtable_.AddMethod(MethodInfo(&method, copied_methods_.size(), false, true))) { in AddDefaultInterfaceMethods()
120 copied_methods_.push_back(&method); in AddDefaultInterfaceMethods()
Dvtable_builder.h301 return copied_methods_; in GetCopiedMethods()
320 PandaVector<Method *> copied_methods_; variable