Searched refs:dvmInvokeMethod (Results 1 – 4 of 4) sorted by relevance
/dalvik/vm/native/ |
D | java_lang_reflect_Constructor.cpp | 68 (void) dvmInvokeMethod(newObj, meth, argList, params, NULL, noAccessCheck); in Dalvik_java_lang_reflect_Constructor_constructNative()
|
D | java_lang_reflect_Method.cpp | 100 result = dvmInvokeMethod(methObj, meth, argList, params, returnType, in Dalvik_java_lang_reflect_Method_invokeNative()
|
/dalvik/vm/interp/ |
D | Stack.h | 218 Object* dvmInvokeMethod(Object* invokeObj, const Method* meth,
|
D | Stack.cpp | 656 Object* dvmInvokeMethod(Object* obj, const Method* method, in dvmInvokeMethod() function
|