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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.inline.hpp58 inline bool frame::is_younger(intptr_t* id) const { assert(this->id() != NULL && id != NULL, "NULL frame id"); function in class:frame
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.inline.hpp125 inline bool frame::is_younger(intptr_t* id) const { assert(this->id() != NULL && id != NULL, "NULL frame id"); function in class:frame

Completed in 29 milliseconds