Home
last modified time | relevance | path

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

/dalvik/vm/native/
Djava_lang_reflect_Constructor.cpp68 (void) dvmInvokeMethod(newObj, meth, argList, params, NULL, noAccessCheck); in Dalvik_java_lang_reflect_Constructor_constructNative()
Djava_lang_reflect_Method.cpp100 result = dvmInvokeMethod(methObj, meth, argList, params, returnType, in Dalvik_java_lang_reflect_Method_invokeNative()
/dalvik/vm/interp/
DStack.h218 Object* dvmInvokeMethod(Object* invokeObj, const Method* meth,
DStack.cpp656 Object* dvmInvokeMethod(Object* obj, const Method* method, in dvmInvokeMethod() function