Lines Matching defs:HotAddress
330 uint64_t HotAddress = Cold ? 0 : Address;
336 HotAddress = HotFuncs[HotIndex];
337 ColdPartSource.emplace(Address, HotAddress);
406 getBBHashMap(HotAddress).addEntry(InputOffset >> 1, BBIndex, BBHash);
442 const uint64_t HotAddress = fetchParentAddress(Address);
443 const bool IsHotFunction = HotAddress == 0;
450 getBBHashMap(HotAddress ? HotAddress : Address);
626 const uint64_t HotAddress = ParentAddress ? ParentAddress : CalleeAddress;
628 const BinaryFunction *ParentBF = BC.getBinaryFunctionAtAddress(HotAddress);
635 SecondaryEntryId = getSecondaryEntryPointId(HotAddress, InputOffset);