Searched refs:kIs64Bit (Results 1 – 1 of 1) sorted by relevance
490 constexpr bool kIs64Bit = true; variable492 constexpr bool kIs64Bit = false; variable531 oss << StringPrintf(kIs64Bit ? "%016" PRIx64 " ???" : "%08" PRIx64 " ???", it->pc); in DumpThread()533 oss << StringPrintf(kIs64Bit ? "%016" PRIx64 " " : "%08" PRIx64 " ", it->rel_pc); in DumpThread()