Searched refs:_fast_lgetfield (Results 1 - 7 of 7) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 254 _fast_lgetfield , enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 508 def(_fast_lgetfield , "fast_lgetfield" , "bJJ" , NULL , T_LONG , 0, true , _getfield );
|
H A D | templateTable.cpp | 486 def(Bytecodes::_fast_lgetfield , ubcp|____|____|____, atos, ltos, fast_accessfield , ltos );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 252 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 D | templateTable_x86_64.cpp | 2406 patch_bytecode(Bytecodes::_fast_lgetfield, bc, rbx); 2869 case Bytecodes::_fast_lgetfield:
|
H A D | templateTable_x86_32.cpp | 2348 // 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 D | templateTable_sparc.cpp | 2346 patch_bytecode(Bytecodes::_fast_lgetfield, G3_scratch, G4_scratch); 2482 case Bytecodes::_fast_lgetfield:
|
Completed in 126 milliseconds