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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp257 _fast_aputfield , enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp511 def(_fast_aputfield , "fast_aputfield" , "bJJ" , NULL , T_OBJECT , 0, true , _putfield );
H A DtemplateTable.cpp489 def(Bytecodes::_fast_aputfield , ubcp|____|____|____, atos, vtos, fast_storefield , atos );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java254 public static final int _fast_aputfield = 211; field in class:Bytecodes
775 def(_fast_aputfield , "fast_aputfield" , "bJJ" , null , BasicType.getTObject() , 0, true , _putfield );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp212 case Bytecodes::_fast_aputfield:
2528 patch_bytecode(Bytecodes::_fast_aputfield, rcx, rbx, true, byte_no);
2673 case Bytecodes::_fast_aputfield: __ push_ptr(rax); break;
2695 case Bytecodes::_fast_aputfield: __ pop_ptr(rax); break;
2757 case Bytecodes::_fast_aputfield: {
2791 case Bytecodes::_fast_aputfield: {
H A DtemplateTable_x86_64.cpp218 case Bytecodes::_fast_aputfield:
2572 patch_bytecode(Bytecodes::_fast_aputfield, bc, rbx, true, byte_no);
2708 case Bytecodes::_fast_aputfield: __ push_ptr(rax); break;
2733 case Bytecodes::_fast_aputfield: __ pop_ptr(rax); break;
2781 case Bytecodes::_fast_aputfield:
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp167 case Bytecodes::_fast_aputfield:
2527 case Bytecodes::_fast_aputfield: __ push_ptr(Otos_i); break;
2544 case Bytecodes::_fast_aputfield: __ pop_ptr(Otos_i); break;
2719 patch_bytecode(Bytecodes::_fast_aputfield, G3_scratch, G4_scratch, true, byte_no);
2878 case Bytecodes::_fast_aputfield:

Completed in 4278 milliseconds