Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_reflect_Constructor.cc77 return InvokeMethod(soa, javaMethod, nullptr, javaArgs, 1); in Constructor_newInstance()
86 InvokeMethod(soa, javaMethod, javaReceiver, javaArgs, 1); in Constructor_newInstance()
Djava_lang_reflect_Method.cc34 return InvokeMethod(soa, javaMethod, javaReceiver, javaArgs); in Method_invoke()
/art/runtime/
Dreflection.h65 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject method, jobject receiver,
Dreflection.cc560 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject javaMethod, in InvokeMethod() function