Home
last modified time | relevance | path

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

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