Home | History | Annotate | Download | only in out

Lines Matching refs:typeCh

1452         char typeCh;
1506 typeCh = arrayClass->descriptor[1];
1507 if (typeCh == 'D' || typeCh == 'J') {
1511 } else if (typeCh != 'L' && typeCh != '[' && typeCh != 'I') {
1541 if (typeCh == 'L' || typeCh == '[') {