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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp256 bool _is_method_handle_invoke; // true if the associated call site is a MethodHandle call site. member in class:CodeEmitInfo
279 bool is_method_handle_invoke() const { return _is_method_handle_invoke; }
280 void set_is_method_handle_invoke(bool x) { _is_method_handle_invoke = x; }

Completed in 30 milliseconds