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

/openjdk10/hotspot/src/cpu/arm/vm/
H A Dframe_arm.inline.hpp127 inline bool frame::is_younger(intptr_t* id) const { assert(this->id() != NULL && id != NULL, "NULL frame id"); function in class:frame
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dframe_aarch64.inline.hpp142 inline bool frame::is_younger(intptr_t* id) const { assert(this->id() != NULL && id != NULL, "NULL frame id"); function in class:frame
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.inline.hpp62 inline bool frame::is_younger(intptr_t* id) const { assert(this->id() != NULL && id != NULL, "NULL frame id"); function in class:frame
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dframe_x86.inline.hpp138 inline bool frame::is_younger(intptr_t* id) const { assert(this->id() != NULL && id != NULL, "NULL frame id"); function in class:frame
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dframe_s390.inline.hpp111 inline bool frame::is_younger(intptr_t* id) const { function in class:frame

Completed in 49 milliseconds