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

/openjdk7/hotspot/src/share/vm/oops/
H A Doop.inline.hpp194 inline bool check_obj_alignment(oop obj) { function
200 assert(check_obj_alignment(v), "Address not aligned");
228 assert(check_obj_alignment(result), err_msg("address not aligned: " PTR_FORMAT, (void*) result));
609 if (!check_obj_alignment(obj)) return false;
617 if (!check_obj_alignment(obj)) return false;
679 assert(check_obj_alignment(p),
690 assert(check_obj_alignment(p),

Completed in 35 milliseconds