Searched refs:_fast_iputfield (Results 1 - 7 of 7) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 262 _fast_iputfield , enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 516 def(_fast_iputfield , "fast_iputfield" , "bJJ" , NULL , T_INT , 0, true , _putfield );
|
H A D | templateTable.cpp | 494 def(Bytecodes::_fast_iputfield , ubcp|____|____|____, itos, vtos, fast_storefield , itos );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 259 public static final int _fast_iputfield = 216; field in class:Bytecodes 780 def(_fast_iputfield , "fast_iputfield" , "bJJ" , null , BasicType.getTInt() , 0, true , _putfield );
|
/openjdk7/hotspot/src/cpu/x86/vm/ |
H A D | templateTable_x86_32.cpp | 217 case Bytecodes::_fast_iputfield: 2513 patch_bytecode(Bytecodes::_fast_iputfield, rcx, rbx, true, byte_no); 2677 case Bytecodes::_fast_iputfield: __ push_i(rax); break; 2699 case Bytecodes::_fast_iputfield: __ pop_i(rax); break; 2750 case Bytecodes::_fast_iputfield: __ movl(lo, rax); break; 2784 case Bytecodes::_fast_iputfield: __ movl(lo, rax); break;
|
H A D | templateTable_x86_64.cpp | 223 case Bytecodes::_fast_iputfield: 2587 patch_bytecode(Bytecodes::_fast_iputfield, bc, rbx, true, byte_no); 2712 case Bytecodes::_fast_iputfield: __ push_i(rax); break; 2737 case Bytecodes::_fast_iputfield: __ pop_i(rax); break; 2787 case Bytecodes::_fast_iputfield:
|
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | templateTable_sparc.cpp | 172 case Bytecodes::_fast_iputfield: 2531 case Bytecodes::_fast_iputfield: __ push_i(Otos_i); break; 2548 case Bytecodes::_fast_iputfield: __ pop_i(Otos_i); break; 2703 patch_bytecode(Bytecodes::_fast_iputfield, G3_scratch, G4_scratch, true, byte_no); 2870 case Bytecodes::_fast_iputfield: __ st(Otos_i, Rclass, Roffset); break;
|
Completed in 120 milliseconds