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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp261 _fast_fputfield , enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp515 def(_fast_fputfield , "fast_fputfield" , "bJJ" , NULL , T_FLOAT , 0, true , _putfield );
H A DtemplateTable.cpp493 def(Bytecodes::_fast_fputfield , ubcp|____|____|____, ftos, vtos, fast_storefield , ftos );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java258 public static final int _fast_fputfield = 215; field in class:Bytecodes
779 def(_fast_fputfield , "fast_fputfield" , "bJJ" , null , BasicType.getTFloat() , 0, true , _putfield );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp216 case Bytecodes::_fast_fputfield:
2610 patch_bytecode(Bytecodes::_fast_fputfield, rcx, rbx, true, byte_no);
2679 case Bytecodes::_fast_fputfield: __ push_f(); break;
2701 case Bytecodes::_fast_fputfield: __ pop_f(); break;
2755 case Bytecodes::_fast_fputfield: __ fstp_s(lo); break;
2789 case Bytecodes::_fast_fputfield: __ fstp_s(lo); break;
H A DtemplateTable_x86_64.cpp222 case Bytecodes::_fast_fputfield:
2647 patch_bytecode(Bytecodes::_fast_fputfield, bc, rbx, true, byte_no);
2714 case Bytecodes::_fast_fputfield: __ push_f(); break;
2739 case Bytecodes::_fast_fputfield: __ pop_f(); break;
2798 case Bytecodes::_fast_fputfield:
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp171 case Bytecodes::_fast_fputfield:
2533 case Bytecodes::_fast_fputfield: __ push_f(Ftos_f); break;
2550 case Bytecodes::_fast_fputfield: __ pop_f(Ftos_f); break;
2805 patch_bytecode(Bytecodes::_fast_fputfield, G3_scratch, G4_scratch, true, byte_no);
2872 case Bytecodes::_fast_fputfield:

Completed in 695 milliseconds