Home | History | Annotate | Download | only in vm

Lines Matching refs:thisMethod

1224     const Method* thisMethod = dvmGetCurrentJNIMethod();
1225 assert(thisMethod != NULL);
1231 assert(strcmp(thisMethod->name, "nativeLoad") == 0);
1233 } else if (thisMethod == gDvm.methDalvikSystemNativeStart_main ||
1234 thisMethod == gDvm.methDalvikSystemNativeStart_run) {
1242 loader = thisMethod->clazz->classLoader;