Searched refs:firstLength (Results 1 – 1 of 1) sorted by relevance
81 uint32_t firstLength = first->GetLength(); in Append() local83 uint32_t length = firstLength + secondLength; in Append()87 for (; index < firstLength; ++index) { in Append()91 argument->Set(thread, index, second->Get(index - firstLength)); in Append()99 uint32_t firstLength = first->GetLength(); in AppendSkipHole() local101 ASSERT(firstLength + secondLength >= copyLength); in AppendSkipHole()106 for (; index < firstLength; ++index) { in AppendSkipHole()