Searched refs:_fast_agetfield (Results 1 - 8 of 8) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 248 _fast_agetfield = number_of_java_codes, enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 502 def(_fast_agetfield , "fast_agetfield" , "bJJ" , NULL , T_OBJECT , 0, true , _getfield );
|
H A D | templateTable.cpp | 480 def(Bytecodes::_fast_agetfield , ubcp|____|____|____, atos, atos, fast_accessfield , atos );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 246 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 D | templateTable_x86_32.cpp | 786 // _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 D | templateTable_x86_64.cpp | 794 // _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 D | templateTable_sparc.cpp | 705 // _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 D | GenerateOopMap.java | 1415 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