Lines Matching defs:address
408 // FUNCTION_ADDR(f) gets the address of a C function f.
411 // FUNCTION_CAST<F>(addr) casts an address into a function
881 // The allocated address is kTaggedSize aligned (this is default for most of
884 // The allocated address is kDoubleSize aligned.
886 // The (allocated address + kTaggedSize) is kDoubleSize aligned.
1441 inline uint32_t ObjectHash(Address address) {
1444 return static_cast<uint32_t>(address >> kTaggedSizeLog2);
1839 explicit constexpr PtrComprCageBase(Address address) : address_(address) {}
1845 inline Address address() const;