Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_itable_builder.cpp27 static std::optional<Method *> FindMethodInVTable(Class *klass, Method *imethod, ClassLinkerErrorHa… in FindMethodInVTable() function
148 auto res = FindMethodInVTable(klass, &methods[j], errorHandler_); in Resolve()