Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DRegs.h97 bool Is32Bit() override { return sizeof(AddressType) == sizeof(uint32_t); } in Is32Bit() function
/system/core/libunwindstack/tests/
DRegsFake.h52 bool Is32Bit() { in Is32Bit() function