Searched defs:_astore_0 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java114 public static final int _astore_0 = 75; // 0x4b field in class:Bytecodes
389 public static boolean isAstore (int code) { return (code == _astore || code == _astore_0 || code == _astore_1
635 def(_astore_0 , "astore_0" , "b" , null , BasicType.getTVoid() , -1, false);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp116 _astore_0 = 75, // 0x4b enumerator in enum:Bytecodes::Code
420 static bool is_astore (Code code) { return (code == _astore || code == _astore_0 || code == _astore_1
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java249 _astore_0 = 75, // 0x4b field in class:Constants

Completed in 48 milliseconds