HomeSort by relevance Sort by last modified time
    Searched refs:dvmInvokeMethod (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/native/
java_lang_reflect_Constructor.cpp 68 (void) dvmInvokeMethod(newObj, meth, argList, params, NULL, noAccessCheck);
java_lang_reflect_Method.cpp 100 result = dvmInvokeMethod(methObj, meth, argList, params, returnType,
  /dalvik/vm/interp/
Stack.h 218 Object* dvmInvokeMethod(Object* invokeObj, const Method* meth,
Stack.cpp 351 * Common code for dvmCallMethodV/A and dvmInvokeMethod.
656 Object* dvmInvokeMethod(Object* obj, const Method* method,
    [all...]

Completed in 29 milliseconds