Searched refs:_fast_invokevfinal (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp275 _fast_invokevfinal , enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp530 def(_fast_invokevfinal , "fast_invokevfinal" , "bJJ" , NULL , T_ILLEGAL, -1, true, _invokevirtual );
H A DtemplateTable.cpp507 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 DBytecodes.java269 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 DtemplateTable_sparc.cpp3055 patch_bytecode(Bytecodes::_fast_invokevfinal, Rscratch, Rtemp);

Completed in 55 milliseconds