Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dreflection.cc477 bool InvokeMethodImpl(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeMethodImpl() function
770 if (!InvokeMethodImpl(soa, m, np_method, receiver, objects, &shorty, &result)) { in InvokeMethod()
829 InvokeMethodImpl(soa, constructor, np_method, receiver, objects, &shorty, &result); in InvokeConstructor()