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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.cpp385 void frame::verify_deopt_original_pc(nmethod* nm, intptr_t* unextended_sp, bool is_method_handle_return) { argument
395 assert(nm->is_method_handle_return(original_pc) == is_method_handle_return, "must be");
419 else if (sender_nm->is_method_handle_return(_pc)) {
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp2199 bool nmethod::is_method_handle_return(address return_pc) { function in class:nmethod
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp1246 bool is_method_handle_return() const { return _is_method_handle_return == 1; } function in class:JavaThread

Completed in 37 milliseconds