reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
29 if ((uintptr_t)HstPtrBegin == HT.HstPtrBegin) { 31 bool isValid = HT.HstPtrBegin == (uintptr_t) HstPtrBegin && 52 newEntry.HstPtrBegin = (uintptr_t) HstPtrBegin; 75 if ((uintptr_t)HstPtrBegin == ii->HstPtrBegin) { 103 if (hp >= HT.HstPtrBegin && hp < HT.HstPtrEnd) { 128 lr.Flags.IsContained = hp >= HT.HstPtrBegin && hp < HT.HstPtrEnd && 131 lr.Flags.ExtendsBefore = hp < HT.HstPtrBegin && (hp+Size) > HT.HstPtrBegin; 131 lr.Flags.ExtendsBefore = hp < HT.HstPtrBegin && (hp+Size) > HT.HstPtrBegin; 179 uintptr_t tp = HT.TgtPtrBegin + ((uintptr_t)HstPtrBegin - HT.HstPtrBegin); 237 uintptr_t tp = HT.TgtPtrBegin + ((uintptr_t)HstPtrBegin - HT.HstPtrBegin); 265 uintptr_t tp = HT.TgtPtrBegin + (hp - HT.HstPtrBegin);