Home
last modified time | relevance | path

Searched refs:_nofast_iload (Results 1 – 25 of 40) sorted by relevance

12

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp301 _nofast_iload , // <- _iload enumerator
H A Dbytecodes.cpp536 …def(_nofast_iload , "nofast_iload" , "bi" , NULL , T_ILLEGAL, 1, false, _iload… in initialize()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp301 _nofast_iload , // <- _iload enumerator
H A Dbytecodes.cpp536 …def(_nofast_iload , "nofast_iload" , "bi" , NULL , T_INT, 1, false, _iload… in initialize()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp301 _nofast_iload , // <- _iload enumerator
H A Dbytecodes.cpp536 …def(_nofast_iload , "nofast_iload" , "bi" , NULL , T_INT, 1, false, _iload… in initialize()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp301 _nofast_iload , // <- _iload enumerator
H A Dbytecodes.cpp536 …def(_nofast_iload , "nofast_iload" , "bi" , NULL , T_ILLEGAL, 1, false, _iload… in initialize()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp301 _nofast_iload , // <- _iload enumerator
H A Dbytecodes.cpp536 …def(_nofast_iload , "nofast_iload" , "bi" , NULL , T_ILLEGAL, 1, false, _iload… in initialize()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp301 _nofast_iload , // <- _iload enumerator
H A Dbytecodes.cpp536 …def(_nofast_iload , "nofast_iload" , "bi" , NULL , T_ILLEGAL, 1, false, _iload… in initialize()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp301 _nofast_iload , // <- _iload enumerator
H A Dbytecodes.cpp536 …def(_nofast_iload , "nofast_iload" , "bi" , NULL , T_ILLEGAL, 1, false, _iload… in initialize()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A Dbytecodes.hpp301 _nofast_iload , // <- _iload enumerator
H A Dbytecodes.cpp536 …def(_nofast_iload , "nofast_iload" , "bi" , NULL , T_ILLEGAL, 1, false, _iload… in initialize()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java282 public static final int _nofast_iload = 237; field in Bytecodes
820 …def(_nofast_iload , "_nofast_iload" , "bi" , null , BasicType.getTIllegal() , 1,…
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java282 public static final int _nofast_iload = 237; field in Bytecodes
820 …def(_nofast_iload , "_nofast_iload" , "bi" , null , BasicType.getTIllegal() , 1,…
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java284 public static final int _nofast_iload = 237; field in Bytecodes
822 …def(_nofast_iload , "_nofast_iload" , "bi" , null , BasicType.getTIllegal() , 1,…
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java284 public static final int _nofast_iload = 237; field in Bytecodes
822 …def(_nofast_iload , "_nofast_iload" , "bi" , null , BasicType.getTInt() , 1,…
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java284 public static final int _nofast_iload = 237; field in Bytecodes
822 …def(_nofast_iload , "_nofast_iload" , "bi" , null , BasicType.getTInt() , 1,…
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java282 public static final int _nofast_iload = 237; field in Bytecodes
820 …def(_nofast_iload , "_nofast_iload" , "bi" , null , BasicType.getTIllegal() , 1,…
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java282 public static final int _nofast_iload = 237; field in Bytecodes
820 …def(_nofast_iload , "_nofast_iload" , "bi" , null , BasicType.getTIllegal() , 1,…
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java282 public static final int _nofast_iload = 237; field in Bytecodes
820 …def(_nofast_iload , "_nofast_iload" , "bi" , null , BasicType.getTIllegal() , 1,…
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/cds/
H A DmetaspaceShared.cpp378 *bcs.bcp() = Bytecodes::_nofast_iload; in rewrite_nofast_bytecode()

12