Home | History | Annotate | Download | only in reflect

Lines Matching defs:firstChar

592     char firstChar = methodReturn->descriptor[1];
593 if (firstChar == 'L' || firstChar == '[') {
597 dstElemClass = dvmFindPrimitiveClass(firstChar);