Home
last modified time | relevance | path

Searched refs:AddressIsAscii (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Dexploitability.h57 bool AddressIsAscii(uint64_t);
/external/google-breakpad/src/processor/
Dexploitability.cc99 bool Exploitability::AddressIsAscii(uint64_t address) { in AddressIsAscii() function in google_breakpad::Exploitability
Dexploitability_win.cc265 if (!near_null && AddressIsAscii(address)) in CheckPlatformExploitability()