Searched refs:_fast_dputfield (Results 1 - 7 of 7) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 260 _fast_dputfield , enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 514 def(_fast_dputfield , "fast_dputfield" , "bJJ" , NULL , T_DOUBLE , 0, true , _putfield );
|
H A D | templateTable.cpp | 492 def(Bytecodes::_fast_dputfield , ubcp|____|____|____, dtos, vtos, fast_storefield , dtos );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 257 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 D | templateTable_x86_32.cpp | 215 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 D | templateTable_x86_64.cpp | 221 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 D | templateTable_sparc.cpp | 170 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