Searched refs:verify_return_pc (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.hpp471 static bool verify_return_pc(address x);
474 // assert(frame::verify_return_pc(return_address), "must be a return pc");
H A Dframe.cpp1286 bool frame::verify_return_pc(address x) { function in class:frame
H A DsharedRuntime.cpp478 assert(frame::verify_return_pc(return_address), err_msg("must be a return address: " INTPTR_FORMAT, return_address));

Completed in 45 milliseconds