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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.cpp607 "valid_sp". So if "sp" is valid itself then it should be possible to walk frames
608 from "sp" to "valid_sp". The assumption is that the registers windows for the
611 bool frame::is_valid_stack_pointer(intptr_t* valid_sp, intptr_t* sp) { argument
612 return next_younger_sp_or_null(valid_sp, sp) != NULL;

Completed in 31 milliseconds