Home
last modified time | relevance | path

Searched refs:_fmt_bc (Results 1 – 25 of 30) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dbytecode.cpp95 case 1: need_fmt = Bytecodes::_fmt_bc; break; in assert_constant_size()
96 case 2: need_fmt = Bytecodes::_fmt_bc | Bytecodes::_fmt_has_u2; break; in assert_constant_size()
H A Dbytecodes.hpp330 _fmt_bc = _fmt_b | _fmt_has_c, enumerator
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dbytecode.cpp95 case 1: need_fmt = Bytecodes::_fmt_bc; break; in assert_constant_size()
96 case 2: need_fmt = Bytecodes::_fmt_bc | Bytecodes::_fmt_has_u2; break; in assert_constant_size()
H A Dbytecodes.hpp330 _fmt_bc = _fmt_b | _fmt_has_c, enumerator
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A Dbytecode.cpp95 case 1: need_fmt = Bytecodes::_fmt_bc; break; in assert_constant_size()
96 case 2: need_fmt = Bytecodes::_fmt_bc | Bytecodes::_fmt_has_u2; break; in assert_constant_size()
H A Dbytecodes.hpp330 _fmt_bc = _fmt_b | _fmt_has_c, enumerator
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A Dbytecode.cpp94 case 1: need_fmt = Bytecodes::_fmt_bc; break; in assert_constant_size()
95 case 2: need_fmt = Bytecodes::_fmt_bc | Bytecodes::_fmt_has_u2; break; in assert_constant_size()
H A Dbytecodes.hpp330 _fmt_bc = _fmt_b | _fmt_has_c, enumerator
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/
H A Dbytecode.cpp94 case 1: need_fmt = Bytecodes::_fmt_bc; break; in assert_constant_size()
95 case 2: need_fmt = Bytecodes::_fmt_bc | Bytecodes::_fmt_has_u2; break; in assert_constant_size()
H A Dbytecodes.hpp330 _fmt_bc = _fmt_b | _fmt_has_c, enumerator
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A Dbytecode.cpp95 case 1: need_fmt = Bytecodes::_fmt_bc; break; in assert_constant_size()
96 case 2: need_fmt = Bytecodes::_fmt_bc | Bytecodes::_fmt_has_u2; break; in assert_constant_size()
H A Dbytecodes.hpp330 _fmt_bc = _fmt_b | _fmt_has_c, enumerator
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A Dbytecode.cpp94 case 1: need_fmt = Bytecodes::_fmt_bc; break; in assert_constant_size()
95 case 2: need_fmt = Bytecodes::_fmt_bc | Bytecodes::_fmt_has_u2; break; in assert_constant_size()
H A Dbytecodes.hpp330 _fmt_bc = _fmt_b | _fmt_has_c, enumerator
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A Dbytecode.cpp95 case 1: need_fmt = Bytecodes::_fmt_bc; break; in assert_constant_size()
96 case 2: need_fmt = Bytecodes::_fmt_bc | Bytecodes::_fmt_has_u2; break; in assert_constant_size()
H A Dbytecodes.hpp330 _fmt_bc = _fmt_b | _fmt_has_c, enumerator
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dbytecode.cpp94 case 1: need_fmt = Bytecodes::_fmt_bc; break; in assert_constant_size()
95 case 2: need_fmt = Bytecodes::_fmt_bc | Bytecodes::_fmt_has_u2; break; in assert_constant_size()
H A Dbytecodes.hpp336 _fmt_bc = _fmt_b | _fmt_has_c, enumerator
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dbytecode.cpp94 case 1: need_fmt = Bytecodes::_fmt_bc; break; in assert_constant_size()
95 case 2: need_fmt = Bytecodes::_fmt_bc | Bytecodes::_fmt_has_u2; break; in assert_constant_size()
H A Dbytecodes.hpp336 _fmt_bc = _fmt_b | _fmt_has_c, enumerator
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java301 static final int _fmt_bc = _fmt_b | _fmt_has_c; field in Bytecodes
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java301 static final int _fmt_bc = _fmt_b | _fmt_has_c; field in Bytecodes
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java307 static final int _fmt_bc = _fmt_b | _fmt_has_c; field in Bytecodes
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java307 static final int _fmt_bc = _fmt_b | _fmt_has_c; field in Bytecodes
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java309 static final int _fmt_bc = _fmt_b | _fmt_has_c; field in Bytecodes

12