Searched refs:_fast_bgetfield (Results 1 - 7 of 7) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 249 _fast_bgetfield , enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 503 def(_fast_bgetfield , "fast_bgetfield" , "bJJ" , NULL , T_INT , 0, true , _getfield );
|
H A D | templateTable.cpp | 481 def(Bytecodes::_fast_bgetfield , ubcp|____|____|____, atos, itos, fast_accessfield , itos );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 247 public static final int _fast_bgetfield = 204; field in class:Bytecodes 767 def(_fast_bgetfield , "fast_bgetfield" , "bJJ" , null , BasicType.getTInt() , 0, true , _getfield );
|
/openjdk7/hotspot/src/cpu/x86/vm/ |
H A D | templateTable_x86_32.cpp | 2281 patch_bytecode(Bytecodes::_fast_bgetfield, rcx, rbx); 2842 case Bytecodes::_fast_bgetfield: __ movsbl(rax, lo ); break;
|
H A D | templateTable_x86_64.cpp | 2347 patch_bytecode(Bytecodes::_fast_bgetfield, bc, rbx); 2875 case Bytecodes::_fast_bgetfield:
|
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | templateTable_sparc.cpp | 2361 patch_bytecode(Bytecodes::_fast_bgetfield, G3_scratch, G4_scratch); 2470 case Bytecodes::_fast_bgetfield:
|
Completed in 707 milliseconds