Searched refs:_instanceof (Results 1 - 25 of 31) sorted by relevance

12

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeInstanceOf.java46 return javaCode() == Bytecodes._instanceof;
H A DBytecodeDisassembler.java70 addBytecodeClass(Bytecodes._instanceof, BytecodeInstanceOf.class);
H A DBytecodes.java232 public static final int _instanceof = 193; // 0xc1 field in class:Bytecodes
753 def(_instanceof , "instanceof" , "bkk" , null , BasicType.getTInt() , 0, true );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJExpressionImpl.java137 public final JExpression _instanceof(JType right) { method in class:JExpressionImpl
138 return JOp._instanceof(this, right);
H A DJExpression.java132 JExpression _instanceof(JType right); method in interface:JExpression
H A DJOp.java220 public static JExpression _instanceof(JExpression left, JType right) { method in class:JOp
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp292 void verify() const { assert(code() == Bytecodes::_instanceof, "check instanceof"); }
295 long index() const { return get_index_u2(Bytecodes::_instanceof); };
H A Dbytecodes.hpp234 _instanceof = 193, // 0xc1 enumerator in enum:Bytecodes::Code
H A DbytecodeTracer.cpp553 case Bytecodes::_instanceof:
H A Dbytecodes.cpp488 def(_instanceof , "instanceof" , "bkk" , NULL , T_INT , 0, true );
H A DtemplateTable.cpp454 def(Bytecodes::_instanceof , ubcp|____|clvm|____, atos, itos, instanceof , _ );
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java367 _instanceof = 193, // 0xc1 field in class:Constants
H A DInstruction.java508 def("bkc", _checkcast, _instanceof); // pack kc
/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.cpp170 case Bytecodes::_instanceof:
H A DbcEscapeAnalyzer.cpp924 case Bytecodes::_instanceof:
H A DciTypeFlow.cpp1306 case Bytecodes::_instanceof:
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp137 case Bytecodes::_instanceof : {
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp496 case Bytecodes::_instanceof:
617 case Bytecodes::_instanceof:
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp795 case Bytecodes::_instanceof:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp82 case Bytecodes::_instanceof:
H A Dc1_Runtime1.cpp863 case Bytecodes::_instanceof:
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp840 case Bytecodes::_instanceof:
H A DsharkTopLevelBlock.cpp1392 if (bc() == Bytecodes::_instanceof) {
/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp2544 java_bc() == Bytecodes::_instanceof ||
2612 if (java_bc() == Bytecodes::_instanceof) { // Only for the bytecode
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1392 case Bytecodes._instanceof: pp(rCTS, vCTS); break;

Completed in 119 milliseconds

12