Searched refs:kDepthMask (Results 1 – 2 of 2) sorted by relevance
3895 int ConsStringIterator::OffsetForDepth(int depth) { return depth & kDepthMask; } in OffsetForDepth()3899 frames_[depth_++ & kDepthMask] = string; in PushLeft()3905 frames_[(depth_-1) & kDepthMask] = string; in PushRight()
9314 static const int kDepthMask = kStackSize-1; variable