Home
last modified time | relevance | path

Searched refs:_astore_3 (Results 1 – 25 of 140) sorted by relevance

123456

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp120 _astore_3 = 78, // 0x4e enumerator
418 … || code == _astore_2 || code == _astore_3); } in is_astore()
420 …static bool is_store_into_local(Code code){ return (_istore <= code && code <= _astore_3); } in is_store_into_local()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp120 _astore_3 = 78, // 0x4e enumerator
418 … || code == _astore_2 || code == _astore_3); } in is_astore()
420 …static bool is_store_into_local(Code code){ return (_istore <= code && code <= _astore_3); } in is_store_into_local()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A Dbytecodes.hpp120 _astore_3 = 78, // 0x4e enumerator
418 … || code == _astore_2 || code == _astore_3); } in is_astore()
420 …static bool is_store_into_local(Code code){ return (_istore <= code && code <= _astore_3); } in is_store_into_local()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp119 _astore_3 = 78, // 0x4e enumerator
425 … || code == _astore_2 || code == _astore_3); } in is_astore()
427 …static bool is_store_into_local(Code code){ return (_istore <= code && code <= _astore_3); } in is_store_into_local()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp119 _astore_3 = 78, // 0x4e enumerator
425 … || code == _astore_2 || code == _astore_3); } in is_astore()
427 …static bool is_store_into_local(Code code){ return (_istore <= code && code <= _astore_3); } in is_store_into_local()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp120 _astore_3 = 78, // 0x4e enumerator
413 …static bool is_store_into_local(Code code){ return (_istore <= code && code <= _astore_3); } in is_store_into_local()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp120 _astore_3 = 78, // 0x4e enumerator
413 …static bool is_store_into_local(Code code){ return (_istore <= code && code <= _astore_3); } in is_store_into_local()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp120 _astore_3 = 78, // 0x4e enumerator
413 …static bool is_store_into_local(Code code){ return (_istore <= code && code <= _astore_3); } in is_store_into_local()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp120 _astore_3 = 78, // 0x4e enumerator
413 …static bool is_store_into_local(Code code){ return (_istore <= code && code <= _astore_3); } in is_store_into_local()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp120 _astore_3 = 78, // 0x4e enumerator
413 …static bool is_store_into_local(Code code){ return (_istore <= code && code <= _astore_3); } in is_store_into_local()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java298 _astore_3 = 78, // 0x4e field in Constants
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java298 _astore_3 = 78, // 0x4e field in Constants
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java310 _astore_3 = 78, // 0x4e field in Constants
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java318 _astore_3 = 78, // 0x4e field in Constants
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java310 _astore_3 = 78, // 0x4e field in Constants
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java314 _astore_3 = 78, // 0x4e field in Constants
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java117 public static final int _astore_3 = 78; // 0x4e field in Bytecodes
392 … || code == _astore_2 || code == _astore_3); } in isAstore()
640 …def(_astore_3 , "astore_3" , "b" , null , BasicType.getTVoid() , -1,…
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java117 public static final int _astore_3 = 78; // 0x4e field in Bytecodes
392 … || code == _astore_2 || code == _astore_3); } in isAstore()
640 …def(_astore_3 , "astore_3" , "b" , null , BasicType.getTVoid() , -1,…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/
H A DIBytecodeVisitor.java46 void _astore_3(int pc); in _astore_3() method
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java117 public static final int _astore_3 = 78; // 0x4e field in Bytecodes
398 … || code == _astore_2 || code == _astore_3); } in isAstore()
646 …def(_astore_3 , "astore_3" , "b" , null , BasicType.getTVoid() , -1,…
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java117 public static final int _astore_3 = 78; // 0x4e field in Bytecodes
398 … || code == _astore_2 || code == _astore_3); } in isAstore()
646 …def(_astore_3 , "astore_3" , "b" , null , BasicType.getTVoid() , -1,…
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java119 public static final int _astore_3 = 78; // 0x4e field in Bytecodes
400 … || code == _astore_2 || code == _astore_3); } in isAstore()
648 …def(_astore_3 , "astore_3" , "b" , null , BasicType.getTVoid() , -1,…
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java119 public static final int _astore_3 = 78; // 0x4e field in Bytecodes
400 … || code == _astore_2 || code == _astore_3); } in isAstore()
648 …def(_astore_3 , "astore_3" , "b" , null , BasicType.getTVoid() , -1,…
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java119 public static final int _astore_3 = 78; // 0x4e field in Bytecodes
400 … || code == _astore_2 || code == _astore_3); } in isAstore()
648 …def(_astore_3 , "astore_3" , "b" , null , BasicType.getTVoid() , -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.java117 public static final int _astore_3 = 78; // 0x4e field in Bytecodes
398 … || code == _astore_2 || code == _astore_3); } in isAstore()
646 …def(_astore_3 , "astore_3" , "b" , null , BasicType.getTVoid() , -1,…

123456