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

/openjdk7/hotspot/src/share/vm/code/
H A DpcDesc.hpp84 bool is_method_handle_invoke() const { return (_flags & PCDESC_is_method_handle_invoke) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
H A DdebugInfoRec.cpp286 bool is_method_handle_invoke,
301 last_pd->set_is_method_handle_invoke(is_method_handle_invoke);
282 describe_scope(int pc_offset, ciMethod* method, int bci, bool reexecute, bool is_method_handle_invoke, bool return_oop, DebugToken* locals, DebugToken* expressions, DebugToken* monitors) argument
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp232 void record_debug_info(DebugInformationRecorder* recorder, int pc_offset, bool topmost, bool is_method_handle_invoke = false) {
243 recorder->describe_scope(pc_offset, scope()->method(), bci(), reexecute, is_method_handle_invoke, return_oop, locvals, expvals, monvals);
279 bool is_method_handle_invoke() const { return _is_method_handle_invoke; } function in class:CodeEmitInfo
H A Dc1_LIRGenerator.cpp2769 bool is_method_handle_invoke = (// %%% FIXME: Are both of these relevant? local
2772 if (is_method_handle_invoke) {
2815 if (is_method_handle_invoke) {
H A Dc1_LIR.hpp1164 bool is_method_handle_invoke() const { function in class:LIR_OpJavaCall
/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp618 bool is_method_handle_invoke() const { return _method_handle_invoke; } function in class:CallJavaNode
H A Dmatcher.cpp1141 bool is_method_handle_invoke = false; // for special kill effects local
1166 is_method_handle_invoke = call_java->is_method_handle_invoke();
1167 mcall_java->_method_handle_invoke = is_method_handle_invoke;
1168 if (is_method_handle_invoke) {
1284 if (is_method_handle_invoke) {
H A Doutput.cpp823 bool is_method_handle_invoke = false; local
837 is_method_handle_invoke = true;
958 debug_info()->describe_scope(safepoint_pc_offset, scope_method, jvms->bci(), jvms->should_reexecute(), is_method_handle_invoke, return_oop, locvals, expvals, monvals);

Completed in 80 milliseconds