Searched defs:mFunctionName (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DCheckJni.cpp233 ALOGW("JNI WARNING: illegal class name '%s' (%s)", className, mFunctionName);
271 mFunctionName, field->name, expectedSignature, actualSignature);
319 mFunctionName, field->name, field->signature, primitiveTypeToName(prim));
375 ALOGW("JNI WARNING: invalid null pointer (%s)", mFunctionName);
654 ALOGI("JNI: %s -> %s(%s)", methodName.c_str(), mFunctionName, msg.c_str());
657 ALOGI("JNI: -> %s(%s)", mFunctionName, msg.c_str());
661 ALOGI("JNI: %*s<- %s returned %s", mIndent, "", mFunctionName, msg.c_str());
712 const char* mFunctionName; member in class:ScopedCheck
722 mFunctionName = functionName + 6;
769 ALOGW("JNI WARNING: negative jsize (%s)", mFunctionName);
[all...]

Completed in 75 milliseconds