Searched refs:_fast_invokevfinal (Results 1 - 5 of 5) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 275 _fast_invokevfinal , enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 530 def(_fast_invokevfinal , "fast_invokevfinal" , "bJJ" , NULL , T_ILLEGAL, -1, true, _invokevirtual );
|
H A D | templateTable.cpp | 507 def(Bytecodes::_fast_invokevfinal , ubcp|disp|clvm|____, vtos, vtos, fast_invokevfinal , f2_byte );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 269 public static final int _fast_invokevfinal = 226; field in class:Bytecodes 794 def(_fast_invokevfinal , "fast_invokevfinal" , "bJJ" , null , BasicType.getTIllegal(), -1, true, _invokevirtual);
|
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | templateTable_sparc.cpp | 3055 patch_bytecode(Bytecodes::_fast_invokevfinal, Rscratch, Rtemp);
|
Completed in 78 milliseconds