Searched refs:_fast_iload2 (Results 1 - 7 of 7) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 272 _fast_iload2 , enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 526 def(_fast_iload2 , "fast_iload2" , "bi_i" , NULL , T_INT , 2, false, _iload);
|
H A D | templateTable.cpp | 504 def(Bytecodes::_fast_iload2 , ubcp|____|____|____, vtos, itos, fast_iload2 , _ );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 267 public static final int _fast_iload2 = 224; field in class:Bytecodes 790 def(_fast_iload2 , "fast_iload2" , "bi_i" , null , BasicType.getTInt() , 2, false, _iload);
|
/openjdk7/hotspot/src/cpu/x86/vm/ |
H A D | templateTable_x86_32.cpp | 521 __ movl(rcx, Bytecodes::_fast_iload2);
|
H A D | templateTable_x86_64.cpp | 540 __ movl(bc, Bytecodes::_fast_iload2);
|
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | templateTable_sparc.cpp | 485 __ delayed()->set(Bytecodes::_fast_iload2, G4_scratch);
|
Completed in 885 milliseconds