Lines Matching refs:descriptor
57 * shortcut here and allow the call to succeed if the descriptor strings
74 ALOGW(" in %s.%s:%s", method->clazz->descriptor, method->name, desc);
87 const char* objType = objClazz->descriptor;
91 method->clazz->descriptor, method->name, objType, declType);
109 method->clazz->descriptor, method->name, declType);
117 method->clazz->descriptor, method->name);
122 method->clazz->descriptor, method->name, objType, declType);
313 mFunctionName, field->name, field->signature, objClass->descriptor);
365 fieldID, obj->clazz->descriptor, mFunctionName);
402 ALOGW(" calling %s.%s %s", method->clazz->descriptor, method->name, desc);
421 fieldID, clazz->descriptor, mFunctionName);
445 method->clazz->descriptor, method->name, clazz->descriptor, mFunctionName);
466 method->clazz->descriptor, method->name, obj->clazz->descriptor, mFunctionName);
525 if (gDvm.jniTrace && strstr(method->clazz->descriptor, gDvm.jniTrace) != NULL) {
754 } else if (obj->clazz->descriptor[0] != '[') {
756 mFunctionName, obj->clazz->descriptor);
976 argName, expectedClass->descriptor, obj->clazz->descriptor, mFunctionName);
1057 ALOGW(" in %s.%s:%s (%s)", method->clazz->descriptor, method->name, desc, mFunctionName);