Home | History | Annotate | Download | only in reflect

Lines Matching full:firstchar

657     char firstChar = methodReturn->descriptor[1];
658 if (firstChar == 'L' || firstChar == '[') {
662 dstElemClass = dvmFindPrimitiveClass(firstChar);