Searched refs:kRecordFPModulus (Results 1 – 2 of 2) sorted by relevance
80 const unsigned kRecordFPModulus = 1 << (64 - kRecordFPShift + kRecordFPLShift); variable
218 CHECK_LT(fp, kRecordFPModulus); in PrintStackAllocations() 236 // So we know only `FP % kRecordFPModulus`, and we can only calculate in PrintStackAllocations() 237 // `local_beg % kRecordFPModulus`. in PrintStackAllocations() 240 uptr local_beg_mod = (fp + local.frame_offset) % kRecordFPModulus; in PrintStackAllocations() 243 RoundDownTo(untagged_addr, kRecordFPModulus) + local_beg_mod; in PrintStackAllocations() 247 local_beg -= kRecordFPModulus; in PrintStackAllocations() 255 for (uptr i = 0; i < 2; ++i, local_beg += kRecordFPModulus) { in PrintStackAllocations()