Searched refs:newStackSize (Results 1 – 1 of 1) sorted by relevance
3668 int32_t newStackSize = (int32_t)fData[opValue]; in MatchAt() local3669 U_ASSERT(newStackSize <= fStack->size()); in MatchAt()3670 int64_t *newFP = fStack->getBuffer() + newStackSize - fFrameSize; in MatchAt()3679 fStack->setSize(newStackSize); in MatchAt()3826 int32_t newStackSize =(int32_t)fData[opValue]; in MatchAt() local3827 U_ASSERT(stackSize >= newStackSize); in MatchAt()3828 if (stackSize > newStackSize) { in MatchAt()3832 int64_t *newFP = fStack->getBuffer() + newStackSize - fFrameSize; in MatchAt()3838 fStack->setSize(newStackSize); in MatchAt()4109 int32_t newStackSize = (int32_t)fData[opValue]; in MatchAt() local[all …]