Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dvtable_builder_base-inl.h96 bool VTableBuilderBase<VISIT_SUPERITABLE>::AddClassMethods(panda_file::ClassDataAccessor *cda, Clas… in AddClassMethods() function
115 bool VTableBuilderBase<VISIT_SUPERITABLE>::AddClassMethods(Span<Method> methods) in AddClassMethods() function
181 if (!AddClassMethods(cda, ctx)) { in Build()
200 if (!AddClassMethods(methods)) { in Build()
Dvtable_builder_base.h362 [[nodiscard]] bool AddClassMethods(panda_file::ClassDataAccessor *cda, ClassLinkerContext *ctx);
364 [[nodiscard]] bool AddClassMethods(Span<Method> methods);