Searched refs:_arraylength (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java364 _arraylength = 190, // 0xbe field in class:Constants
H A DInstruction.java507 def("b", _arraylength, _athrow);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp231 _arraylength = 190, // 0xbe enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp485 def(_arraylength , "arraylength" , "b" , NULL , T_VOID , 0, true );
H A DtemplateTable.cpp451 def(Bytecodes::_arraylength , ____|____|____|____, atos, itos, arraylength , _ );
H A DbytecodeInterpreter.cpp1653 CASE(_arraylength):
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java229 public static final int _arraylength = 190; // 0xbe field in class:Bytecodes
750 def(_arraylength , "arraylength" , "b" , null , BasicType.getTVoid() , 0, true );
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp794 case Bytecodes::_arraylength:
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp364 case Bytecodes::_arraylength:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp910 case Bytecodes::_arraylength:
H A DciTypeFlow.cpp926 case Bytecodes::_arraylength:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1391 case Bytecodes._arraylength:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1591 case Bytecodes::_arraylength:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1653 case Bytecodes::_arraylength: {
H A DgraphKit.cpp1020 case Bytecodes::_arraylength: inputs = 1; break;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2680 case Bytecodes::_arraylength : { ValueStack* state_before = copy_state_for_exception(); ipush(append(new ArrayLength(apop(), state_before))); break; }
2811 , Bytecodes::_arraylength
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1586 case Bytecodes::_arraylength :

Completed in 107 milliseconds