Searched refs:_fast_fgetfield (Results 1 - 7 of 7) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 252 _fast_fgetfield , enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 506 def(_fast_fgetfield , "fast_fgetfield" , "bJJ" , NULL , T_FLOAT , 0, true , _getfield );
|
H A D | templateTable.cpp | 484 def(Bytecodes::_fast_fgetfield , ubcp|____|____|____, atos, ftos, fast_accessfield , ftos );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 250 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 D | templateTable_x86_32.cpp | 787 // _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 D | templateTable_x86_64.cpp | 795 // _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 D | templateTable_sparc.cpp | 706 // _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