Searched refs:_fast_cputfield (Results 1 - 7 of 7) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 259 _fast_cputfield , enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 513 def(_fast_cputfield , "fast_cputfield" , "bJJ" , NULL , T_CHAR , 0, true , _putfield );
|
H A D | templateTable.cpp | 491 def(Bytecodes::_fast_cputfield , ubcp|____|____|____, itos, vtos, fast_storefield , itos );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 256 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 D | templateTable_x86_32.cpp | 214 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 D | templateTable_x86_64.cpp | 220 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 D | templateTable_sparc.cpp | 169 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