Searched refs:_if_icmplt (Results 1 - 24 of 24) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeDisassembler.java61 addBytecodeClass(Bytecodes._if_icmplt, BytecodeIf.class);
H A DBytecodes.java200 public static final int _if_icmplt = 161; // 0xa1 field in class:Bytecodes
721 def(_if_icmplt , "if_icmplt" , "boo" , null , BasicType.getTVoid() , -2, false);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java335 _if_icmplt = 161, // 0xa1 field in class:Constants
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp320 case Bytecodes::_if_icmplt:
664 case Bytecodes::_if_icmplt:
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.cpp139 case Bytecodes::_if_icmplt :
H A DciTypeFlow.cpp1273 case Bytecodes::_if_icmplt:
1666 case Bytecodes::_if_icmplt: case Bytecodes::_if_icmpge:
H A DbcEscapeAnalyzer.cpp730 case Bytecodes::_if_icmplt:
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp202 _if_icmplt = 161, // 0xa1 enumerator in enum:Bytecodes::Code
H A Dinterpreter.cpp424 case Bytecodes::_if_icmplt :
H A DbytecodeTracer.cpp465 case Bytecodes::_if_icmplt:
H A Dbytecodes.cpp456 def(_if_icmplt , "if_icmplt" , "boo" , NULL , T_VOID , -2, false);
H A DtemplateTable.cpp422 def(Bytecodes::_if_icmplt , ubcp|____|clvm|____, itos, vtos, if_icmp , less );
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp257 case Bytecodes::_if_icmplt : // fall through
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp260 case Bytecodes::_if_icmplt:
772 case Bytecodes::_if_icmplt:
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp526 case Bytecodes::_if_icmplt:
661 case Bytecodes::_if_icmplt:
H A DgenerateOopMap.cpp518 case Bytecodes::_if_icmplt:
1558 case Bytecodes::_if_icmplt:
H A DmethodOop.cpp419 case Bytecodes::_if_icmplt:
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp80 case Bytecodes::_if_icmplt:
807 case Bytecodes::_if_icmplt:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1358 case Bytecodes._if_icmplt:
2058 case Bytecodes._if_icmplt:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp404 case Bytecodes::_if_icmplt: case Bytecodes::_iflt:
H A Dc1_GraphBuilder.cpp291 case Bytecodes::_if_icmplt: // fall through
2651 case Bytecodes::_if_icmplt : if_same(intType , If::lss); break;
H A Dc1_LinearScan.cpp2333 case Bytecodes::_if_icmplt : // fall through
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2262 case Bytecodes::_if_icmplt: btest = BoolTest::lt; goto handle_if_icmp;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1442 case Bytecodes::_if_icmplt:

Completed in 190 milliseconds