Lines Matching defs:address
27 Address AlignAddress(Address address, size_t alignment) {
29 RoundUp(reinterpret_cast<uintptr_t>(address), alignment));
35 BasePage* BasePage::FromInnerAddress(const HeapBase* heap, void* address) {
37 FromInnerAddress(heap, const_cast<const void*>(address)));
42 const void* address) {
44 heap->page_backend()->Lookup(static_cast<ConstAddress>(address)));
87 void* address) const {
89 TryObjectHeaderFromInnerAddress(const_cast<const void*>(address)));
93 const void* address) const {
96 static_cast<ConstAddress>(address)))
100 if (!normal_page->PayloadContains(static_cast<ConstAddress>(address)))
108 // |address| is on the heap, so we FromInnerAddress can get the header.
110 ObjectHeaderFromInnerAddressImpl(this, address);