Home
last modified time | relevance | path

Searched defs:IsLocal (Results 1 – 2 of 2) sorted by relevance

/system/core/libunwindstack/
DMemoryLocal.h31 bool IsLocal() const override { return true; } in IsLocal() function
/system/core/libunwindstack/include/unwindstack/
DMemory.h44 virtual bool IsLocal() const { return false; } in IsLocal() function