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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp943 , lir_dynamic_call enumerator in enum:LIR_Code
1163 bool is_invokedynamic() const { return code() == lir_dynamic_call; }
1951 append(new LIR_OpJavaCall(lir_dynamic_call, method, receiver, result, dest, arguments, info));

Completed in 1270 milliseconds