Searched refs:_fast_faccess_0 (Results 1 - 7 of 7) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 269 _fast_faccess_0 , enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 523 def(_fast_faccess_0 , "fast_faccess_0" , "b_JJ" , NULL , T_OBJECT , 1, true , _aload_0 );
|
H A D | templateTable.cpp | 501 def(Bytecodes::_fast_faccess_0 , ubcp|____|____|____, vtos, ftos, fast_xaccess , ftos );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 265 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 D | templateTable_x86_32.cpp | 826 // 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 D | templateTable_x86_64.cpp | 843 // 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 D | templateTable_sparc.cpp | 737 // 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