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
70 typeCh = arrayClass->descriptor[1]; in GOTO_TARGET()
71 if (typeCh == 'D' || typeCh == 'J') { in GOTO_TARGET()
75 } else if (typeCh != 'L' && typeCh != '[' && typeCh != 'I') { in GOTO_TARGET()
105 if (typeCh == 'L' || typeCh == '[') { in GOTO_TARGET()
/dalvik/vm/mterp/out/
DInterpC-x86.cpp1452 char typeCh; in GOTO_TARGET() local
1506 typeCh = arrayClass->descriptor[1]; in GOTO_TARGET()
1507 if (typeCh == 'D' || typeCh == 'J') { in GOTO_TARGET()
1511 } else if (typeCh != 'L' && typeCh != '[' && typeCh != 'I') { in GOTO_TARGET()
1541 if (typeCh == 'L' || typeCh == '[') { in GOTO_TARGET()
DInterpC-x86-atom.cpp1510 char typeCh; in GOTO_TARGET() local
1564 typeCh = arrayClass->descriptor[1]; in GOTO_TARGET()
1565 if (typeCh == 'D' || typeCh == 'J') { in GOTO_TARGET()
1569 } else if (typeCh != 'L' && typeCh != '[' && typeCh != 'I') { in GOTO_TARGET()
1599 if (typeCh == 'L' || typeCh == '[') { in GOTO_TARGET()
DInterpC-allstubs.cpp4421 char typeCh; in GOTO_TARGET() local
4475 typeCh = arrayClass->descriptor[1]; in GOTO_TARGET()
4476 if (typeCh == 'D' || typeCh == 'J') { in GOTO_TARGET()
4480 } else if (typeCh != 'L' && typeCh != '[' && typeCh != 'I') { in GOTO_TARGET()
4510 if (typeCh == 'L' || typeCh == '[') { in GOTO_TARGET()
DInterpC-portable.cpp4377 char typeCh; in dvmInterpretPortable() local
4431 typeCh = arrayClass->descriptor[1]; in dvmInterpretPortable()
4432 if (typeCh == 'D' || typeCh == 'J') { in dvmInterpretPortable()
4436 } else if (typeCh != 'L' && typeCh != '[' && typeCh != 'I') { in dvmInterpretPortable()
4466 if (typeCh == 'L' || typeCh == '[') { in dvmInterpretPortable()