Searched defs:nextOffset (Results 1 – 4 of 4) sorted by relevance
101 auto nextOffset = next != table.end() ? next->offset : method->GetCodeSize(); in GetCurrentLineLocations() local123 uint32_t nextOffset; in GetContinueToLocations() local
103 auto nextOffset = next != table.end() ? next->offset : method->GetCodeSize(); in GetCurrentLineLocations() local125 uint32_t nextOffset; in GetContinueToLocations() local
145 … uint32_t nextOffset = ((j == lineTable.size() - 1) ? UINT32_MAX : lineTable[j + 1].offset); in MatchWithLocation() local
938 auto nextOffset = Int32LSR(Int32Mul(count, Int32Add(count, Int32(1))), in GetNextPositionForHash() local