Searched refs:_fast_aaccess_0 (Results 1 - 8 of 8) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 268 _fast_aaccess_0 , enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 522 def(_fast_aaccess_0 , "fast_aaccess_0" , "b_JJ" , NULL , T_OBJECT , 1, true , _aload_0 );
|
H A D | templateTable.cpp | 500 def(Bytecodes::_fast_aaccess_0 , ubcp|____|____|____, vtos, atos, fast_xaccess , atos );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 264 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 D | templateTable_x86_32.cpp | 820 // 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 D | templateTable_x86_64.cpp | 835 // 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 D | GenerateOopMap.java | 1415 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 D | templateTable_sparc.cpp | 731 // 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