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.cpp24 static Method *FindMethodInVTable(Class *klass, Method *method) in FindMethodInVTable() function
133 auto *res = FindMethodInVTable(klass, &methods[j]); in Resolve()