Home | History | Annotate | Download | only in out

Lines Matching refs:jumboFormat

436         jumboFormat = _jumboFormat;                                         \
460 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange, bool jumboFormat);
461 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange, bool jumboFormat);
462 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange, bool jumboFormat);
463 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange, bool jumboFormat);
464 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange, bool jumboFormat);
465 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange, bool jumboFormat);
466 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange, bool jumboFormat);
467 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange, bool jumboFormat);
1232 bool jumboFormat;
4372 GOTO_TARGET(filledNewArray, bool methodCallRange, bool jumboFormat)
4383 if (jumboFormat) {
4472 if (jumboFormat) {
4480 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool jumboFormat)
4487 if (jumboFormat) {
4586 GOTO_TARGET(invokeSuper, bool methodCallRange, bool jumboFormat)
4593 if (jumboFormat) {
4674 GOTO_TARGET(invokeInterface, bool methodCallRange, bool jumboFormat)
4681 if (jumboFormat) {
4736 GOTO_TARGET(invokeDirect, bool methodCallRange, bool jumboFormat)
4742 if (jumboFormat) {
4782 GOTO_TARGET(invokeStatic, bool methodCallRange, bool jumboFormat)
4785 if (jumboFormat) {
4829 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange, bool jumboFormat)
4888 GOTO_TARGET(invokeSuperQuick, bool methodCallRange, bool jumboFormat)