Home
last modified time | relevance | path

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

12

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp324 _fmt_not_variable = 1<<10, // not of variable length (simple or wide) enumerator
329 _fmt_b = _fmt_not_variable,
H A Dbytecodes.cpp205 flags |= _fmt_not_variable; // but simple in compute_flags()
209 flags |= _fmt_not_variable | _fmt_not_simple; in compute_flags()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp324 _fmt_not_variable = 1<<10, // not of variable length (simple or wide) enumerator
329 _fmt_b = _fmt_not_variable,
H A Dbytecodes.cpp205 flags |= _fmt_not_variable; // but simple in compute_flags()
209 flags |= _fmt_not_variable | _fmt_not_simple; in compute_flags()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp324 _fmt_not_variable = 1<<10, // not of variable length (simple or wide) enumerator
329 _fmt_b = _fmt_not_variable,
H A Dbytecodes.cpp205 flags |= _fmt_not_variable; // but simple in compute_flags()
209 flags |= _fmt_not_variable | _fmt_not_simple; in compute_flags()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp324 _fmt_not_variable = 1<<10, // not of variable length (simple or wide) enumerator
329 _fmt_b = _fmt_not_variable,
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp324 _fmt_not_variable = 1<<10, // not of variable length (simple or wide) enumerator
329 _fmt_b = _fmt_not_variable,
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp324 _fmt_not_variable = 1<<10, // not of variable length (simple or wide) enumerator
329 _fmt_b = _fmt_not_variable,
H A Dbytecodes.cpp205 flags |= _fmt_not_variable; // but simple in compute_flags()
209 flags |= _fmt_not_variable | _fmt_not_simple; in compute_flags()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp324 _fmt_not_variable = 1<<10, // not of variable length (simple or wide) enumerator
329 _fmt_b = _fmt_not_variable,
H A Dbytecodes.cpp205 flags |= _fmt_not_variable; // but simple in compute_flags()
209 flags |= _fmt_not_variable | _fmt_not_simple; in compute_flags()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A Dbytecodes.hpp324 _fmt_not_variable = 1<<10, // not of variable length (simple or wide) enumerator
329 _fmt_b = _fmt_not_variable,
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp330 _fmt_not_variable = 1<<10, // not of variable length (simple or wide) enumerator
335 _fmt_b = _fmt_not_variable,
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp330 _fmt_not_variable = 1<<10, // not of variable length (simple or wide) enumerator
335 _fmt_b = _fmt_not_variable,
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java295 static final int _fmt_not_variable = 1<<10; // not of variable length (simple or wide) field in Bytecodes
300 static final int _fmt_b = _fmt_not_variable;
418 flags |= _fmt_not_variable; // but simple in compute_flags()
422 flags |= _fmt_not_variable | _fmt_not_simple; in compute_flags()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java295 static final int _fmt_not_variable = 1<<10; // not of variable length (simple or wide) field in Bytecodes
300 static final int _fmt_b = _fmt_not_variable;
418 flags |= _fmt_not_variable; // but simple in compute_flags()
422 flags |= _fmt_not_variable | _fmt_not_simple; 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 DBytecodes.java301 static final int _fmt_not_variable = 1<<10; // not of variable length (simple or wide) field in Bytecodes
306 static final int _fmt_b = _fmt_not_variable;
424 flags |= _fmt_not_variable; // but simple in compute_flags()
428 flags |= _fmt_not_variable | _fmt_not_simple; 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 DBytecodes.java301 static final int _fmt_not_variable = 1<<10; // not of variable length (simple or wide) field in Bytecodes
306 static final int _fmt_b = _fmt_not_variable;
424 flags |= _fmt_not_variable; // but simple in compute_flags()
428 flags |= _fmt_not_variable | _fmt_not_simple; 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 DBytecodes.java303 static final int _fmt_not_variable = 1<<10; // not of variable length (simple or wide) field in Bytecodes
308 static final int _fmt_b = _fmt_not_variable;
426 flags |= _fmt_not_variable; // but simple in compute_flags()
430 flags |= _fmt_not_variable | _fmt_not_simple; 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 DBytecodes.java303 static final int _fmt_not_variable = 1<<10; // not of variable length (simple or wide) field in Bytecodes
308 static final int _fmt_b = _fmt_not_variable;
426 flags |= _fmt_not_variable; // but simple in compute_flags()
430 flags |= _fmt_not_variable | _fmt_not_simple; 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 DBytecodes.java303 static final int _fmt_not_variable = 1<<10; // not of variable length (simple or wide) field in Bytecodes
308 static final int _fmt_b = _fmt_not_variable;
426 flags |= _fmt_not_variable; // but simple in compute_flags()
430 flags |= _fmt_not_variable | _fmt_not_simple; 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 DBytecodes.java301 static final int _fmt_not_variable = 1<<10; // not of variable length (simple or wide) field in Bytecodes
306 static final int _fmt_b = _fmt_not_variable;
424 flags |= _fmt_not_variable; // but simple in compute_flags()
428 flags |= _fmt_not_variable | _fmt_not_simple; 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 DBytecodes.java301 static final int _fmt_not_variable = 1<<10; // not of variable length (simple or wide) field in Bytecodes
306 static final int _fmt_b = _fmt_not_variable;
424 flags |= _fmt_not_variable; // but simple in compute_flags()
428 flags |= _fmt_not_variable | _fmt_not_simple; 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 DBytecodes.java301 static final int _fmt_not_variable = 1<<10; // not of variable length (simple or wide) field in Bytecodes
306 static final int _fmt_b = _fmt_not_variable;
424 flags |= _fmt_not_variable; // but simple in compute_flags()
428 flags |= _fmt_not_variable | _fmt_not_simple; in compute_flags()

12