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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp269 _fast_faccess_0 , enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp523 def(_fast_faccess_0 , "fast_faccess_0" , "b_JJ" , NULL , T_OBJECT , 1, true , _aload_0 );
H A DtemplateTable.cpp501 def(Bytecodes::_fast_faccess_0 , ubcp|____|____|____, vtos, ftos, fast_xaccess , ftos );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java265 public static final int _fast_faccess_0 = 222; field in class:Bytecodes
787 def(_fast_faccess_0 , "fast_faccess_0" , "b_JJ" , null , BasicType.getTObject() , 1, true , _aload_0 );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp826 // if _fgetfield then reqrite to _fast_faccess_0
827 assert(Bytecodes::java_code(Bytecodes::_fast_faccess_0) == Bytecodes::_aload_0, "fix bytecode definition");
829 __ movl(rcx, Bytecodes::_fast_faccess_0);
H A DtemplateTable_x86_64.cpp843 // if _fgetfield then reqrite to _fast_faccess_0
844 assert(Bytecodes::java_code(Bytecodes::_fast_faccess_0) ==
848 __ movl(bc, Bytecodes::_fast_faccess_0);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp737 // if _fgetfield then rewrite to _fast_faccess_0
738 assert(Bytecodes::java_code(Bytecodes::_fast_faccess_0) == Bytecodes::_aload_0, "adjust fast bytecode def");
741 __ delayed()->set(Bytecodes::_fast_faccess_0, G4_scratch);

Completed in 670 milliseconds