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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp264 _fast_sputfield , enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp518 def(_fast_sputfield , "fast_sputfield" , "bJJ" , NULL , T_SHORT , 0, true , _putfield );
H A DtemplateTable.cpp496 def(Bytecodes::_fast_sputfield , ubcp|____|____|____, itos, vtos, fast_storefield , itos );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java261 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 DtemplateTable_x86_32.cpp219 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 DtemplateTable_x86_64.cpp225 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 DtemplateTable_sparc.cpp174 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