Searched refs:_fast_iaccess_0 (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp267 _fast_iaccess_0 , enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp521 def(_fast_iaccess_0 , "fast_iaccess_0" , "b_JJ" , NULL , T_INT , 1, true , _aload_0 );
H A DtemplateTable.cpp499 def(Bytecodes::_fast_iaccess_0 , ubcp|____|____|____, vtos, itos, fast_xaccess , itos );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java263 public static final int _fast_iaccess_0 = 220; field in class:Bytecodes
785 def(_fast_iaccess_0 , "fast_iaccess_0" , "b_JJ" , null , BasicType.getTInt() , 1, true , _aload_0 );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp814 // if _igetfield then reqrite to _fast_iaccess_0
815 assert(Bytecodes::java_code(Bytecodes::_fast_iaccess_0) == Bytecodes::_aload_0, "fix bytecode definition");
817 __ movl(rcx, Bytecodes::_fast_iaccess_0);
H A DtemplateTable_x86_64.cpp827 // if _igetfield then reqrite to _fast_iaccess_0
828 assert(Bytecodes::java_code(Bytecodes::_fast_iaccess_0) ==
832 __ movl(bc, Bytecodes::_fast_iaccess_0);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1417 case Bytecodes._fast_iaccess_0: ppush1(valCTS); break; // Pair bytecode for (aload_0, _fast_igetfield)
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp725 // if _igetfield then rewrite to _fast_iaccess_0
726 assert(Bytecodes::java_code(Bytecodes::_fast_iaccess_0) == Bytecodes::_aload_0, "adjust fast bytecode def");
729 __ delayed()->set(Bytecodes::_fast_iaccess_0, G4_scratch);

Completed in 169 milliseconds