Searched refs:_fast_cgetfield (Results 1 - 7 of 7) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 250 _fast_cgetfield , enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 504 def(_fast_cgetfield , "fast_cgetfield" , "bJJ" , NULL , T_CHAR , 0, true , _getfield );
|
H A D | templateTable.cpp | 482 def(Bytecodes::_fast_cgetfield , ubcp|____|____|____, atos, itos, fast_accessfield , itos );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 248 public static final int _fast_cgetfield = 205; field in class:Bytecodes 768 def(_fast_cgetfield , "fast_cgetfield" , "bJJ" , null , BasicType.getTChar() , 0, true , _getfield );
|
/openjdk7/hotspot/src/cpu/x86/vm/ |
H A D | templateTable_x86_32.cpp | 2318 patch_bytecode(Bytecodes::_fast_cgetfield, rcx, rbx); 2844 case Bytecodes::_fast_cgetfield: __ load_unsigned_short(rax, lo ); break;
|
H A D | templateTable_x86_64.cpp | 2382 patch_bytecode(Bytecodes::_fast_cgetfield, bc, rbx); 2881 case Bytecodes::_fast_cgetfield:
|
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | templateTable_sparc.cpp | 2376 patch_bytecode(Bytecodes::_fast_cgetfield, G3_scratch, G4_scratch); 2473 case Bytecodes::_fast_cgetfield:
|
Completed in 65 milliseconds