Searched refs:_ifeq (Results 1 - 25 of 28) sorted by relevance

12

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeIf.java47 return (jcode >= Bytecodes._ifeq && jcode <= Bytecodes._if_acmpne) ||
H A DBytecodeDisassembler.java53 addBytecodeClass(Bytecodes._ifeq, BytecodeIf.class);
H A DBytecodes.java192 public static final int _ifeq = 153; // 0x99 field in class:Bytecodes
713 def(_ifeq , "ifeq" , "boo" , null , BasicType.getTVoid() , -1, false);
/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.hpp211 return next_bci() + next_bytecode().get_offset_s2(Bytecodes::_ifeq);
H A DciMethodBlocks.cpp131 case Bytecodes::_ifeq :
H A DciTypeFlow.cpp1280 case Bytecodes::_ifeq:
1662 case Bytecodes::_ifeq: case Bytecodes::_ifne:
H A DbcEscapeAnalyzer.cpp714 case Bytecodes::_ifeq:
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java327 _ifeq = 153, // 0x99 field in class:Constants
H A DInstruction.java496 def("boo", _ifeq, _jsr); // pack oo
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp312 case Bytecodes::_ifeq:
656 case Bytecodes::_ifeq:
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp72 case Bytecodes::_ifeq:
779 case Bytecodes::_ifeq:
859 (iter()->next_bc() == Bytecodes::_ifeq ||
H A DsharkTopLevelBlock.cpp1445 case Bytecodes::_ifeq:
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp194 _ifeq = 153, // 0x99 enumerator in enum:Bytecodes::Code
H A Dinterpreter.cpp416 case Bytecodes::_ifeq :
H A DbytecodeTracer.cpp455 case Bytecodes::_ifeq:
H A Dbytecodes.cpp448 def(_ifeq , "ifeq" , "boo" , NULL , T_VOID , -1, false);
H A DtemplateTable.cpp414 def(Bytecodes::_ifeq , ubcp|____|clvm|____, itos, vtos, if_0cmp , equal );
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp261 case Bytecodes::_ifeq : // fall through
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp252 case Bytecodes::_ifeq:
761 case Bytecodes::_ifeq:
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp518 case Bytecodes::_ifeq:
653 case Bytecodes::_ifeq:
H A DgenerateOopMap.cpp510 case Bytecodes::_ifeq:
1544 case Bytecodes::_ifeq:
H A DmethodOop.cpp409 case Bytecodes::_ifeq:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1344 case Bytecodes._ifeq:
2050 case Bytecodes._ifeq:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2100 case Bytecodes::_ifeq:
2245 case Bytecodes::_ifeq: btest = BoolTest::eq; goto handle_ifxx;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp408 case Bytecodes::_if_icmpeq: case Bytecodes::_if_acmpeq: case Bytecodes::_ifeq:

Completed in 125 milliseconds

12