Home | History | Annotate | Download | only in vm

Lines Matching defs:cp

837     const char* cp = method->shorty;
838 while (*++cp != '\0') { // Pre-increment to skip return type.
839 if (*cp == 'L') {