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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java143 public static final int _imul = 104; // 0x68 field in class:Bytecodes
664 def(_imul , "imul" , "b" , null , BasicType.getTInt() , -1, false);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp145 _imul = 104, // 0x68 enumerator in enum:Bytecodes::Code
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java278 _imul = 104, // 0x68 field in class:Constants

Completed in 92 milliseconds