Searched refs:_checkcast (Results 1 - 25 of 29) sorted by relevance

12

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeCheckCast.java46 return javaCode() == Bytecodes._checkcast;
H A DBytecodeDisassembler.java48 addBytecodeClass(Bytecodes._checkcast, BytecodeCheckCast.class);
H A DBytecodes.java231 public static final int _checkcast = 192; // 0xc0 field in class:Bytecodes
752 def(_checkcast , "checkcast" , "bkk" , null , BasicType.getTObject() , 0, true );
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp282 void verify() const { assert(Bytecodes::java_code(code()) == Bytecodes::_checkcast, "check checkcast"); }
285 long index() const { return get_index_u2(Bytecodes::_checkcast); };
H A Dbytecodes.hpp233 _checkcast = 192, // 0xc0 enumerator in enum:Bytecodes::Code
H A DbytecodeTracer.cpp552 case Bytecodes::_checkcast:
H A Dbytecodes.cpp487 def(_checkcast , "checkcast" , "bkk" , NULL , T_OBJECT , 0, true );
H A DinterpreterRuntime.cpp240 int which = get_index_u2(thread, Bytecodes::_checkcast);
H A DtemplateTable.cpp453 def(Bytecodes::_checkcast , ubcp|____|clvm|____, atos, atos, checkcast , _ );
H A DbytecodeInterpreter.cpp2023 CASE(_checkcast):
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java366 _checkcast = 192, // 0xc0 field in class:Constants
H A DInstruction.java508 def("bkc", _checkcast, _instanceof); // pack kc
/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.cpp169 case Bytecodes::_checkcast:
H A DbcEscapeAnalyzer.cpp918 case Bytecodes::_checkcast:
H A DciTypeFlow.cpp979 case Bytecodes::_checkcast: do_checkcast(str); break;
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp136 case Bytecodes::_checkcast : // fall through
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp495 case Bytecodes::_checkcast:
616 case Bytecodes::_checkcast:
H A DgenerateOopMap.cpp1590 case Bytecodes::_checkcast: do_checkcast(); break;
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp1539 if (bc() == Bytecodes::_checkcast) {
1598 if (bc() == Bytecodes::_checkcast) {
H A DsharkBlock.cpp871 case Bytecodes::_checkcast:
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp793 case Bytecodes::_checkcast:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp83 case Bytecodes::_checkcast:
H A Dc1_Runtime1.cpp868 case Bytecodes::_checkcast:
/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp1095 case Bytecodes::_checkcast: assert(inputs == 1 && outputs == 1, ""); break;
2543 assert(java_bc() == Bytecodes::_checkcast ||
2703 java_bc() == Bytecodes::_checkcast,
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1390 case Bytecodes._checkcast: doCheckcast(); break;

Completed in 150 milliseconds

12