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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp248 _fast_agetfield = number_of_java_codes, enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp502 def(_fast_agetfield , "fast_agetfield" , "bJJ" , NULL , T_OBJECT , 0, true , _getfield );
H A DtemplateTable.cpp480 def(Bytecodes::_fast_agetfield , ubcp|____|____|____, atos, atos, fast_accessfield , atos );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java246 public static final int _fast_agetfield = number_of_java_codes; field in class:Bytecodes
766 def(_fast_agetfield , "fast_agetfield" , "bJJ" , null , BasicType.getTObject() , 0, true , _getfield );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp786 // _aload_0, _fast_agetfield
791 // _fast_agetfield or _fast_fgetfield and then rewrites the
822 __ cmpl(rbx, Bytecodes::_fast_agetfield);
2306 patch_bytecode(Bytecodes::_fast_agetfield, rcx, rbx);
2849 case Bytecodes::_fast_agetfield: __ movptr(rax, lo); __ verify_oop(rax); break;
H A DtemplateTable_x86_64.cpp794 // _aload_0, _fast_agetfield
799 // _fast_igetfield, _fast_agetfield or _fast_fgetfield and then
839 __ cmpl(rbx, Bytecodes::_fast_agetfield);
2358 patch_bytecode(Bytecodes::_fast_agetfield, bc, rbx);
2865 case Bytecodes::_fast_agetfield:
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp705 // _aload_0, _fast_agetfield (atos)
733 __ cmp(G3_scratch, (int)Bytecodes::_fast_agetfield);
2315 patch_bytecode(Bytecodes::_fast_agetfield, G3_scratch, G4_scratch);
2491 case Bytecodes::_fast_agetfield:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1415 case Bytecodes._fast_aaccess_0: ppNewRef(rCTS, itr.bci()); break; // Pair bytecode for (aload_0, _fast_agetfield)
1421 case Bytecodes._fast_agetfield: ppNewRef(rCTS, itr.bci()); break;

Completed in 223 milliseconds