Searched refs:_fast_sgetfield (Results 1 - 7 of 7) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 255 _fast_sgetfield , enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 509 def(_fast_sgetfield , "fast_sgetfield" , "bJJ" , NULL , T_SHORT , 0, true , _getfield );
|
H A D | templateTable.cpp | 487 def(Bytecodes::_fast_sgetfield , ubcp|____|____|____, atos, itos, fast_accessfield , itos );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 253 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 D | templateTable_x86_32.cpp | 2330 patch_bytecode(Bytecodes::_fast_sgetfield, rcx, rbx); 2843 case Bytecodes::_fast_sgetfield: __ load_signed_short(rax, lo ); break;
|
H A D | templateTable_x86_64.cpp | 2394 patch_bytecode(Bytecodes::_fast_sgetfield, bc, rbx); 2878 case Bytecodes::_fast_sgetfield:
|
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | templateTable_sparc.cpp | 2391 patch_bytecode(Bytecodes::_fast_sgetfield, G3_scratch, G4_scratch); 2476 case Bytecodes::_fast_sgetfield:
|
Completed in 251 milliseconds