Home | History | Annotate | Download | only in reflect

Lines Matching refs:firstChar

654     char firstChar = methodReturn->descriptor[1];
655 if (firstChar == 'L' || firstChar == '[') {
659 dstElemClass = dvmFindPrimitiveClass(firstChar);