Searched refs:EndSequence (Results 1 – 6 of 6) sorted by relevance
144 EndSequence = false; in reset()156 << (EndSequence ? " end_sequence" : "") in dump()215 if (Row.EndSequence) { in appendRowToMatrix()285 State.Row.EndSequence = true; in parse()
193 Vector<int> sequence = collector.EndSequence(); in TEST()219 i::Vector<char> seq = collector.EndSequence(); in TEST()
126 EndSequence:1, member
870 if (!Row.EndSequence) { in emitLineTableForUnit()2273 InsertPoint->Address == Seq.front().Address && InsertPoint->EndSequence) { in insertLineSequence()2346 (Row.Address == CurrRange.stop() && !Row.EndSequence)) { in patchLineTableForUnit()2379 Seq.back().EndSequence = 1; in patchLineTableForUnit()2391 if (Row.EndSequence && Seq.empty()) in patchLineTableForUnit()2398 if (Row.EndSequence) in patchLineTableForUnit()
1369 return backing_store_.EndSequence().start(); in BackupKey()
633 Vector<T> EndSequence() {