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