Searched refs:_fast_igetfield (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp253 _fast_igetfield , enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp507 def(_fast_igetfield , "fast_igetfield" , "bJJ" , NULL , T_INT , 0, true , _getfield );
H A DtemplateTable.cpp485 def(Bytecodes::_fast_igetfield , ubcp|____|____|____, atos, itos, fast_accessfield , itos );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java251 public static final int _fast_igetfield = 208; field in class:Bytecodes
771 def(_fast_igetfield , "fast_igetfield" , "bJJ" , null , BasicType.getTInt() , 0, true , _getfield );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp785 // _aload_0, _fast_igetfield
790 // bytecode checks if the next bytecode is either _fast_igetfield,
816 __ cmpl(rbx, Bytecodes::_fast_igetfield);
2294 patch_bytecode(Bytecodes::_fast_igetfield, rcx, rbx);
2845 case Bytecodes::_fast_igetfield: __ movl(rax, lo); break;
H A DtemplateTable_x86_64.cpp793 // _aload_0, _fast_igetfield
799 // _fast_igetfield, _fast_agetfield or _fast_fgetfield and then
831 __ cmpl(rbx, Bytecodes::_fast_igetfield);
2370 patch_bytecode(Bytecodes::_fast_igetfield, bc, rbx);
2872 case Bytecodes::_fast_igetfield:
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp704 // _aload_0, _fast_igetfield (itos)
727 __ cmp(G3_scratch, (int)Bytecodes::_fast_igetfield);
2330 patch_bytecode(Bytecodes::_fast_igetfield, G3_scratch, G4_scratch);
2479 case Bytecodes::_fast_igetfield:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1417 case Bytecodes._fast_iaccess_0: ppush1(valCTS); break; // Pair bytecode for (aload_0, _fast_igetfield)
1419 case Bytecodes._fast_igetfield: pp(rCTS, vCTS); break;

Completed in 91 milliseconds