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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp260 _fast_dputfield , enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp514 def(_fast_dputfield , "fast_dputfield" , "bJJ" , NULL , T_DOUBLE , 0, true , _putfield );
H A DtemplateTable.cpp492 def(Bytecodes::_fast_dputfield , ubcp|____|____|____, dtos, vtos, fast_storefield , dtos );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java257 public static final int _fast_dputfield = 214; field in class:Bytecodes
778 def(_fast_dputfield , "fast_dputfield" , "bJJ" , null , BasicType.getTDouble() , 0, true , _putfield );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp215 case Bytecodes::_fast_dputfield:
2627 patch_bytecode(Bytecodes::_fast_dputfield, rcx, rbx, true, byte_no);
2678 case Bytecodes::_fast_dputfield: __ push_d(); break;
2700 case Bytecodes::_fast_dputfield: __ pop_d(); break;
2756 case Bytecodes::_fast_dputfield: __ fstp_d(lo); break;
2790 case Bytecodes::_fast_dputfield: __ fstp_d(lo); break;
H A DtemplateTable_x86_64.cpp221 case Bytecodes::_fast_dputfield:
2664 patch_bytecode(Bytecodes::_fast_dputfield, bc, rbx, true, byte_no);
2713 case Bytecodes::_fast_dputfield: __ push_d(); break;
2738 case Bytecodes::_fast_dputfield: __ pop_d(); break;
2801 case Bytecodes::_fast_dputfield:
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp170 case Bytecodes::_fast_dputfield:
2532 case Bytecodes::_fast_dputfield: __ push_d(Ftos_d); break;
2549 case Bytecodes::_fast_dputfield: __ pop_d(Ftos_d); break;
2819 patch_bytecode(Bytecodes::_fast_dputfield, G3_scratch, G4_scratch, true, byte_no);
2875 case Bytecodes::_fast_dputfield:

Completed in 59 milliseconds