/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/ |
H A D | bytecodes.hpp | 321 _fmt_has_nbo = 1<<7, // contains native-order field(s) enumerator 333 _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo, 402 …ative_byte_order(Code code) { check(code); return has_all_flags(code, _fmt_has_nbo, false); } in native_byte_order()
|
H A D | bytecode.cpp | 108 assert((Bytecodes::flags(bc, is_wide) & Bytecodes::_fmt_has_nbo) != 0, "native index"); in assert_native_index()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/ |
H A D | bytecodes.hpp | 321 _fmt_has_nbo = 1<<7, // contains native-order field(s) enumerator 333 _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo, 402 …ative_byte_order(Code code) { check(code); return has_all_flags(code, _fmt_has_nbo, false); } in native_byte_order()
|
H A D | bytecode.cpp | 107 assert((Bytecodes::flags(bc, is_wide) & Bytecodes::_fmt_has_nbo) != 0, "native index"); in assert_native_index()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/ |
H A D | bytecodes.hpp | 321 _fmt_has_nbo = 1<<7, // contains native-order field(s) enumerator 333 _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo, 402 …ative_byte_order(Code code) { check(code); return has_all_flags(code, _fmt_has_nbo, false); } in native_byte_order()
|
H A D | bytecode.cpp | 107 assert((Bytecodes::flags(bc, is_wide) & Bytecodes::_fmt_has_nbo) != 0, "native index"); in assert_native_index()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/ |
H A D | bytecodes.hpp | 321 _fmt_has_nbo = 1<<7, // contains native-order field(s) enumerator 333 _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo, 402 …ative_byte_order(Code code) { check(code); return has_all_flags(code, _fmt_has_nbo, false); } in native_byte_order()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/ |
H A D | bytecodes.hpp | 321 _fmt_has_nbo = 1<<7, // contains native-order field(s) enumerator 333 _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo, 402 …ative_byte_order(Code code) { check(code); return has_all_flags(code, _fmt_has_nbo, false); } in native_byte_order()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/ |
H A D | bytecodes.hpp | 321 _fmt_has_nbo = 1<<7, // contains native-order field(s) enumerator 333 _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo, 403 …ative_byte_order(Code code) { check(code); return has_all_flags(code, _fmt_has_nbo, false); } in native_byte_order()
|
H A D | bytecode.cpp | 108 assert((Bytecodes::flags(bc, is_wide) & Bytecodes::_fmt_has_nbo) != 0, "native index"); in assert_native_index()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/ |
H A D | bytecodes.hpp | 321 _fmt_has_nbo = 1<<7, // contains native-order field(s) enumerator 333 _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo, 403 …ative_byte_order(Code code) { check(code); return has_all_flags(code, _fmt_has_nbo, false); } in native_byte_order()
|
H A D | bytecode.cpp | 108 assert((Bytecodes::flags(bc, is_wide) & Bytecodes::_fmt_has_nbo) != 0, "native index"); in assert_native_index()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/ |
H A D | bytecodes.hpp | 321 _fmt_has_nbo = 1<<7, // contains native-order field(s) enumerator 333 _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo, 403 …ative_byte_order(Code code) { check(code); return has_all_flags(code, _fmt_has_nbo, false); } in native_byte_order()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 327 _fmt_has_nbo = 1<<7, // contains native-order field(s) enumerator 339 _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo, 410 …ative_byte_order(Code code) { check(code); return has_all_flags(code, _fmt_has_nbo, false); } in native_byte_order()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 327 _fmt_has_nbo = 1<<7, // contains native-order field(s) enumerator 339 _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo, 410 …ative_byte_order(Code code) { check(code); return has_all_flags(code, _fmt_has_nbo, false); } in native_byte_order()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 292 static final int _fmt_has_nbo = 1<<7; // contains native-order field(s) field in Bytecodes 304 static final int _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo; 382 …native_byte_order(int code) { check(code); return has_all_flags(code, _fmt_has_nbo, false); } in native_byte_order() 458 flags |= _fmt_has_nbo; in compute_flags()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 292 static final int _fmt_has_nbo = 1<<7; // contains native-order field(s) field in Bytecodes 304 static final int _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo; 382 …native_byte_order(int code) { check(code); return has_all_flags(code, _fmt_has_nbo, false); } in native_byte_order() 458 flags |= _fmt_has_nbo; in compute_flags()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 298 static final int _fmt_has_nbo = 1<<7; // contains native-order field(s) field in Bytecodes 310 static final int _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo; 388 …native_byte_order(int code) { check(code); return has_all_flags(code, _fmt_has_nbo, false); } in native_byte_order() 464 flags |= _fmt_has_nbo; in compute_flags()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 298 static final int _fmt_has_nbo = 1<<7; // contains native-order field(s) field in Bytecodes 310 static final int _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo; 388 …native_byte_order(int code) { check(code); return has_all_flags(code, _fmt_has_nbo, false); } in native_byte_order() 464 flags |= _fmt_has_nbo; in compute_flags()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 300 static final int _fmt_has_nbo = 1<<7; // contains native-order field(s) field in Bytecodes 312 static final int _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo; 390 …native_byte_order(int code) { check(code); return has_all_flags(code, _fmt_has_nbo, false); } in native_byte_order() 466 flags |= _fmt_has_nbo; in compute_flags()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 300 static final int _fmt_has_nbo = 1<<7; // contains native-order field(s) field in Bytecodes 312 static final int _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo; 390 …native_byte_order(int code) { check(code); return has_all_flags(code, _fmt_has_nbo, false); } in native_byte_order() 466 flags |= _fmt_has_nbo; in compute_flags()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 300 static final int _fmt_has_nbo = 1<<7; // contains native-order field(s) field in Bytecodes 312 static final int _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo; 390 …native_byte_order(int code) { check(code); return has_all_flags(code, _fmt_has_nbo, false); } in native_byte_order() 466 flags |= _fmt_has_nbo; in compute_flags()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 298 static final int _fmt_has_nbo = 1<<7; // contains native-order field(s) field in Bytecodes 310 static final int _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo; 388 …native_byte_order(int code) { check(code); return has_all_flags(code, _fmt_has_nbo, false); } in native_byte_order() 464 flags |= _fmt_has_nbo; in compute_flags()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 298 static final int _fmt_has_nbo = 1<<7; // contains native-order field(s) field in Bytecodes 310 static final int _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo; 388 …native_byte_order(int code) { check(code); return has_all_flags(code, _fmt_has_nbo, false); } in native_byte_order() 464 flags |= _fmt_has_nbo; in compute_flags()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 298 static final int _fmt_has_nbo = 1<<7; // contains native-order field(s) field in Bytecodes 310 static final int _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo; 388 …native_byte_order(int code) { check(code); return has_all_flags(code, _fmt_has_nbo, false); } in native_byte_order() 464 flags |= _fmt_has_nbo; in compute_flags()
|