Searched refs:_bipush (Results 1 - 23 of 23) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeBipush.java46 return javaCode() == Bytecodes._bipush;
H A DBytecodeDisassembler.java47 addBytecodeClass(Bytecodes._bipush, BytecodeBipush.class);
H A DBytecodes.java55 public static final int _bipush = 16; // 0x10 field in class:Bytecodes
576 def(_bipush , "bipush" , "bc" , null , BasicType.getTInt() , 1, false);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java190 _bipush = 16, // 0x10 field in class:Constants
H A DInstruction.java486 def("bx", _bipush);
H A DPackageReader.java1824 case _bipush:
1981 case _bipush:
H A DPackageWriter.java1569 case _bipush:
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp57 _bipush = 16, // 0x10 enumerator in enum:Bytecodes::Code
H A DbytecodeTracer.cpp387 case Bytecodes::_bipush:
H A Dbytecodes.cpp311 def(_bipush , "bipush" , "bc" , NULL , T_INT , 1, false);
H A DtemplateTable.cpp277 def(Bytecodes::_bipush , ubcp|____|____|____, vtos, itos, bipush , _ );
H A DbytecodeInterpreter.cpp953 CASE(_bipush):
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp225 case Bytecodes::_bipush :
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp291 case Bytecodes::_bipush:
H A DsharkBlock.cpp164 case Bytecodes::_bipush:
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp671 case Bytecodes::_bipush:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp380 case Bytecodes::_bipush:
H A DciTypeFlow.cpp966 case Bytecodes::_bipush:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1175 case Bytecodes._bipush:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1375 case Bytecodes::_bipush:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1432 case Bytecodes::_bipush: push(intcon(iter().get_constant_u1())); break;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp720 case Bytecodes::_bipush :
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2506 case Bytecodes::_bipush : ipush(append(new Constant(new IntConstant(((signed char*)s.cur_bcp())[1])))); break;

Completed in 109 milliseconds