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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeDisassembler.java57 addBytecodeClass(Bytecodes._ifgt, BytecodeIf.class);
H A DBytecodes.java196 public static final int _ifgt = 157; // 0x9d field in class:Bytecodes
717 def(_ifgt , "ifgt" , "boo" , null , BasicType.getTVoid() , -1, false);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java331 _ifgt = 157, // 0x9d field in class:Constants
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp316 case Bytecodes::_ifgt:
660 case Bytecodes::_ifgt:
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.cpp135 case Bytecodes::_ifgt :
H A DciTypeFlow.cpp1284 case Bytecodes::_ifgt:
1664 case Bytecodes::_ifgt: case Bytecodes::_ifle:
H A DbcEscapeAnalyzer.cpp718 case Bytecodes::_ifgt:
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp198 _ifgt = 157, // 0x9d enumerator in enum:Bytecodes::Code
H A Dinterpreter.cpp420 case Bytecodes::_ifgt :
H A DbytecodeTracer.cpp461 case Bytecodes::_ifgt:
H A Dbytecodes.cpp452 def(_ifgt , "ifgt" , "boo" , NULL , T_VOID , -1, false);
H A DtemplateTable.cpp418 def(Bytecodes::_ifgt , ubcp|____|clvm|____, itos, vtos, if_0cmp , greater );
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp265 case Bytecodes::_ifgt : // fall through
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp256 case Bytecodes::_ifgt:
765 case Bytecodes::_ifgt:
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp522 case Bytecodes::_ifgt:
657 case Bytecodes::_ifgt:
H A DgenerateOopMap.cpp514 case Bytecodes::_ifgt:
1548 case Bytecodes::_ifgt:
H A DmethodOop.cpp415 case Bytecodes::_ifgt:
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp76 case Bytecodes::_ifgt:
791 case Bytecodes::_ifgt:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1348 case Bytecodes._ifgt:
2054 case Bytecodes._ifgt:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2095 case Bytecodes::_ifgt:
2249 case Bytecodes::_ifgt: btest = BoolTest::gt; goto handle_ifxx;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp405 case Bytecodes::_if_icmpgt: case Bytecodes::_ifgt:
H A Dc1_GraphBuilder.cpp287 case Bytecodes::_ifgt: // fall through
2647 case Bytecodes::_ifgt : if_zero(intType , If::gtr); break;
H A Dc1_LinearScan.cpp2329 case Bytecodes::_ifgt : // fall through
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1453 case Bytecodes::_ifgt:

Completed in 116 milliseconds