Searched refs:_fast_bputfield (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp258 _fast_bputfield , enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp512 def(_fast_bputfield , "fast_bputfield" , "bJJ" , NULL , T_INT , 0, true , _putfield );
H A DtemplateTable.cpp490 def(Bytecodes::_fast_bputfield , ubcp|____|____|____, itos, vtos, fast_storefield , itos );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java255 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 DtemplateTable_x86_32.cpp213 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 DtemplateTable_x86_64.cpp219 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 DtemplateTable_sparc.cpp168 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