Home
last modified time | relevance | path

Searched refs:_lookupswitch (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Drelocator.cpp208 case Bytecodes::_lookupswitch: // not rewritten on ia64 in is_opcode_lookupswitch()
224 case Bytecodes::_lookupswitch: in rc_instr_len()
240 case Bytecodes::_lookupswitch: in rc_instr_len()
345 case Bytecodes::_lookupswitch: in change_jumps()
376 case Bytecodes::_lookupswitch: in change_jumps()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A Drelocator.cpp208 case Bytecodes::_lookupswitch: // not rewritten on ia64 in is_opcode_lookupswitch()
224 case Bytecodes::_lookupswitch: in rc_instr_len()
240 case Bytecodes::_lookupswitch: in rc_instr_len()
345 case Bytecodes::_lookupswitch: in change_jumps()
376 case Bytecodes::_lookupswitch: in change_jumps()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A Drelocator.cpp208 case Bytecodes::_lookupswitch: // not rewritten on ia64 in is_opcode_lookupswitch()
224 case Bytecodes::_lookupswitch: in rc_instr_len()
240 case Bytecodes::_lookupswitch: in rc_instr_len()
345 case Bytecodes::_lookupswitch: in change_jumps()
376 case Bytecodes::_lookupswitch: in change_jumps()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A Drelocator.cpp208 case Bytecodes::_lookupswitch: // not rewritten on ia64 in is_opcode_lookupswitch()
224 case Bytecodes::_lookupswitch: in rc_instr_len()
240 case Bytecodes::_lookupswitch: in rc_instr_len()
345 case Bytecodes::_lookupswitch: in change_jumps()
376 case Bytecodes::_lookupswitch: in change_jumps()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A Drelocator.cpp208 case Bytecodes::_lookupswitch: // not rewritten on ia64 in is_opcode_lookupswitch()
224 case Bytecodes::_lookupswitch: in rc_instr_len()
240 case Bytecodes::_lookupswitch: in rc_instr_len()
345 case Bytecodes::_lookupswitch: in change_jumps()
376 case Bytecodes::_lookupswitch: in change_jumps()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Drelocator.cpp208 case Bytecodes::_lookupswitch: // not rewritten on ia64 in is_opcode_lookupswitch()
224 case Bytecodes::_lookupswitch: in rc_instr_len()
240 case Bytecodes::_lookupswitch: in rc_instr_len()
345 case Bytecodes::_lookupswitch: in change_jumps()
376 case Bytecodes::_lookupswitch: in change_jumps()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A Drelocator.cpp208 case Bytecodes::_lookupswitch: // not rewritten on ia64 in is_opcode_lookupswitch()
224 case Bytecodes::_lookupswitch: in rc_instr_len()
240 case Bytecodes::_lookupswitch: in rc_instr_len()
345 case Bytecodes::_lookupswitch: in change_jumps()
376 case Bytecodes::_lookupswitch: in change_jumps()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A Drelocator.cpp208 case Bytecodes::_lookupswitch: // not rewritten on ia64 in is_opcode_lookupswitch()
224 case Bytecodes::_lookupswitch: in rc_instr_len()
240 case Bytecodes::_lookupswitch: in rc_instr_len()
345 case Bytecodes::_lookupswitch: in change_jumps()
376 case Bytecodes::_lookupswitch: in change_jumps()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Drelocator.cpp208 case Bytecodes::_lookupswitch: // not rewritten on ia64 in is_opcode_lookupswitch()
224 case Bytecodes::_lookupswitch: in rc_instr_len()
240 case Bytecodes::_lookupswitch: in rc_instr_len()
343 case Bytecodes::_lookupswitch: in change_jumps()
374 case Bytecodes::_lookupswitch: in change_jumps()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Drelocator.cpp208 case Bytecodes::_lookupswitch: // not rewritten on ia64 in is_opcode_lookupswitch()
224 case Bytecodes::_lookupswitch: in rc_instr_len()
240 case Bytecodes::_lookupswitch: in rc_instr_len()
343 case Bytecodes::_lookupswitch: in change_jumps()
374 case Bytecodes::_lookupswitch: in change_jumps()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dbytecodes.cpp67 case Bytecodes::_lookupswitch: in check_must_rewrite()
110 case _lookupswitch: // fall through in special_length_at()
455 …def(_lookupswitch , "lookupswitch" , "" , NULL , T_VOID , -1, false); // re… in initialize()
522 …inearswitch , "fast_linearswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch ); in initialize()
523 …inaryswitch , "fast_binaryswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch ); in initialize()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dbytecodes.cpp67 case Bytecodes::_lookupswitch: in check_must_rewrite()
110 case _lookupswitch: // fall through in special_length_at()
455 …def(_lookupswitch , "lookupswitch" , "" , NULL , T_VOID , -1, false); // re… in initialize()
522 …inearswitch , "fast_linearswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch ); in initialize()
523 …inaryswitch , "fast_binaryswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch ); in initialize()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A Dbytecodes.cpp67 case Bytecodes::_lookupswitch: in check_must_rewrite()
110 case _lookupswitch: // fall through in special_length_at()
455 …def(_lookupswitch , "lookupswitch" , "" , NULL , T_VOID , -1, false); // re… in initialize()
522 …inearswitch , "fast_linearswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch ); in initialize()
523 …inaryswitch , "fast_binaryswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch ); in initialize()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A Dbytecodes.cpp67 case Bytecodes::_lookupswitch: in check_must_rewrite()
110 case _lookupswitch: // fall through in special_length_at()
455 …def(_lookupswitch , "lookupswitch" , "" , NULL , T_VOID , -1, false); // re… in initialize()
522 …inearswitch , "fast_linearswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch ); in initialize()
523 …inaryswitch , "fast_binaryswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch ); in initialize()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/
H A Dbytecodes.cpp67 case Bytecodes::_lookupswitch: in check_must_rewrite()
110 case _lookupswitch: // fall through in special_length_at()
455 …def(_lookupswitch , "lookupswitch" , "" , NULL , T_VOID , -1, false); // re… in initialize()
522 …inearswitch , "fast_linearswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch ); in initialize()
523 …inaryswitch , "fast_binaryswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch ); in initialize()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A Dbytecodes.cpp67 case Bytecodes::_lookupswitch: in check_must_rewrite()
110 case _lookupswitch: // fall through in special_length_at()
455 …def(_lookupswitch , "lookupswitch" , "" , NULL , T_VOID , -1, false); // re… in initialize()
522 …inearswitch , "fast_linearswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch ); in initialize()
523 …inaryswitch , "fast_binaryswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch ); in initialize()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A Dbytecodes.cpp67 case Bytecodes::_lookupswitch: in check_must_rewrite()
110 case _lookupswitch: // fall through in special_length_at()
455 …def(_lookupswitch , "lookupswitch" , "" , NULL , T_VOID , -1, false); // re… in initialize()
522 …inearswitch , "fast_linearswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch ); in initialize()
523 …inaryswitch , "fast_binaryswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch ); in initialize()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A Dbytecodes.cpp67 case Bytecodes::_lookupswitch: in check_must_rewrite()
110 case _lookupswitch: // fall through in special_length_at()
455 …def(_lookupswitch , "lookupswitch" , "" , NULL , T_VOID , -1, false); // re… in initialize()
522 …inearswitch , "fast_linearswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch ); in initialize()
523 …inaryswitch , "fast_binaryswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch ); in initialize()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dbytecodes.cpp83 case Bytecodes::_lookupswitch: in check_must_rewrite()
125 case _lookupswitch: // fall through in special_length_at()
469 …def(_lookupswitch , "lookupswitch" , "" , NULL , T_VOID , -1, false); // re… in initialize()
536 …inearswitch , "fast_linearswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch ); in initialize()
537 …inaryswitch , "fast_binaryswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch ); in initialize()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dbytecodes.cpp83 case Bytecodes::_lookupswitch: in check_must_rewrite()
125 case _lookupswitch: // fall through in special_length_at()
469 …def(_lookupswitch , "lookupswitch" , "" , NULL , T_VOID , -1, false); // re… in initialize()
536 …inearswitch , "fast_linearswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch ); in initialize()
537 …inaryswitch , "fast_binaryswitch" , "" , NULL , T_VOID , -1, false, _lookupswitch ); in initialize()
/dports/graphics/swftools/swftools-0.9.2/lib/as3/
H A Dcode.h61 struct _lookupswitch { struct
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeLookupswitch.java52 boolean result = javaCode() == Bytecodes._lookupswitch; in isValid()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeLookupswitch.java52 boolean result = javaCode() == Bytecodes._lookupswitch; in isValid()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeLookupswitch.java52 boolean result = javaCode() == Bytecodes._lookupswitch; in isValid()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeLookupswitch.java52 boolean result = javaCode() == Bytecodes._lookupswitch; in isValid()

12345678910>>...12