Searched refs:errorKind (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/
H A DCheckJni.cpp928 const char* errorKind = NULL; local
929 u1 utf8 = checkUtfBytes(bytes, &errorKind);
930 if (errorKind != NULL) {
931 ALOGW("JNI WARNING: input is not valid Modified UTF-8: illegal %s byte %#x", errorKind, utf8);
973 static u1 checkUtfBytes(const char* bytes, const char** errorKind) { argument
998 *errorKind = "start";
1004 *errorKind = "continuation";
1013 *errorKind = "continuation";
/dalvik/vm/interp/
H A DInterp.cpp1394 VerifyError errorKind = static_cast<VerifyError>(errorPart); local
1399 switch ((VerifyError) errorKind) {

Completed in 72 milliseconds