Searched refs:_illegal (Results 1 - 18 of 18) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeStream.cpp36 code = Bytecodes::_illegal;
45 code = Bytecodes::_illegal;
H A Dinterpreter.hpp112 Bytecodes::Code bytecode = Bytecodes::_illegal):
H A DbytecodeStream.hpp194 raw_code = code = Bytecodes::_illegal;
H A DbytecodeTracer.cpp80 _code = Bytecodes::_illegal;
122 _code = Bytecodes::_illegal;
H A Dbytecodes.hpp38 _illegal = -1, enumerator in enum:Bytecodes::Code
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DByteCodeRewriter.java94 int bytecode = Bytecodes._illegal;
95 int hotspotcode = Bytecodes._illegal;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeStream.java72 code = Bytecodes._illegal;
H A DBytecodeDisassembler.java114 int javacode = Bytecodes._illegal;
115 while ( (javacode = stream.next()) != Bytecodes._illegal) {
H A DBytecodes.java36 public static final int _illegal = -1; field in class:Bytecodes
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp341 bool try_inline( ciMethod* callee, bool holder_known, Bytecodes::Code bc = Bytecodes::_illegal, Value receiver = NULL);
343 bool try_inline_full( ciMethod* callee, bool holder_known, Bytecodes::Code bc = Bytecodes::_illegal, Value receiver = NULL);
H A Dc1_Instruction.hpp1053 Bytecodes::Code op() const { ShouldNotCallThis(); return Bytecodes::_illegal; }
H A Dc1_GraphBuilder.cpp2459 Bytecodes::Code code = Bytecodes::_illegal;
3221 if (bc == Bytecodes::_illegal) {
/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.hpp87 return Bytecodes::_illegal;
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.hpp244 Bytecodes::Code bc = Bytecodes::_illegal);
H A Ddeoptimization.cpp1130 gather_statistics(Reason_constraint, Action_none, Bytecodes::_illegal);
1866 if (bc != Bytecodes::_illegal) {
1916 bc = Bytecodes::_illegal;
H A DsharedRuntime.cpp1182 Bytecodes::Code invoke_code = Bytecodes::_illegal;
/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp480 return Bytecodes::_illegal;
996 if (code != Bytecodes::_illegal) {
1004 case Bytecodes::_illegal:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1682 if (bcs.raw_next() != Bytecodes::_illegal) {

Completed in 1215 milliseconds