Searched refs:_fast_iload (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp271 _fast_iload , enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp525 def(_fast_iload , "fast_iload" , "bi" , NULL , T_INT , 1, false, _iload);
H A DtemplateTable.cpp503 def(Bytecodes::_fast_iload , ubcp|____|____|____, vtos, itos, fast_iload , _ );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java266 public static final int _fast_iload = 223; field in class:Bytecodes
789 def(_fast_iload , "fast_iload" , "bi" , null , BasicType.getTInt() , 1, false, _iload);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp520 __ cmpl(rbx, Bytecodes::_fast_iload);
530 __ movl(rcx, Bytecodes::_fast_iload);
H A DtemplateTable_x86_64.cpp539 __ cmpl(rbx, Bytecodes::_fast_iload);
549 __ movl(bc, Bytecodes::_fast_iload);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp483 __ cmp(G3_scratch, (int)Bytecodes::_fast_iload);
491 __ set(Bytecodes::_fast_iload, G4_scratch); // don't check again

Completed in 563 milliseconds