Searched refs:_fast_iload (Results 1 - 7 of 7) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 271 _fast_iload , enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 525 def(_fast_iload , "fast_iload" , "bi" , NULL , T_INT , 1, false, _iload);
|
H A D | templateTable.cpp | 503 def(Bytecodes::_fast_iload , ubcp|____|____|____, vtos, itos, fast_iload , _ );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 266 public static final int _fast_iload = 223; field in class:Bytecodes 789 def(_fast_iload , "fast_iload" , "bi" , null , BasicType.getTInt() , 1, false, _iload);
|
/openjdk7/hotspot/src/cpu/x86/vm/ |
H A D | templateTable_x86_32.cpp | 520 __ cmpl(rbx, Bytecodes::_fast_iload); 530 __ movl(rcx, Bytecodes::_fast_iload);
|
H A D | templateTable_x86_64.cpp | 539 __ cmpl(rbx, Bytecodes::_fast_iload); 549 __ movl(bc, Bytecodes::_fast_iload);
|
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | templateTable_sparc.cpp | 483 __ cmp(G3_scratch, (int)Bytecodes::_fast_iload); 491 __ set(Bytecodes::_fast_iload, G4_scratch); // don't check again
|
Completed in 112 milliseconds