Home
last modified time | relevance | path

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

/dalvik/vm/mterp/c/
DgotoTargets.c16 char typeCh; in GOTO_TARGET() local
61 typeCh = arrayClass->descriptor[1]; in GOTO_TARGET()
62 if (typeCh == 'D' || typeCh == 'J') { in GOTO_TARGET()
67 } else if (typeCh != 'L' && typeCh != '[' && typeCh != 'I') { in GOTO_TARGET()
/dalvik/vm/mterp/out/
DInterpC-x86.c1204 char typeCh; in GOTO_TARGET() local
1249 typeCh = arrayClass->descriptor[1]; in GOTO_TARGET()
1250 if (typeCh == 'D' || typeCh == 'J') { in GOTO_TARGET()
1255 } else if (typeCh != 'L' && typeCh != '[' && typeCh != 'I') { in GOTO_TARGET()
DInterpC-portstd.c3054 char typeCh; in INTERP_FUNC_NAME() local
3099 typeCh = arrayClass->descriptor[1]; in INTERP_FUNC_NAME()
3100 if (typeCh == 'D' || typeCh == 'J') { in INTERP_FUNC_NAME()
3105 } else if (typeCh != 'L' && typeCh != '[' && typeCh != 'I') { in INTERP_FUNC_NAME()
DInterpC-allstubs.c3049 char typeCh; in GOTO_TARGET() local
3094 typeCh = arrayClass->descriptor[1]; in GOTO_TARGET()
3095 if (typeCh == 'D' || typeCh == 'J') { in GOTO_TARGET()
3100 } else if (typeCh != 'L' && typeCh != '[' && typeCh != 'I') { in GOTO_TARGET()
DInterpC-portdbg.c3340 char typeCh; in INTERP_FUNC_NAME() local
3385 typeCh = arrayClass->descriptor[1]; in INTERP_FUNC_NAME()
3386 if (typeCh == 'D' || typeCh == 'J') { in INTERP_FUNC_NAME()
3391 } else if (typeCh != 'L' && typeCh != '[' && typeCh != 'I') { in INTERP_FUNC_NAME()