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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeDisassembler.java63 addBytecodeClass(Bytecodes._if_icmpgt, BytecodeIf.class);
H A DBytecodes.java202 public static final int _if_icmpgt = 163; // 0xa3 field in class:Bytecodes
723 def(_if_icmpgt , "if_icmpgt" , "boo" , null , BasicType.getTVoid() , -2, false);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java337 _if_icmpgt = 163, // 0xa3 field in class:Constants
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp322 case Bytecodes::_if_icmpgt:
666 case Bytecodes::_if_icmpgt:
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.cpp141 case Bytecodes::_if_icmpgt :
H A DciTypeFlow.cpp1271 case Bytecodes::_if_icmpgt:
1667 case Bytecodes::_if_icmpgt: case Bytecodes::_if_icmple:
H A DbcEscapeAnalyzer.cpp732 case Bytecodes::_if_icmpgt:
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp204 _if_icmpgt = 163, // 0xa3 enumerator in enum:Bytecodes::Code
H A Dinterpreter.cpp426 case Bytecodes::_if_icmpgt :
H A DbytecodeTracer.cpp466 case Bytecodes::_if_icmpgt:
H A Dbytecodes.cpp458 def(_if_icmpgt , "if_icmpgt" , "boo" , NULL , T_VOID , -2, false);
H A DtemplateTable.cpp424 def(Bytecodes::_if_icmpgt , ubcp|____|clvm|____, itos, vtos, if_icmp , greater );
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp259 case Bytecodes::_if_icmpgt : // fall through
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp262 case Bytecodes::_if_icmpgt:
774 case Bytecodes::_if_icmpgt:
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp528 case Bytecodes::_if_icmpgt:
663 case Bytecodes::_if_icmpgt:
H A DgenerateOopMap.cpp520 case Bytecodes::_if_icmpgt:
1560 case Bytecodes::_if_icmpgt:
H A DmethodOop.cpp420 case Bytecodes::_if_icmpgt:
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp82 case Bytecodes::_if_icmpgt:
817 case Bytecodes::_if_icmpgt:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1360 case Bytecodes._if_icmpgt:
2060 case Bytecodes._if_icmpgt:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp405 case Bytecodes::_if_icmpgt: case Bytecodes::_ifgt:
H A Dc1_GraphBuilder.cpp293 case Bytecodes::_if_icmpgt: // fall through
2653 case Bytecodes::_if_icmpgt : if_same(intType , If::gtr); break;
H A Dc1_LinearScan.cpp2335 case Bytecodes::_if_icmpgt : // fall through
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2264 case Bytecodes::_if_icmpgt: btest = BoolTest::gt; goto handle_if_icmp;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1444 case Bytecodes::_if_icmpgt:

Completed in 202 milliseconds