Searched refs:_fast_bputfield (Results 1 - 7 of 7) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 258 _fast_bputfield , enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 512 def(_fast_bputfield , "fast_bputfield" , "bJJ" , NULL , T_INT , 0, true , _putfield );
|
H A D | templateTable.cpp | 490 def(Bytecodes::_fast_bputfield , ubcp|____|____|____, itos, vtos, fast_storefield , itos );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 255 public static final int _fast_bputfield = 212; field in class:Bytecodes 776 def(_fast_bputfield , "fast_bputfield" , "bJJ" , null , BasicType.getTInt() , 0, true , _putfield );
|
/openjdk7/hotspot/src/cpu/x86/vm/ |
H A D | templateTable_x86_32.cpp | 213 case Bytecodes::_fast_bputfield: 2498 patch_bytecode(Bytecodes::_fast_bputfield, rcx, rbx, true, byte_no); 2674 case Bytecodes::_fast_bputfield: // fall through 2696 case Bytecodes::_fast_bputfield: // fall through 2747 case Bytecodes::_fast_bputfield: __ movb(lo, rax); break; 2781 case Bytecodes::_fast_bputfield: __ movb(lo, rax); break;
|
H A D | templateTable_x86_64.cpp | 219 case Bytecodes::_fast_bputfield: 2556 patch_bytecode(Bytecodes::_fast_bputfield, bc, rbx, true, byte_no); 2709 case Bytecodes::_fast_bputfield: // fall through 2734 case Bytecodes::_fast_bputfield: // fall through 2790 case Bytecodes::_fast_bputfield:
|
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | templateTable_sparc.cpp | 168 case Bytecodes::_fast_bputfield: 2528 case Bytecodes::_fast_bputfield: // fall through 2545 case Bytecodes::_fast_bputfield: // fall through 2737 patch_bytecode(Bytecodes::_fast_bputfield, G3_scratch, G4_scratch, true, byte_no); 2867 case Bytecodes::_fast_bputfield: __ stb(Otos_i, Rclass, Roffset); break;
|
Completed in 2679 milliseconds