Searched refs:ComputeAddressHash (Results 1 – 3 of 3) sorted by relevance
104 ComputeAddressHash(code_address)); in FindOrCreateEntry()109 ComputeAddressHash(code_address)); in FindEntry()
515 ComputeAddressHash(from)); in MoveObject()521 ComputeAddressHash(to)); in MoveObject()529 reinterpret_cast<void*>(to), ComputeAddressHash(to)); in MoveObject()565 reinterpret_cast<void*>(addr), ComputeAddressHash(addr)); in FindEntry()579 reinterpret_cast<void*>(addr), ComputeAddressHash(addr)); in FindOrAddEntry()610 ComputeAddressHash(canonical_addr)); in AddMergedNativeEntry()720 ComputeAddressHash(entry_info.addr)); in RemoveDeadEntries()732 ComputeAddressHash(entry_info.addr)); in RemoveDeadEntries()
277 inline uint32_t ComputeAddressHash(Address address) { in ComputeAddressHash() function