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 && 32 HT.HstPtrEnd == (uintptr_t) HstPtrBegin + Size && 51 newEntry.HstPtrBase = (uintptr_t) HstPtrBegin; 52 newEntry.HstPtrBegin = (uintptr_t) HstPtrBegin; 53 newEntry.HstPtrEnd = (uintptr_t) HstPtrBegin + Size;