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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp272 _fast_iload2 , enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp526 def(_fast_iload2 , "fast_iload2" , "bi_i" , NULL , T_INT , 2, false, _iload);
H A DtemplateTable.cpp504 def(Bytecodes::_fast_iload2 , ubcp|____|____|____, vtos, itos, fast_iload2 , _ );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java267 public static final int _fast_iload2 = 224; field in class:Bytecodes
790 def(_fast_iload2 , "fast_iload2" , "bi_i" , null , BasicType.getTInt() , 2, false, _iload);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp521 __ movl(rcx, Bytecodes::_fast_iload2);
H A DtemplateTable_x86_64.cpp540 __ movl(bc, Bytecodes::_fast_iload2);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp485 __ delayed()->set(Bytecodes::_fast_iload2, G4_scratch);

Completed in 2092 milliseconds