Searched refs:typeCh (Results 1 - 5 of 5) sorted by relevance

/dalvik/vm/mterp/c/
H A DgotoTargets.cpp16 char typeCh; local
61 typeCh = arrayClass->descriptor[1];
62 if (typeCh == 'D' || typeCh == 'J') {
66 } else if (typeCh != 'L' && typeCh != '[' && typeCh != 'I') {
96 if (typeCh == 'L' || typeCh == '[') {
/dalvik/vm/mterp/out/
H A DInterpC-mips.cpp1207 char typeCh; local
1252 typeCh = arrayClass->descriptor[1];
1253 if (typeCh == 'D' || typeCh == 'J') {
1257 } else if (typeCh != 'L' && typeCh != '[' && typeCh != 'I') {
1287 if (typeCh == 'L' || typeCh == '[') {
H A DInterpC-x86.cpp1283 char typeCh; local
1328 typeCh = arrayClass->descriptor[1];
1329 if (typeCh == 'D' || typeCh == 'J') {
1333 } else if (typeCh != 'L' && typeCh != '[' && typeCh != 'I') {
1363 if (typeCh == 'L' || typeCh == '[') {
H A DInterpC-allstubs.cpp3102 char typeCh; local
3147 typeCh = arrayClass->descriptor[1];
3148 if (typeCh == 'D' || typeCh == 'J') {
3152 } else if (typeCh != 'L' && typeCh != '[' && typeCh != 'I') {
3182 if (typeCh == 'L' || typeCh == '[') {
H A DInterpC-portable.cpp3050 char typeCh; local
3095 typeCh = arrayClass->descriptor[1];
3096 if (typeCh == 'D' || typeCh == 'J') {
3100 } else if (typeCh != 'L' && typeCh != '[' && typeCh != 'I') {
3130 if (typeCh == 'L' || typeCh == '[') {

Completed in 171 milliseconds