Searched refs:_fast_sputfield (Results 1 - 7 of 7) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 264 _fast_sputfield , enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 518 def(_fast_sputfield , "fast_sputfield" , "bJJ" , NULL , T_SHORT , 0, true , _putfield );
|
H A D | templateTable.cpp | 496 def(Bytecodes::_fast_sputfield , ubcp|____|____|____, itos, vtos, fast_storefield , itos );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 261 public static final int _fast_sputfield = 218; field in class:Bytecodes 782 def(_fast_sputfield , "fast_sputfield" , "bJJ" , null , BasicType.getTShort() , 0, true , _putfield );
|
/openjdk7/hotspot/src/cpu/x86/vm/ |
H A D | templateTable_x86_32.cpp | 219 case Bytecodes::_fast_sputfield: 2558 patch_bytecode(Bytecodes::_fast_sputfield, rcx, rbx, true, byte_no); 2675 case Bytecodes::_fast_sputfield: // fall through 2697 case Bytecodes::_fast_sputfield: // fall through 2748 case Bytecodes::_fast_sputfield: // fall through 2782 case Bytecodes::_fast_sputfield: // fall through
|
H A D | templateTable_x86_64.cpp | 225 case Bytecodes::_fast_sputfield: 2617 patch_bytecode(Bytecodes::_fast_sputfield, bc, rbx, true, byte_no); 2710 case Bytecodes::_fast_sputfield: // fall through 2735 case Bytecodes::_fast_sputfield: // fall through 2793 case Bytecodes::_fast_sputfield:
|
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | templateTable_sparc.cpp | 174 case Bytecodes::_fast_sputfield: 2529 case Bytecodes::_fast_sputfield: // fall through 2546 case Bytecodes::_fast_sputfield: // fall through 2788 patch_bytecode(Bytecodes::_fast_sputfield, G3_scratch, G4_scratch, true, byte_no); 2869 case Bytecodes::_fast_sputfield: __ sth(Otos_i, Rclass, Roffset); break;
|
Completed in 387 milliseconds