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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeDisassembler.java58 addBytecodeClass(Bytecodes._ifle, BytecodeIf.class);
H A DBytecodes.java197 public static final int _ifle = 158; // 0x9e field in class:Bytecodes
718 def(_ifle , "ifle" , "boo" , null , BasicType.getTVoid() , -1, false);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java332 _ifle = 158, // 0x9e field in class:Constants
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp317 case Bytecodes::_ifle:
661 case Bytecodes::_ifle:
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.cpp136 case Bytecodes::_ifle :
H A DciTypeFlow.cpp1281 case Bytecodes::_ifle:
1664 case Bytecodes::_ifgt: case Bytecodes::_ifle:
H A DbcEscapeAnalyzer.cpp719 case Bytecodes::_ifle:
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp199 _ifle = 158, // 0x9e enumerator in enum:Bytecodes::Code
H A Dinterpreter.cpp421 case Bytecodes::_ifle :
H A DbytecodeTracer.cpp458 case Bytecodes::_ifle:
H A Dbytecodes.cpp453 def(_ifle , "ifle" , "boo" , NULL , T_VOID , -1, false);
H A DtemplateTable.cpp419 def(Bytecodes::_ifle , ubcp|____|clvm|____, itos, vtos, if_0cmp , less_equal );
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp266 case Bytecodes::_ifle : // fall through
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp257 case Bytecodes::_ifle:
766 case Bytecodes::_ifle:
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp523 case Bytecodes::_ifle:
658 case Bytecodes::_ifle:
H A DgenerateOopMap.cpp515 case Bytecodes::_ifle:
1549 case Bytecodes::_ifle:
H A DmethodOop.cpp412 case Bytecodes::_ifle:
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp75 case Bytecodes::_ifle:
788 case Bytecodes::_ifle:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1349 case Bytecodes._ifle:
2055 case Bytecodes._ifle:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2098 case Bytecodes::_ifle:
2248 case Bytecodes::_ifle: btest = BoolTest::le; goto handle_ifxx;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp406 case Bytecodes::_if_icmple: case Bytecodes::_ifle:
H A Dc1_GraphBuilder.cpp288 case Bytecodes::_ifle: // fall through
2648 case Bytecodes::_ifle : if_zero(intType , If::leq); break;
H A Dc1_LinearScan.cpp2330 case Bytecodes::_ifle : // fall through
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1454 case Bytecodes::_ifle:

Completed in 117 milliseconds