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

/openjdk9/hotspot/src/os/aix/vm/
H A Dmisc_aix.hpp96 bool is_readable_pointer(const void* p);
H A Dmisc_aix.cpp52 bool MiscUtils::is_readable_pointer(const void* p) { function in class:MiscUtils
H A Dporting_aix.cpp139 // .. (Note that is_readable_pointer returns true if safefetch stubs are not there yet;
143 if (!MiscUtils::is_readable_pointer(p)) { \
231 while (i < l && MiscUtils::is_readable_pointer(p + i)) {
490 if (!MiscUtils::is_readable_pointer(pc)) {
696 if (cur_iar && MiscUtils::is_readable_pointer(cur_iar)) {
709 if (cur_lr && MiscUtils::is_readable_pointer(cur_lr)) {
728 !MiscUtils::is_readable_pointer(cur_rtoc)) {

Completed in 84 milliseconds