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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp252 _fast_fgetfield , enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp506 def(_fast_fgetfield , "fast_fgetfield" , "bJJ" , NULL , T_FLOAT , 0, true , _getfield );
H A DtemplateTable.cpp484 def(Bytecodes::_fast_fgetfield , ubcp|____|____|____, atos, ftos, fast_accessfield , ftos );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java250 public static final int _fast_fgetfield = 207; field in class:Bytecodes
770 def(_fast_fgetfield , "fast_fgetfield" , "bJJ" , null , BasicType.getTFloat() , 0, true , _getfield );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp787 // _aload_0, _fast_fgetfield
791 // _fast_agetfield or _fast_fgetfield and then rewrites the
828 __ cmpl(rbx, Bytecodes::_fast_fgetfield);
2359 patch_bytecode(Bytecodes::_fast_fgetfield, rcx, rbx);
2847 case Bytecodes::_fast_fgetfield: __ fld_s(lo); break;
H A DtemplateTable_x86_64.cpp795 // _aload_0, _fast_fgetfield
799 // _fast_igetfield, _fast_agetfield or _fast_fgetfield and then
847 __ cmpl(rbx, Bytecodes::_fast_fgetfield);
2418 patch_bytecode(Bytecodes::_fast_fgetfield, bc, rbx);
2884 case Bytecodes::_fast_fgetfield:
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp706 // _aload_0, _fast_fgetfield (ftos)
739 __ cmp(G3_scratch, (int)Bytecodes::_fast_fgetfield);
2407 patch_bytecode(Bytecodes::_fast_fgetfield, G3_scratch, G4_scratch);
2485 case Bytecodes::_fast_fgetfield:

Completed in 125 milliseconds