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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp255 _fast_sgetfield , enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp509 def(_fast_sgetfield , "fast_sgetfield" , "bJJ" , NULL , T_SHORT , 0, true , _getfield );
H A DtemplateTable.cpp487 def(Bytecodes::_fast_sgetfield , ubcp|____|____|____, atos, itos, fast_accessfield , itos );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java253 public static final int _fast_sgetfield = 210; field in class:Bytecodes
773 def(_fast_sgetfield , "fast_sgetfield" , "bJJ" , null , BasicType.getTShort() , 0, true , _getfield );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp2330 patch_bytecode(Bytecodes::_fast_sgetfield, rcx, rbx);
2843 case Bytecodes::_fast_sgetfield: __ load_signed_short(rax, lo ); break;
H A DtemplateTable_x86_64.cpp2394 patch_bytecode(Bytecodes::_fast_sgetfield, bc, rbx);
2878 case Bytecodes::_fast_sgetfield:
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp2391 patch_bytecode(Bytecodes::_fast_sgetfield, G3_scratch, G4_scratch);
2476 case Bytecodes::_fast_sgetfield:

Completed in 158 milliseconds