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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp259 _fast_cputfield , enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp513 def(_fast_cputfield , "fast_cputfield" , "bJJ" , NULL , T_CHAR , 0, true , _putfield );
H A DtemplateTable.cpp491 def(Bytecodes::_fast_cputfield , ubcp|____|____|____, itos, vtos, fast_storefield , itos );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java256 public static final int _fast_cputfield = 213; field in class:Bytecodes
777 def(_fast_cputfield , "fast_cputfield" , "bJJ" , null , BasicType.getTChar() , 0, true , _putfield );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp214 case Bytecodes::_fast_cputfield:
2543 patch_bytecode(Bytecodes::_fast_cputfield, rcx, rbx, true, byte_no);
2676 case Bytecodes::_fast_cputfield: // fall through
2698 case Bytecodes::_fast_cputfield: // fall through
2749 case Bytecodes::_fast_cputfield: __ movw(lo, rax); break;
2783 case Bytecodes::_fast_cputfield: __ movw(lo, rax); break;
H A DtemplateTable_x86_64.cpp220 case Bytecodes::_fast_cputfield:
2602 patch_bytecode(Bytecodes::_fast_cputfield, bc, rbx, true, byte_no);
2711 case Bytecodes::_fast_cputfield: // fall through
2736 case Bytecodes::_fast_cputfield: // fall through
2795 case Bytecodes::_fast_cputfield:
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp169 case Bytecodes::_fast_cputfield:
2530 case Bytecodes::_fast_cputfield: // fall through
2547 case Bytecodes::_fast_cputfield: // fall through
2771 patch_bytecode(Bytecodes::_fast_cputfield, G3_scratch, G4_scratch, true, byte_no);
2868 case Bytecodes::_fast_cputfield: /* fall through */

Completed in 2220 milliseconds