Searched refs:address_word (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DmarkOop.hpp143 hash_mask_in_place = (address_word)hash_mask << hash_shift
155 (address_word)hash_mask << hash_shift;
167 enum { no_hash_in_place = (address_word)no_hash << hash_shift,
384 (address_word)size_mask << size_shift;
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp237 typedef uintptr_t address_word; // unsigned integer which will hold a pointer typedef
251 inline address_word mask_address_bits(address x, int m) { return address_word(x) & m; }
252 inline address_word castable_address(address x) { return address_word(x) ; }
253 inline address_word castable_address(void* x) { return address_word(x) ; }
290 #define CAST_FROM_FN_PTR(new_type, func_ptr) ((new_type)((address_word)(func_ptr)))

Completed in 50 milliseconds