Searched refs:OffsetForDepth (Results 1 – 3 of 3) sorted by relevance
3895 int ConsStringIterator::OffsetForDepth(int depth) { return depth & kDepthMask; } in OffsetForDepth() function
9316 static inline int OffsetForDepth(int depth);
11458 ConsString* cons_string = frames_[OffsetForDepth(depth_ - 1)]; in NextLeaf()