Searched refs:mRunMethod (Results 1 – 1 of 1) sorted by relevance
49 private Method mRunMethod; field in DexWrapper90 mRunMethod = mainClass.getMethod(MAIN_RUN, argClass); in loadDex()129 mRunMethod = null; in unload()157 assert mRunMethod != null; in run()167 if (mRunMethod == null) { in run()188 Object res = mRunMethod.invoke(null /* obj: static method */, args); in run()