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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp263 _fast_lputfield , enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp517 def(_fast_lputfield , "fast_lputfield" , "bJJ" , NULL , T_LONG , 0, true , _putfield );
H A DtemplateTable.cpp495 def(Bytecodes::_fast_lputfield , ubcp|____|____|____, ltos, vtos, fast_storefield , ltos );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp218 case Bytecodes::_fast_lputfield:
2595 patch_bytecode(Bytecodes::_fast_lputfield, rcx, rbx, true, byte_no);
2680 case Bytecodes::_fast_lputfield: __ push_l(rax); break;
2702 case Bytecodes::_fast_lputfield: __ pop_l(rax); break;
2719 if (bytecode() == Bytecodes::_fast_lputfield) __ push(rdx);
2736 if (bytecode() == Bytecodes::_fast_lputfield) __ pop(rdx);
2751 case Bytecodes::_fast_lputfield:
2774 if (bytecode() == Bytecodes::_fast_lputfield) __ pop(rdx);
2785 case Bytecodes::_fast_lputfield:
H A DtemplateTable_x86_64.cpp224 case Bytecodes::_fast_lputfield:
2632 patch_bytecode(Bytecodes::_fast_lputfield, bc, rbx, true, byte_no);
2715 case Bytecodes::_fast_lputfield: __ push_l(rax); break;
2740 case Bytecodes::_fast_lputfield: __ pop_l(rax); break;
2784 case Bytecodes::_fast_lputfield:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java260 public static final int _fast_lputfield = 217; field in class:Bytecodes
781 def(_fast_lputfield , "fast_lputfield" , "bJJ" , null , BasicType.getTLong() , 0, true , _putfield );
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp173 case Bytecodes::_fast_lputfield:
2535 case Bytecodes::_fast_lputfield: __ push_l(Otos_l); break;
2551 case Bytecodes::_fast_lputfield: __ pop_l(Otos_l); break;
2754 patch_bytecode(Bytecodes::_fast_lputfield, G3_scratch, G4_scratch, true, byte_no);
2871 case Bytecodes::_fast_lputfield: __ st_long(Otos_l, Rclass, Roffset); break;

Completed in 140 milliseconds