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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeANewArray.java46 return javaCode() == Bytecodes._anewarray;
H A DBytecodeDisassembler.java46 addBytecodeClass(Bytecodes._anewarray, BytecodeANewArray.class);
H A DBytecodes.java228 public static final int _anewarray = 189; // 0xbd field in class:Bytecodes
749 def(_anewarray , "anewarray" , "bkk" , null , BasicType.getTObject() , 0, true );
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp319 void verify() const { assert(java_code() == Bytecodes::_anewarray, "check anewarray"); }
322 long index() const { return get_index_u2(Bytecodes::_anewarray); };
H A Dbytecodes.hpp230 _anewarray = 189, // 0xbd enumerator in enum:Bytecodes::Code
H A DbytecodeTracer.cpp439 case Bytecodes::_anewarray: {
H A Dbytecodes.cpp484 def(_anewarray , "anewarray" , "bkk" , NULL , T_OBJECT , 0, true );
H A DtemplateTable.cpp450 def(Bytecodes::_anewarray , ubcp|____|clvm|____, itos, atos, anewarray , _ );
H A DbytecodeInterpreter.cpp2000 CASE(_anewarray): {
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java363 _anewarray = 189, // 0xbd field in class:Constants
H A DInstruction.java506 def("bkc", _anewarray); // pack kc
/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.cpp171 case Bytecodes::_anewarray:
H A DbcEscapeAnalyzer.cpp900 case Bytecodes::_anewarray:
H A DciTypeFlow.cpp894 case Bytecodes::_anewarray:
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp134 case Bytecodes::_anewarray : // fall through
H A DjvmtiRedefineClasses.cpp1538 case Bytecodes::_anewarray : // fall through
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp792 case Bytecodes::_anewarray:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp80 case Bytecodes::_anewarray:
H A Dc1_Runtime1.cpp873 case Bytecodes::_anewarray:
H A Dc1_GraphBuilder.cpp2679 case Bytecodes::_anewarray : new_object_array(); break;
2810 , Bytecodes::_anewarray
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp881 case Bytecodes::_anewarray:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1389 case Bytecodes._anewarray: ppNewRef(vCTS, itr.bci()); break;
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1589 case Bytecodes::_anewarray: pp_new_ref(vCTS, itr->bci()); break;
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2296 case Bytecodes::_anewarray:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1582 case Bytecodes::_anewarray :

Completed in 116 milliseconds