Searched refs:_fast_aload_0 (Results 1 - 8 of 8) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 266 _fast_aload_0 , enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 520 def(_fast_aload_0 , "fast_aload_0" , "b" , NULL , T_OBJECT , 1, true , _aload_0 );
|
H A D | templateTable.cpp | 498 def(Bytecodes::_fast_aload_0 , ____|____|____|____, vtos, atos, aload , 0 );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 262 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 D | GenerateOopMap.java | 1423 case Bytecodes._fast_aload_0: ppload(rCTS, 0); break; 1439 case Bytecodes._fast_aload_0:
|
/openjdk7/hotspot/src/cpu/x86/vm/ |
H A D | templateTable_x86_32.cpp | 793 // 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 D | templateTable_x86_64.cpp | 801 // 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 D | templateTable_sparc.cpp | 711 // 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