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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp268 _fast_aaccess_0 , enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp522 def(_fast_aaccess_0 , "fast_aaccess_0" , "b_JJ" , NULL , T_OBJECT , 1, true , _aload_0 );
H A DtemplateTable.cpp500 def(Bytecodes::_fast_aaccess_0 , ubcp|____|____|____, vtos, atos, fast_xaccess , atos );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java264 public static final int _fast_aaccess_0 = 221; field in class:Bytecodes
786 def(_fast_aaccess_0 , "fast_aaccess_0" , "b_JJ" , null , BasicType.getTObject() , 1, true , _aload_0 );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp820 // if _agetfield then reqrite to _fast_aaccess_0
821 assert(Bytecodes::java_code(Bytecodes::_fast_aaccess_0) == Bytecodes::_aload_0, "fix bytecode definition");
823 __ movl(rcx, Bytecodes::_fast_aaccess_0);
H A DtemplateTable_x86_64.cpp835 // if _agetfield then reqrite to _fast_aaccess_0
836 assert(Bytecodes::java_code(Bytecodes::_fast_aaccess_0) ==
840 __ movl(bc, Bytecodes::_fast_aaccess_0);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1415 case Bytecodes._fast_aaccess_0: ppNewRef(rCTS, itr.bci()); break; // Pair bytecode for (aload_0, _fast_agetfield)
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp731 // if _agetfield then rewrite to _fast_aaccess_0
732 assert(Bytecodes::java_code(Bytecodes::_fast_aaccess_0) == Bytecodes::_aload_0, "adjust fast bytecode def");
735 __ delayed()->set(Bytecodes::_fast_aaccess_0, G4_scratch);

Completed in 238 milliseconds