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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeDisassembler.java56 addBytecodeClass(Bytecodes._ifge, BytecodeIf.class);
H A DBytecodes.java195 public static final int _ifge = 156; // 0x9c field in class:Bytecodes
716 def(_ifge , "ifge" , "boo" , null , BasicType.getTVoid() , -1, false);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java330 _ifge = 156, // 0x9c field in class:Constants
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp315 case Bytecodes::_ifge:
659 case Bytecodes::_ifge:
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.cpp134 case Bytecodes::_ifge :
H A DciTypeFlow.cpp1283 case Bytecodes::_ifge:
1663 case Bytecodes::_iflt: case Bytecodes::_ifge:
H A DbcEscapeAnalyzer.cpp717 case Bytecodes::_ifge:
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp197 _ifge = 156, // 0x9c enumerator in enum:Bytecodes::Code
H A Dinterpreter.cpp419 case Bytecodes::_ifge :
H A DbytecodeTracer.cpp462 case Bytecodes::_ifge:
H A Dbytecodes.cpp451 def(_ifge , "ifge" , "boo" , NULL , T_VOID , -1, false);
H A DtemplateTable.cpp417 def(Bytecodes::_ifge , ubcp|____|clvm|____, itos, vtos, if_0cmp , greater_equal);
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp264 case Bytecodes::_ifge : // fall through
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp255 case Bytecodes::_ifge:
764 case Bytecodes::_ifge:
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp521 case Bytecodes::_ifge:
656 case Bytecodes::_ifge:
H A DgenerateOopMap.cpp513 case Bytecodes::_ifge:
1547 case Bytecodes::_ifge:
H A DmethodOop.cpp416 case Bytecodes::_ifge:
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp77 case Bytecodes::_ifge:
794 case Bytecodes::_ifge:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1347 case Bytecodes._ifge:
2053 case Bytecodes._ifge:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2097 case Bytecodes::_ifge:
2250 case Bytecodes::_ifge: btest = BoolTest::ge; goto handle_ifxx;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp407 case Bytecodes::_if_icmpge: case Bytecodes::_ifge:
H A Dc1_GraphBuilder.cpp286 case Bytecodes::_ifge: // fall through
2646 case Bytecodes::_ifge : if_zero(intType , If::geq); break;
H A Dc1_LinearScan.cpp2328 case Bytecodes::_ifge : // fall through
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1452 case Bytecodes::_ifge:

Completed in 157 milliseconds