Searched refs:AddressIsAscii (Results 1 – 3 of 3) sorted by relevance
66 bool AddressIsAscii(uint64_t);
109 bool Exploitability::AddressIsAscii(uint64_t address) { in AddressIsAscii() function in google_breakpad::Exploitability
261 if (!near_null && AddressIsAscii(address)) in CheckPlatformExploitability()