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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp266 _fast_aload_0 , enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp520 def(_fast_aload_0 , "fast_aload_0" , "b" , NULL , T_OBJECT , 1, true , _aload_0 );
H A DtemplateTable.cpp498 def(Bytecodes::_fast_aload_0 , ____|____|____|____, vtos, atos, aload , 0 );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java262 public static final int _fast_aload_0 = 219; field in class:Bytecodes
784 def(_fast_aload_0 , "fast_aload_0" , "b" , null , BasicType.getTObject() , 1, true , _aload_0 );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1423 case Bytecodes._fast_aload_0: ppload(rCTS, 0); break;
1439 case Bytecodes._fast_aload_0:
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp793 // bytecode into _fast_aload_0 that doesn't do the pair check anymore.
833 assert(Bytecodes::java_code(Bytecodes::_fast_aload_0) == Bytecodes::_aload_0, "fix bytecode definition");
834 __ movl(rcx, Bytecodes::_fast_aload_0);
H A DtemplateTable_x86_64.cpp801 // rewrites the current bytecode into _fast_aload_0 that doesn't do
852 assert(Bytecodes::java_code(Bytecodes::_fast_aload_0) ==
855 __ movl(bc, Bytecodes::_fast_aload_0);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp711 // bytecode into _fast_aload_0 that doesn't do the pair check anymore.
744 assert(Bytecodes::java_code(Bytecodes::_fast_aload_0) == Bytecodes::_aload_0, "adjust fast bytecode def");
745 __ set(Bytecodes::_fast_aload_0, G4_scratch);

Completed in 345 milliseconds