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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp249 _fast_bgetfield , enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp503 def(_fast_bgetfield , "fast_bgetfield" , "bJJ" , NULL , T_INT , 0, true , _getfield );
H A DtemplateTable.cpp481 def(Bytecodes::_fast_bgetfield , ubcp|____|____|____, atos, itos, fast_accessfield , itos );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java247 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 DtemplateTable_x86_32.cpp2281 patch_bytecode(Bytecodes::_fast_bgetfield, rcx, rbx);
2842 case Bytecodes::_fast_bgetfield: __ movsbl(rax, lo ); break;
H A DtemplateTable_x86_64.cpp2347 patch_bytecode(Bytecodes::_fast_bgetfield, bc, rbx);
2875 case Bytecodes::_fast_bgetfield:
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp2361 patch_bytecode(Bytecodes::_fast_bgetfield, G3_scratch, G4_scratch);
2470 case Bytecodes::_fast_bgetfield:

Completed in 839 milliseconds