Searched refs:_iload (Results 1 - 24 of 24) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeLoad.java44 case Bytecodes._iload:
H A DBytecodes.java60 public static final int _iload = 21; // 0x15 field in class:Bytecodes
581 def(_iload , "iload" , "bi" , "wbii" , BasicType.getTInt() , 1, false);
789 def(_fast_iload , "fast_iload" , "bi" , null , BasicType.getTInt() , 1, false, _iload);
790 def(_fast_iload2 , "fast_iload2" , "bi_i" , null , BasicType.getTInt() , 2, false, _iload);
791 def(_fast_icaload , "fast_icaload" , "bi_" , null , BasicType.getTInt() , 0, false, _iload);
H A DBytecodeDisassembler.java78 addBytecodeClass(Bytecodes._iload, BytecodeLoad.class);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.cpp316 def(_iload , "iload" , "bi" , "wbii" , T_INT , 1, false);
525 def(_fast_iload , "fast_iload" , "bi" , NULL , T_INT , 1, false, _iload);
526 def(_fast_iload2 , "fast_iload2" , "bi_i" , NULL , T_INT , 2, false, _iload);
527 def(_fast_icaload , "fast_icaload" , "bi_" , NULL , T_INT , 0, false, _iload);
H A Dbytecodes.hpp62 _iload = 21, // 0x15 enumerator in enum:Bytecodes::Code
H A DbytecodeTracer.cpp410 case Bytecodes::_iload:
H A DtemplateTable.cpp282 def(Bytecodes::_iload , ubcp|____|clvm|____, vtos, itos, iload , _ );
465 def(Bytecodes::_iload , ubcp|____|____|iswd, vtos, itos, wide_iload , _ );
H A DbytecodeInterpreter.cpp969 CASE(_iload):
1035 case Bytecodes::_iload:
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java195 _iload = 21, // 0x15 field in class:Constants
H A DInstruction.java490 def("blwbll", _iload, _aload);
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp241 case Bytecodes::_iload : // fall through
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp349 case Bytecodes::_iload:
H A DsharkBlock.cpp205 case Bytecodes::_iload:
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp841 case Bytecodes::_iload:
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp512 __ load_unsigned_byte(rbx, at_bcp(Bytecodes::length_for(Bytecodes::_iload)));
513 // if _iload, wait to rewrite to iload2. We only want to rewrite the
517 __ cmpl(rbx, Bytecodes::_iload);
535 patch_bytecode(Bytecodes::_iload, rcx, rbx, false);
H A DtemplateTable_x86_64.cpp531 at_bcp(Bytecodes::length_for(Bytecodes::_iload)));
532 // if _iload, wait to rewrite to iload2. We only want to rewrite the
536 __ cmpl(rbx, Bytecodes::_iload);
554 patch_bytecode(Bytecodes::_iload, bc, rbx, false);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp475 __ ldub(at_bcp(Bytecodes::length_for(Bytecodes::_iload)), G3_scratch);
477 // if _iload, wait to rewrite to iload2. We only want to rewrite the
481 __ cmp_and_br_short(G3_scratch, (int)Bytecodes::_iload, Assembler::equal, Assembler::pn, done);
495 patch_bytecode(Bytecodes::_iload, G4_scratch, G3_scratch, false);
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp411 case Bytecodes::_iload:
H A DciTypeFlow.cpp1300 case Bytecodes::_iload: load_local_int(str->get_index()); break;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp670 if (opcode != Bytecodes::_iinc && opcode != Bytecodes::_iload &&
735 case Bytecodes::_iload :
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1188 case Bytecodes._iload:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1388 case Bytecodes::_iload:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1493 case Bytecodes::_iload:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2511 case Bytecodes::_iload : load_local(intType , s.get_index()); break;

Completed in 361 milliseconds