Home
last modified time | relevance | path

Searched refs:mOpQueue (Results 1 – 25 of 60) sorted by relevance

123

/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5TreeBuilderCppSupplement.h67 mOpQueue.Clear(); in ~nsHtml5TreeBuilder()
739 mOpQueue.Clear(); in end()
1026 uint32_t len = mOpQueue.Length(); in HasScript()
1054 bool hasOps = !mOpQueue.IsEmpty(); in Flush()
1059 MOZ_ASSERT(mOpQueue.Length() == 1, in Flush()
1061 MOZ_ASSERT(mOpQueue[0].IsMarkAsBroken(), in Flush()
1064 mOpSink->MoveOpsFrom(mOpQueue); in Flush()
1069 mOpQueue.Clear(); in Flush()
1095 mOpQueue.AppendElement()->Init( in SetDocumentCharset()
1148 mOpQueue.ElementAt(mOpQueue.Length() - 1).SetSnapshot(aSnapshot, aLine); in AddSnapshotToScript()
[all …]
H A DnsHtml5Highlighter.cpp80 mOpQueue.AppendElement()->Init(STANDARDS_MODE); in Start()
114 mOpQueue.AppendElement()->Init(eTreeOpStartLayout); in Start()
468 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in End()
612 bool hasOps = !mOpQueue.IsEmpty(); in FlushOps()
614 mOpSink->MoveOpsFrom(mOpQueue); in FlushOps()
663 mOpQueue.AppendElement()->Init(kNameSpaceID_XHTML, in CreateElement()
706 mOpQueue.AppendElement()->Init(eTreeOpAppendText, in AppendCharacters()
726 mOpQueue.AppendElement()->Init(eTreeOpAddViewSourceHref, in AddViewSourceHref()
743 mOpQueue.AppendElement()->Init(eTreeOpAddViewSourceBase, in AddBase()
751 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentNode()
[all …]
H A DnsHtml5TreeOpExecutor.cpp77 mOpQueue.Clear(); in ~nsHtml5TreeOpExecutor()
88 NS_ASSERTION(mOpQueue.IsEmpty(), "Somehow there's stuff in the op queue."); in ~nsHtml5TreeOpExecutor()
426 if (mOpQueue.IsEmpty()) { in RunFlushLoop()
438 uint32_t numberOfOpsToFlush = mOpQueue.Length(); in RunFlushLoop()
440 const nsHtml5TreeOperation* first = mOpQueue.Elements(); in RunFlushLoop()
460 mOpQueue.RemoveElementsAt(0, (iter - first) + 1); in RunFlushLoop()
476 mOpQueue.Clear(); in RunFlushLoop()
544 uint32_t numberOfOpsToFlush = mOpQueue.Length(); in FlushDocumentWrite()
546 const nsHtml5TreeOperation* start = mOpQueue.Elements(); in FlushDocumentWrite()
564 mOpQueue.Clear(); in FlushDocumentWrite()
[all …]
H A DnsHtml5TreeOpStage.cpp22 mOpQueue.AppendElements(Move(aOpQueue)); in MoveOpsFrom()
30 aOpQueue.AppendElements(Move(mOpQueue)); in MoveOpsAndSpeculativeLoadsTo()
54 NS_ASSERTION(mOpQueue.IsEmpty(), "The stage was supposed to be empty."); in AssertEmpty()
H A DnsHtml5Speculation.cpp29 mOpQueue.AppendElements(Move(aOpQueue)); in MoveOpsFrom()
35 aSink->MoveOpsFrom(mOpQueue); in FlushToSink()
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5TreeBuilderCppSupplement.h70 mOpQueue.Clear(); in ~nsHtml5TreeBuilder()
782 mOpQueue.Clear(); in end()
1093 uint32_t len = mOpQueue.Length(); in HasScript()
1097 return mOpQueue.ElementAt(len - 1).IsRunScript(); in HasScript()
1117 bool hasOps = !mOpQueue.IsEmpty(); in Flush()
1122 MOZ_ASSERT(mOpQueue.Length() == 1, in Flush()
1125 MOZ_ASSERT(mOpQueue[0].IsMarkAsBroken(), in Flush()
1129 mOpSink->MoveOpsFrom(mOpQueue); in Flush()
1134 mOpQueue.Clear(); in Flush()
1216 mOpQueue.ElementAt(mOpQueue.Length() - 1).SetSnapshot(aSnapshot, aLine); in AddSnapshotToScript()
[all …]
H A DnsHtml5Highlighter.cpp73 mOpQueue.AppendElement()->Init(STANDARDS_MODE); in Start()
116 mOpQueue.AppendElement()->Init(eTreeOpStartLayout); in Start()
467 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in End()
587 bool hasOps = !mOpQueue.IsEmpty(); in FlushOps()
589 mOpSink->MoveOpsFrom(mOpQueue); in FlushOps()
697 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentNode()
704 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentRun()
712 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentRun()
720 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentRun()
727 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentAmpersand()
[all …]
H A DnsHtml5TreeOpStage.cpp15 mOpQueue.AppendElements(Move(aOpQueue)); in MoveOpsFrom()
22 aOpQueue.AppendElements(Move(mOpQueue)); in MoveOpsAndSpeculativeLoadsTo()
42 NS_ASSERTION(mOpQueue.IsEmpty(), "The stage was supposed to be empty."); in AssertEmpty()
H A DnsHtml5TreeOpExecutor.cpp121 NS_ASSERTION(mOpQueue.IsEmpty(), "Somehow there's stuff in the op queue."); in ~nsHtml5TreeOpExecutor()
399 mStage.MoveOpsAndSpeculativeLoadsTo(mOpQueue, speculativeLoadQueue); in RunFlushLoop()
430 if (mOpQueue.IsEmpty()) { in RunFlushLoop()
446 nsHtml5TreeOperation* first = mOpQueue.Elements(); in RunFlushLoop()
447 nsHtml5TreeOperation* last = first + mOpQueue.Length() - 1; in RunFlushLoop()
565 nsHtml5TreeOperation* start = mOpQueue.Elements(); in FlushDocumentWrite()
566 nsHtml5TreeOperation* end = start + mOpQueue.Length(); in FlushDocumentWrite()
808 mOpQueue.AppendElements(Move(aOpQueue)); in MoveOpsFrom()
814 mOpQueue.Clear(); in ClearOpQueue()
821 mOpQueue.RemoveElementsAt(0, aNumberOfOpsToRemove); in RemoveFromStartOfOpQueue()
H A DnsHtml5Speculation.cpp24 mOpQueue.AppendElements(Move(aOpQueue)); in MoveOpsFrom()
28 aSink->MoveOpsFrom(mOpQueue); in FlushToSink()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5Highlighter.cpp81 mOpQueue.Clear(); in Rewind()
104 mOpQueue.AppendElement()->Init(mozilla::AsVariant(appendOp)); in Start()
501 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in End()
622 bool hasOps = !mOpQueue.IsEmpty(); in FlushOps()
624 mOpSink->MoveOpsFrom(mOpQueue); in FlushOps()
734 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentNode()
742 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentRun()
751 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentRun()
760 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentRun()
768 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentAmpersand()
[all …]
H A DnsHtml5TreeBuilderCppSupplement.h100 mOpQueue.Clear(); in ~nsHtml5TreeBuilder()
476 mOpQueue.AppendElement(mozilla::fallible); in createElement()
907 mOpQueue.Clear(); in end()
1197 uint32_t len = mOpQueue.Length(); in HasScript()
1201 return mOpQueue.ElementAt(len - 1).IsRunScript(); in HasScript()
1221 bool hasOps = !mOpQueue.IsEmpty(); in Flush()
1226 MOZ_ASSERT(mOpQueue.Length() == 1, in Flush()
1229 MOZ_ASSERT(mOpQueue[0].IsMarkAsBroken(), in Flush()
1233 mOpSink->MoveOpsFrom(mOpQueue); in Flush()
1238 mOpQueue.Clear(); in Flush()
[all …]
H A DnsHtml5TreeOpStage.cpp15 mOpQueue.AppendElements(std::move(aOpQueue)); in MoveOpsFrom()
22 aOpQueue.AppendElements(std::move(mOpQueue)); in MoveOpsAndSpeculativeLoadsTo()
28 aOpQueue.AppendElements(std::move(mOpQueue)); in MoveOpsTo()
46 MOZ_ASSERT(mOpQueue.IsEmpty(), "The stage was supposed to be empty."); in AssertEmpty()
H A DnsHtml5Speculation.cpp24 mOpQueue.AppendElements(std::move(aOpQueue)); in MoveOpsFrom()
28 aSink->MoveOpsFrom(mOpQueue); in FlushToSink()
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5TreeBuilderCppSupplement.h95 mOpQueue.Clear(); in ~nsHtml5TreeBuilder()
459 mOpQueue.AppendElement(mozilla::fallible); in createElement()
887 mOpQueue.Clear(); in end()
1181 uint32_t len = mOpQueue.Length(); in HasScript()
1185 return mOpQueue.ElementAt(len - 1).IsRunScript(); in HasScript()
1205 bool hasOps = !mOpQueue.IsEmpty(); in Flush()
1210 MOZ_ASSERT(mOpQueue.Length() == 1, in Flush()
1213 MOZ_ASSERT(mOpQueue[0].IsMarkAsBroken(), in Flush()
1217 mOpSink->MoveOpsFrom(mOpQueue); in Flush()
1222 mOpQueue.Clear(); in Flush()
[all …]
H A DnsHtml5Highlighter.cpp81 mOpQueue.AppendElement()->Init(mozilla::AsVariant(appendOp)); in Start()
104 mOpQueue.AppendElement()->Init(mozilla::AsVariant(updateOp)); in Start()
471 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in End()
592 bool hasOps = !mOpQueue.IsEmpty(); in FlushOps()
594 mOpSink->MoveOpsFrom(mOpQueue); in FlushOps()
704 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentNode()
712 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentRun()
721 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentRun()
730 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentRun()
738 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentAmpersand()
[all …]
H A DnsHtml5TreeOpStage.cpp15 mOpQueue.AppendElements(std::move(aOpQueue)); in MoveOpsFrom()
22 aOpQueue.AppendElements(std::move(mOpQueue)); in MoveOpsAndSpeculativeLoadsTo()
42 NS_ASSERTION(mOpQueue.IsEmpty(), "The stage was supposed to be empty."); in AssertEmpty()
/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5TreeBuilderCppSupplement.h95 mOpQueue.Clear(); in ~nsHtml5TreeBuilder()
471 mOpQueue.AppendElement(mozilla::fallible); in createElement()
902 mOpQueue.Clear(); in end()
1186 uint32_t len = mOpQueue.Length(); in HasScript()
1190 return mOpQueue.ElementAt(len - 1).IsRunScript(); in HasScript()
1210 bool hasOps = !mOpQueue.IsEmpty(); in Flush()
1215 MOZ_ASSERT(mOpQueue.Length() == 1, in Flush()
1218 MOZ_ASSERT(mOpQueue[0].IsMarkAsBroken(), in Flush()
1222 mOpSink->MoveOpsFrom(mOpQueue); in Flush()
1227 mOpQueue.Clear(); in Flush()
[all …]
H A DnsHtml5Highlighter.cpp80 mOpQueue.AppendElement()->Init(mozilla::AsVariant(appendOp)); in Start()
103 mOpQueue.AppendElement()->Init(mozilla::AsVariant(updateOp)); in Start()
470 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in End()
591 bool hasOps = !mOpQueue.IsEmpty(); in FlushOps()
593 mOpSink->MoveOpsFrom(mOpQueue); in FlushOps()
703 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentNode()
711 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentRun()
720 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentRun()
729 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentRun()
737 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentAmpersand()
[all …]
H A DnsHtml5TreeOpStage.cpp15 mOpQueue.AppendElements(std::move(aOpQueue)); in MoveOpsFrom()
22 aOpQueue.AppendElements(std::move(mOpQueue)); in MoveOpsAndSpeculativeLoadsTo()
42 NS_ASSERTION(mOpQueue.IsEmpty(), "The stage was supposed to be empty."); in AssertEmpty()
H A DnsHtml5Speculation.cpp24 mOpQueue.AppendElements(std::move(aOpQueue)); in MoveOpsFrom()
28 aSink->MoveOpsFrom(mOpQueue); in FlushToSink()
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5TreeBuilderCppSupplement.h95 mOpQueue.Clear(); in ~nsHtml5TreeBuilder()
471 mOpQueue.AppendElement(mozilla::fallible); in createElement()
902 mOpQueue.Clear(); in end()
1186 uint32_t len = mOpQueue.Length(); in HasScript()
1190 return mOpQueue.ElementAt(len - 1).IsRunScript(); in HasScript()
1210 bool hasOps = !mOpQueue.IsEmpty(); in Flush()
1215 MOZ_ASSERT(mOpQueue.Length() == 1, in Flush()
1218 MOZ_ASSERT(mOpQueue[0].IsMarkAsBroken(), in Flush()
1222 mOpSink->MoveOpsFrom(mOpQueue); in Flush()
1227 mOpQueue.Clear(); in Flush()
[all …]
H A DnsHtml5Highlighter.cpp80 mOpQueue.AppendElement()->Init(mozilla::AsVariant(appendOp)); in Start()
103 mOpQueue.AppendElement()->Init(mozilla::AsVariant(updateOp)); in Start()
470 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in End()
591 bool hasOps = !mOpQueue.IsEmpty(); in FlushOps()
593 mOpSink->MoveOpsFrom(mOpQueue); in FlushOps()
703 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentNode()
711 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentRun()
720 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentRun()
729 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentRun()
737 nsHtml5TreeOperation* treeOp = mOpQueue.AppendElement(); in AddErrorToCurrentAmpersand()
[all …]
H A DnsHtml5TreeOpStage.cpp15 mOpQueue.AppendElements(std::move(aOpQueue)); in MoveOpsFrom()
22 aOpQueue.AppendElements(std::move(mOpQueue)); in MoveOpsAndSpeculativeLoadsTo()
42 NS_ASSERTION(mOpQueue.IsEmpty(), "The stage was supposed to be empty."); in AssertEmpty()
H A DnsHtml5Speculation.cpp24 mOpQueue.AppendElements(std::move(aOpQueue)); in MoveOpsFrom()
28 aSink->MoveOpsFrom(mOpQueue); in FlushToSink()

123