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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeDisassembler.java55 addBytecodeClass(Bytecodes._iflt, BytecodeIf.class);
H A DBytecodes.java194 public static final int _iflt = 155; // 0x9b field in class:Bytecodes
715 def(_iflt , "iflt" , "boo" , null , BasicType.getTVoid() , -1, false);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java329 _iflt = 155, // 0x9b field in class:Constants
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp314 case Bytecodes::_iflt:
658 case Bytecodes::_iflt:
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.cpp133 case Bytecodes::_iflt :
H A DciTypeFlow.cpp1282 case Bytecodes::_iflt:
1663 case Bytecodes::_iflt: case Bytecodes::_ifge:
H A DbcEscapeAnalyzer.cpp716 case Bytecodes::_iflt:
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp196 _iflt = 155, // 0x9b enumerator in enum:Bytecodes::Code
H A Dinterpreter.cpp418 case Bytecodes::_iflt :
H A DbytecodeTracer.cpp457 case Bytecodes::_iflt:
H A Dbytecodes.cpp450 def(_iflt , "iflt" , "boo" , NULL , T_VOID , -1, false);
H A DtemplateTable.cpp416 def(Bytecodes::_iflt , ubcp|____|clvm|____, itos, vtos, if_0cmp , less );
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp263 case Bytecodes::_iflt : // fall through
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp254 case Bytecodes::_iflt:
763 case Bytecodes::_iflt:
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp520 case Bytecodes::_iflt:
655 case Bytecodes::_iflt:
H A DgenerateOopMap.cpp512 case Bytecodes::_iflt:
1546 case Bytecodes::_iflt:
H A DmethodOop.cpp411 case Bytecodes::_iflt:
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp74 case Bytecodes::_iflt:
785 case Bytecodes::_iflt:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1346 case Bytecodes._iflt:
2052 case Bytecodes._iflt:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2096 case Bytecodes::_iflt:
2247 case Bytecodes::_iflt: btest = BoolTest::lt; goto handle_ifxx;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp404 case Bytecodes::_if_icmplt: case Bytecodes::_iflt:
H A Dc1_GraphBuilder.cpp285 case Bytecodes::_iflt: // fall through
2645 case Bytecodes::_iflt : if_zero(intType , If::lss); break;
H A Dc1_LinearScan.cpp2327 case Bytecodes::_iflt : // fall through
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1451 case Bytecodes::_iflt:

Completed in 115 milliseconds