Home | History | Annotate | Download | only in vm

Lines Matching full:argname

958     void checkInstance(jobject jobj, ClassObject* expectedClass, const char* argName) {
960 ALOGW("JNI WARNING: received null %s (%s)", argName, mFunctionName);
972 argName, indirectRefKindName(jobj), jobj, mFunctionName);
976 argName, expectedClass->descriptor, obj->clazz->descriptor, mFunctionName);