Searched refs:FailureAddress (Results 1 – 4 of 4) sorted by relevance
123 uintptr_t FailureAddress = 0x9000; in TEST_F() local135 uintptr_t FailureAddress = 0x7000; in TEST_F() local138 State.FailureAddress = FailureAddress; in TEST_F()144 checkMetadata(Index, FailureAddress); in TEST_F()150 uintptr_t FailureAddress = 0x7001; in TEST_F() local153 State.FailureAddress = FailureAddress; in TEST_F()163 uintptr_t FailureAddress = 0x7001; in TEST_F() local166 State.FailureAddress = FailureAddress; in TEST_F()178 uintptr_t FailureAddress = 0x7001; in TEST_F() local190 uintptr_t FailureAddress = 0x6000; in TEST_F() local[all …]
145 uintptr_t FailureAddress = 0; member161 static_assert(offsetof(AllocatorState, FailureAddress) == 48, "");166 static_assert(offsetof(AllocatorState, FailureAddress) == 48, "");171 static_assert(offsetof(AllocatorState, FailureAddress) == 28, "");176 static_assert(offsetof(AllocatorState, FailureAddress) == 28, "");
26 if (State->FailureType != Error::UNKNOWN && State->FailureAddress != 0) in __gwp_asan_error_is_mine()35 return State->FailureAddress; in __gwp_asan_get_internal_crash_address()
263 State.FailureAddress = Address; in trapOnAddress()