Searched refs:_fast_aputfield (Results 1 - 7 of 7) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 257 _fast_aputfield , enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 511 def(_fast_aputfield , "fast_aputfield" , "bJJ" , NULL , T_OBJECT , 0, true , _putfield );
|
H A D | templateTable.cpp | 489 def(Bytecodes::_fast_aputfield , ubcp|____|____|____, atos, vtos, fast_storefield , atos );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 254 public static final int _fast_aputfield = 211; field in class:Bytecodes 775 def(_fast_aputfield , "fast_aputfield" , "bJJ" , null , BasicType.getTObject() , 0, true , _putfield );
|
/openjdk7/hotspot/src/cpu/x86/vm/ |
H A D | templateTable_x86_32.cpp | 212 case Bytecodes::_fast_aputfield: 2528 patch_bytecode(Bytecodes::_fast_aputfield, rcx, rbx, true, byte_no); 2673 case Bytecodes::_fast_aputfield: __ push_ptr(rax); break; 2695 case Bytecodes::_fast_aputfield: __ pop_ptr(rax); break; 2757 case Bytecodes::_fast_aputfield: { 2791 case Bytecodes::_fast_aputfield: {
|
H A D | templateTable_x86_64.cpp | 218 case Bytecodes::_fast_aputfield: 2572 patch_bytecode(Bytecodes::_fast_aputfield, bc, rbx, true, byte_no); 2708 case Bytecodes::_fast_aputfield: __ push_ptr(rax); break; 2733 case Bytecodes::_fast_aputfield: __ pop_ptr(rax); break; 2781 case Bytecodes::_fast_aputfield:
|
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | templateTable_sparc.cpp | 167 case Bytecodes::_fast_aputfield: 2527 case Bytecodes::_fast_aputfield: __ push_ptr(Otos_i); break; 2544 case Bytecodes::_fast_aputfield: __ pop_ptr(Otos_i); break; 2719 patch_bytecode(Bytecodes::_fast_aputfield, G3_scratch, G4_scratch, true, byte_no); 2878 case Bytecodes::_fast_aputfield:
|
Completed in 4278 milliseconds