Home
last modified time | relevance | path

Searched refs:InstructionAddressSeemsValid (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Dstackwalker.h127 bool InstructionAddressSeemsValid(uint64_t address);
170 InstructionAddressSeemsValid(ip)) { in ScanForReturnAddress()
/external/google-breakpad/src/processor/
Dstackwalker.cc268 bool Stackwalker::InstructionAddressSeemsValid(uint64_t address) { in InstructionAddressSeemsValid() function in google_breakpad::Stackwalker