Searched defs:lir_virtual_call (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp942 , lir_virtual_call enumerator in enum:LIR_Code
1174 assert(_code == lir_virtual_call, "only have vtable for real vcall");
1947 append(new LIR_OpJavaCall(lir_virtual_call, method, receiver, result, vtable_offset, arguments, info));

Completed in 890 milliseconds