< prev index next >

src/share/vm/compiler/methodLiveness.cpp

Print this page




 754     case Bytecodes::_ifgt:
 755     case Bytecodes::_ifle:
 756     case Bytecodes::_tableswitch:
 757     case Bytecodes::_ireturn:
 758     case Bytecodes::_freturn:
 759     case Bytecodes::_if_icmpeq:
 760     case Bytecodes::_if_icmpne:
 761     case Bytecodes::_if_icmplt:
 762     case Bytecodes::_if_icmpge:
 763     case Bytecodes::_if_icmpgt:
 764     case Bytecodes::_if_icmple:
 765     case Bytecodes::_lreturn:
 766     case Bytecodes::_dreturn:
 767     case Bytecodes::_if_acmpeq:
 768     case Bytecodes::_if_acmpne:
 769     case Bytecodes::_jsr:
 770     case Bytecodes::_jsr_w:
 771     case Bytecodes::_getstatic:
 772     case Bytecodes::_putstatic:
 773     case Bytecodes::_getfield:
 774     case Bytecodes::_vgetfield:
 775     case Bytecodes::_putfield:
 776     case Bytecodes::_invokevirtual:
 777     case Bytecodes::_invokespecial:
 778     case Bytecodes::_invokestatic:
 779     case Bytecodes::_invokeinterface:
 780     case Bytecodes::_invokedynamic:
 781     case Bytecodes::_newarray:
 782     case Bytecodes::_anewarray:
 783     case Bytecodes::_checkcast:
 784     case Bytecodes::_arraylength:
 785     case Bytecodes::_instanceof:
 786     case Bytecodes::_athrow:
 787     case Bytecodes::_areturn:
 788     case Bytecodes::_vreturn:
 789     case Bytecodes::_monitorenter:
 790     case Bytecodes::_monitorexit:
 791     case Bytecodes::_ifnull:
 792     case Bytecodes::_ifnonnull:
 793     case Bytecodes::_multianewarray:
 794     case Bytecodes::_lookupswitch:




 754     case Bytecodes::_ifgt:
 755     case Bytecodes::_ifle:
 756     case Bytecodes::_tableswitch:
 757     case Bytecodes::_ireturn:
 758     case Bytecodes::_freturn:
 759     case Bytecodes::_if_icmpeq:
 760     case Bytecodes::_if_icmpne:
 761     case Bytecodes::_if_icmplt:
 762     case Bytecodes::_if_icmpge:
 763     case Bytecodes::_if_icmpgt:
 764     case Bytecodes::_if_icmple:
 765     case Bytecodes::_lreturn:
 766     case Bytecodes::_dreturn:
 767     case Bytecodes::_if_acmpeq:
 768     case Bytecodes::_if_acmpne:
 769     case Bytecodes::_jsr:
 770     case Bytecodes::_jsr_w:
 771     case Bytecodes::_getstatic:
 772     case Bytecodes::_putstatic:
 773     case Bytecodes::_getfield:

 774     case Bytecodes::_putfield:
 775     case Bytecodes::_invokevirtual:
 776     case Bytecodes::_invokespecial:
 777     case Bytecodes::_invokestatic:
 778     case Bytecodes::_invokeinterface:
 779     case Bytecodes::_invokedynamic:
 780     case Bytecodes::_newarray:
 781     case Bytecodes::_anewarray:
 782     case Bytecodes::_checkcast:
 783     case Bytecodes::_arraylength:
 784     case Bytecodes::_instanceof:
 785     case Bytecodes::_athrow:
 786     case Bytecodes::_areturn:
 787     case Bytecodes::_vreturn:
 788     case Bytecodes::_monitorenter:
 789     case Bytecodes::_monitorexit:
 790     case Bytecodes::_ifnull:
 791     case Bytecodes::_ifnonnull:
 792     case Bytecodes::_multianewarray:
 793     case Bytecodes::_lookupswitch:


< prev index next >