Searched refs:_fast_icaload (Results 1 - 7 of 7) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 273 _fast_icaload , enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 527 def(_fast_icaload , "fast_icaload" , "bi_" , NULL , T_INT , 0, false, _iload);
|
H A D | templateTable.cpp | 505 def(Bytecodes::_fast_icaload , ubcp|____|____|____, vtos, itos, fast_icaload , _ );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 268 public static final int _fast_icaload = 225; field in class:Bytecodes 791 def(_fast_icaload , "fast_icaload" , "bi_" , null , BasicType.getTInt() , 0, false, _iload);
|
/openjdk7/hotspot/src/cpu/x86/vm/ |
H A D | templateTable_x86_32.cpp | 526 __ movl(rcx, Bytecodes::_fast_icaload);
|
H A D | templateTable_x86_64.cpp | 545 __ movl(bc, Bytecodes::_fast_icaload);
|
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | templateTable_sparc.cpp | 489 __ delayed()->set(Bytecodes::_fast_icaload, G4_scratch);
|
Completed in 71 milliseconds