Lines Matching defs:CASE
97 #undef CASE
99 #define CASE(opcode) opc ## opcode
102 #define CASE(opcode) case Bytecodes:: opcode
912 CASE(_nop):
917 CASE(_aconst_null):
923 CASE(opcode): \
940 CASE(_##opcname): \
953 CASE(_bipush):
958 CASE(_sipush):
964 CASE(_aload):
969 CASE(_iload):
970 CASE(_fload):
974 CASE(_lload):
978 CASE(_dload):
984 CASE(_aload_##num): \
989 CASE(_iload_##num): \
990 CASE(_fload_##num): \
994 CASE(_lload_##num): \
997 CASE(_dload_##num): \
1008 CASE(_astore):
1012 CASE(_istore):
1013 CASE(_fstore):
1017 CASE(_lstore):
1021 CASE(_dstore):
1025 CASE(_wide): {
1082 CASE(_astore_##num): \
1085 CASE(_istore_##num): \
1086 CASE(_fstore_##num): \
1097 CASE(_dstore_##num): \
1100 CASE(_lstore_##num): \
1112 CASE(_pop): /* Discard the top item on the stack */
1116 CASE(_pop2): /* Discard the top 2 items on the stack */
1120 CASE(_dup): /* Duplicate the top item on the stack */
1124 CASE(_dup2): /* Duplicate the top 2 items on the stack */
1128 CASE(_dup_x1): /* insert top word two down */
1132 CASE(_dup_x2): /* insert top word three down */
1136 CASE(_dup2_x1): /* insert top 2 slots three down */
1140 CASE(_dup2_x2): /* insert top 2 slots four down */
1144 CASE(_swap): { /* swap top two elements on the stack */
1153 CASE(_i##opcname): \
1162 CASE(_l##opcname): \
1193 CASE(_d##opcname): { \
1199 CASE(_f##opcname): \
1220 CASE(_i##opcname): \
1225 CASE(_l##opcname): \
1238 CASE(_iinc):
1247 CASE(_ineg):
1251 CASE(_fneg):
1255 CASE(_lneg):
1261 CASE(_dneg):
1269 CASE(_i2f): /* convert top of stack int to float */
1273 CASE(_i2l): /* convert top of stack int to long */
1283 CASE(_i2d): /* convert top of stack int to double */
1293 CASE(_l2i): /* convert top of stack long to int */
1301 CASE(_l2f): /* convert top of stack long to float */
1309 CASE(_l2d): /* convert top of stack long to double */
1317 CASE(_f2i): /* Convert top of stack float to int */
1321 CASE(_f2l): /* convert top of stack float to long */
1329 CASE(_f2d): /* convert top of stack float to double */
1340 CASE(_d2i): /* convert top of stack double to int */
1348 CASE(_d2f): /* convert top of stack double to float */
1356 CASE(_d2l): /* convert top of stack double to long */
1364 CASE(_i2b):
1368 CASE(_i2c):
1372 CASE(_i2s):
1380 CASE(_if_icmp##name): { \
1388 CASE(_if##name): { \
1399 CASE(_if_acmp##name): { \
1409 CASE(_if##name): { \
1419 CASE(_if##name): { \
1438 CASE(_tableswitch): {
1457 CASE(_lookupswitch): {
1475 CASE(_fcmpl):
1476 CASE(_fcmpg):
1485 CASE(_dcmpl):
1486 CASE(_dcmpg):
1496 CASE(_lcmp):
1507 CASE(_areturn):
1508 CASE(_ireturn):
1509 CASE(_freturn):
1517 CASE(_lreturn):
1518 CASE(_dreturn):
1525 CASE(_return_register_finalizer): {
1534 CASE(_return): {
1575 CASE(_iaload):
1577 CASE(_faload):
1579 CASE(_aaload):
1581 CASE(_baload):
1583 CASE(_caload):
1585 CASE(_saload):
1587 CASE(_laload):
1589 CASE(_daload):
1610 CASE(_iastore):
1612 CASE(_fastore):
1617 CASE(_aastore): {
1642 CASE(_bastore):
1644 CASE(_castore):
1646 CASE(_sastore):
1648 CASE(_lastore):
1650 CASE(_dastore):
1653 CASE(_arraylength):
1663 CASE(_monitorenter): {
1697 CASE(_monitorexit): {
1731 CASE(_getfield):
1732 CASE(_getstatic):
1832 CASE(_putfield):
1833 CASE(_putstatic):
1941 CASE(_new): {
2000 CASE(_anewarray): {
2009 CASE(_multianewarray): {
2023 CASE(_checkcast):
2060 CASE(_instanceof):
2085 CASE(_ldc_w):
2086 CASE(_ldc):
2132 CASE(_ldc2_w):
2151 CASE(_fast_aldc_w):
2152 CASE(_fast_aldc): {
2189 CASE(_invokedynamic): {
2229 CASE(_invokehandle): {
2263 CASE(_invokeinterface): {
2345 CASE(_invokevirtual):
2346 CASE(_invokespecial):
2347 CASE(_invokestatic): {
2416 CASE(_newarray): {
2429 CASE(_athrow): {
2441 CASE(_jsr): {
2448 CASE(_goto):
2457 CASE(_jsr_w): {
2464 CASE(_goto_w):
2475 CASE(_ret): {
2482 CASE(_breakpoint): {