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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp254 _fast_lgetfield , enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp508 def(_fast_lgetfield , "fast_lgetfield" , "bJJ" , NULL , T_LONG , 0, true , _getfield );
H A DtemplateTable.cpp486 def(Bytecodes::_fast_lgetfield , ubcp|____|____|____, atos, ltos, fast_accessfield , ltos );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java252 public static final int _fast_lgetfield = 209; field in class:Bytecodes
772 def(_fast_lgetfield , "fast_lgetfield" , "bJJ" , null , BasicType.getTLong() , 0, true , _getfield );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_64.cpp2406 patch_bytecode(Bytecodes::_fast_lgetfield, bc, rbx);
2869 case Bytecodes::_fast_lgetfield:
H A DtemplateTable_x86_32.cpp2348 // Don't rewrite to _fast_lgetfield for potential volatile case.
2846 case Bytecodes::_fast_lgetfield: __ stop("should not be rewritten"); break;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp2346 patch_bytecode(Bytecodes::_fast_lgetfield, G3_scratch, G4_scratch);
2482 case Bytecodes::_fast_lgetfield:

Completed in 126 milliseconds