Searched refs:nextOffset (Results 1 – 3 of 3) sorted by relevance
91 bool updateOffset(size_t &nextOffset);95 bool TrieNode::updateOffset(size_t &nextOffset) { in updateOffset() argument116 bool result = (offset != nextOffset); in updateOffset()118 offset = nextOffset; in updateOffset()119 nextOffset += nodeSize; in updateOffset()
95 uint32_t nextOffset = curOffset + wordCount; in sliceInstruction() local96 if (nextOffset > binarySize) in sliceInstruction()101 curOffset = nextOffset; in sliceInstruction()
3847 uint64_t nextOffset = FPROffset; in LowerVASTART() local3854 MachinePointerInfo(SV, nextOffset), MVT::i8); in LowerVASTART()3855 nextOffset += StackOffset; in LowerVASTART()3860 MachinePointerInfo(SV, nextOffset)); in LowerVASTART()3861 nextOffset += FrameOffset; in LowerVASTART()3866 MachinePointerInfo(SV, nextOffset)); in LowerVASTART()