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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeDisassembler.java60 addBytecodeClass(Bytecodes._if_icmpne, BytecodeIf.class);
H A DBytecodes.java199 public static final int _if_icmpne = 160; // 0xa0 field in class:Bytecodes
720 def(_if_icmpne , "if_icmpne" , "boo" , null , BasicType.getTVoid() , -2, false);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java334 _if_icmpne = 160, // 0xa0 field in class:Constants
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp319 case Bytecodes::_if_icmpne:
663 case Bytecodes::_if_icmpne:
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.cpp138 case Bytecodes::_if_icmpne :
H A DciTypeFlow.cpp1274 case Bytecodes::_if_icmpne:
1665 case Bytecodes::_if_icmpeq: case Bytecodes::_if_icmpne:
H A DbcEscapeAnalyzer.cpp729 case Bytecodes::_if_icmpne:
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp201 _if_icmpne = 160, // 0xa0 enumerator in enum:Bytecodes::Code
H A Dinterpreter.cpp423 case Bytecodes::_if_icmpne :
H A DbytecodeTracer.cpp464 case Bytecodes::_if_icmpne:
H A Dbytecodes.cpp455 def(_if_icmpne , "if_icmpne" , "boo" , NULL , T_VOID , -2, false);
H A DtemplateTable.cpp421 def(Bytecodes::_if_icmpne , ubcp|____|clvm|____, itos, vtos, if_icmp , not_equal );
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp256 case Bytecodes::_if_icmpne : // fall through
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp259 case Bytecodes::_if_icmpne:
771 case Bytecodes::_if_icmpne:
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp525 case Bytecodes::_if_icmpne:
660 case Bytecodes::_if_icmpne:
H A DgenerateOopMap.cpp517 case Bytecodes::_if_icmpne:
1557 case Bytecodes::_if_icmpne:
H A DmethodOop.cpp418 case Bytecodes::_if_icmpne:
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp79 case Bytecodes::_if_icmpne:
802 case Bytecodes::_if_icmpne:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1357 case Bytecodes._if_icmpne:
2057 case Bytecodes._if_icmpne:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp409 case Bytecodes::_if_icmpne: case Bytecodes::_if_acmpne: case Bytecodes::_ifne:
H A Dc1_GraphBuilder.cpp290 case Bytecodes::_if_icmpne: // fall through
2650 case Bytecodes::_if_icmpne : if_same(intType , If::neq); break;
H A Dc1_LinearScan.cpp2332 case Bytecodes::_if_icmpne : // fall through
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2261 case Bytecodes::_if_icmpne: btest = BoolTest::ne; goto handle_if_icmp;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1441 case Bytecodes::_if_icmpne:

Completed in 147 milliseconds