Home | History | Annotate | Download | only in out

Lines Matching refs:typeCh

1510         char typeCh;
1564 typeCh = arrayClass->descriptor[1];
1565 if (typeCh == 'D' || typeCh == 'J') {
1569 } else if (typeCh != 'L' && typeCh != '[' && typeCh != 'I') {
1599 if (typeCh == 'L' || typeCh == '[') {