Home
last modified time | relevance | path

Searched refs:WriteULEB128 (Results 1 – 25 of 50) sorted by relevance

12

/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dgdb-jit.cc1142 w->WriteULEB128(3); in WriteBodyInternal()
1148 w->WriteULEB128(2); in WriteBodyInternal()
1348 w->WriteULEB128(0); in WriteVariableAbbreviation()
1349 w->WriteULEB128(0); in WriteVariableAbbreviation()
1367 w->WriteULEB128(0); in WriteBodyInternal()
1368 w->WriteULEB128(0); in WriteBodyInternal()
1394 w->WriteULEB128(0); in WriteBodyInternal()
1395 w->WriteULEB128(0); in WriteBodyInternal()
1404 w->WriteULEB128(0); in WriteBodyInternal()
1777 w->WriteULEB128(0); in WriteFDEStateAfterRBPPush()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/diagnostics/
H A Dgdb-jit.cc1058 w->WriteULEB128(3); in WriteBodyInternal()
1064 w->WriteULEB128(2); in WriteBodyInternal()
1229 w->WriteULEB128(0); in WriteVariableAbbreviation()
1230 w->WriteULEB128(0); in WriteVariableAbbreviation()
1248 w->WriteULEB128(0); in WriteBodyInternal()
1249 w->WriteULEB128(0); in WriteBodyInternal()
1273 w->WriteULEB128(0); in WriteBodyInternal()
1274 w->WriteULEB128(0); in WriteBodyInternal()
1283 w->WriteULEB128(0); in WriteBodyInternal()
1636 w->WriteULEB128(0); in WriteFDEStateAfterRBPPush()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/diagnostics/
H A Dgdb-jit.cc1058 w->WriteULEB128(3); in WriteBodyInternal()
1064 w->WriteULEB128(2); in WriteBodyInternal()
1229 w->WriteULEB128(0); in WriteVariableAbbreviation()
1230 w->WriteULEB128(0); in WriteVariableAbbreviation()
1248 w->WriteULEB128(0); in WriteBodyInternal()
1249 w->WriteULEB128(0); in WriteBodyInternal()
1273 w->WriteULEB128(0); in WriteBodyInternal()
1274 w->WriteULEB128(0); in WriteBodyInternal()
1283 w->WriteULEB128(0); in WriteBodyInternal()
1636 w->WriteULEB128(0); in WriteFDEStateAfterRBPPush()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/diagnostics/
H A Dgdb-jit.cc1074 w->WriteULEB128(3); in WriteBodyInternal()
1080 w->WriteULEB128(2); in WriteBodyInternal()
1244 w->WriteULEB128(0); in WriteVariableAbbreviation()
1245 w->WriteULEB128(0); in WriteVariableAbbreviation()
1263 w->WriteULEB128(0); in WriteBodyInternal()
1264 w->WriteULEB128(0); in WriteBodyInternal()
1288 w->WriteULEB128(0); in WriteBodyInternal()
1289 w->WriteULEB128(0); in WriteBodyInternal()
1298 w->WriteULEB128(0); in WriteBodyInternal()
1651 w->WriteULEB128(0); in WriteFDEStateAfterRBPPush()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/tools/profiler/public/
H A DProfileBufferEntrySerializationGeckoExtensions.h37 aEW.WriteULEB128(length);
83 aEW.WriteULEB128(length);
132 aEW.WriteULEB128<Length>(0);
136 aEW.WriteULEB128(len);
/dports/www/firefox/firefox-99.0/tools/profiler/public/
H A DProfileBufferEntrySerializationGeckoExtensions.h37 aEW.WriteULEB128(length);
83 aEW.WriteULEB128(length);
132 aEW.WriteULEB128<Length>(0);
136 aEW.WriteULEB128(len);
/dports/www/firefox-esr/firefox-91.8.0/tools/profiler/public/
H A DProfileBufferEntrySerializationGeckoExtensions.h37 aEW.WriteULEB128(length);
83 aEW.WriteULEB128(length);
132 aEW.WriteULEB128<Length>(0);
136 aEW.WriteULEB128(len);
/dports/lang/spidermonkey78/firefox-78.9.0/tools/profiler/public/
H A DProfileBufferEntrySerializationGeckoExtensions.h39 aEW.WriteULEB128(bytes);
86 aEW.WriteULEB128(bytes);
135 aEW.WriteULEB128<Length>(0);
139 aEW.WriteULEB128(len);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/test/
H A Dtesthelperclasses.pas270 procedure WriteULEB128(ANum: QWord; var ADest: TBytes; ADestIdx: Integer); procedure
349 WriteULEB128(ANum, Result, 0);
434 WriteULEB128(FAbbrevObj.Id, FEncoded, length(FEncoded));
563 WriteULEB128(AData, FEncoded, length(FEncoded));
742 WriteULEB128(FId, FEncoded, 0);
743 WriteULEB128(FTag, FEncoded, length(FEncoded));
744 WriteULEB128(FChildren, FEncoded, length(FEncoded)); // 0 or 1 / 1 byte
746 WriteULEB128(FData[i], FEncoded, length(FEncoded));
747 WriteULEB128(0, FEncoded, length(FEncoded));
748 WriteULEB128(0, FEncoded, length(FEncoded));
/dports/editors/lazarus/lazarus/components/fpdebug/test/
H A Dtesthelperclasses.pas270 procedure WriteULEB128(ANum: QWord; var ADest: TBytes; ADestIdx: Integer); procedure
349 WriteULEB128(ANum, Result, 0);
434 WriteULEB128(FAbbrevObj.Id, FEncoded, length(FEncoded));
563 WriteULEB128(AData, FEncoded, length(FEncoded));
742 WriteULEB128(FId, FEncoded, 0);
743 WriteULEB128(FTag, FEncoded, length(FEncoded));
744 WriteULEB128(FChildren, FEncoded, length(FEncoded)); // 0 or 1 / 1 byte
746 WriteULEB128(FData[i], FEncoded, length(FEncoded));
747 WriteULEB128(0, FEncoded, length(FEncoded));
748 WriteULEB128(0, FEncoded, length(FEncoded));
/dports/editors/lazarus-qt5/lazarus/components/fpdebug/test/
H A Dtesthelperclasses.pas270 procedure WriteULEB128(ANum: QWord; var ADest: TBytes; ADestIdx: Integer); procedure
349 WriteULEB128(ANum, Result, 0);
434 WriteULEB128(FAbbrevObj.Id, FEncoded, length(FEncoded));
563 WriteULEB128(AData, FEncoded, length(FEncoded));
742 WriteULEB128(FId, FEncoded, 0);
743 WriteULEB128(FTag, FEncoded, length(FEncoded));
744 WriteULEB128(FChildren, FEncoded, length(FEncoded)); // 0 or 1 / 1 byte
746 WriteULEB128(FData[i], FEncoded, length(FEncoded));
747 WriteULEB128(0, FEncoded, length(FEncoded));
748 WriteULEB128(0, FEncoded, length(FEncoded));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/test/
H A Dtesthelperclasses.pas270 procedure WriteULEB128(ANum: QWord; var ADest: TBytes; ADestIdx: Integer); procedure
349 WriteULEB128(ANum, Result, 0);
434 WriteULEB128(FAbbrevObj.Id, FEncoded, length(FEncoded));
563 WriteULEB128(AData, FEncoded, length(FEncoded));
742 WriteULEB128(FId, FEncoded, 0);
743 WriteULEB128(FTag, FEncoded, length(FEncoded));
744 WriteULEB128(FChildren, FEncoded, length(FEncoded)); // 0 or 1 / 1 byte
746 WriteULEB128(FData[i], FEncoded, length(FEncoded));
747 WriteULEB128(0, FEncoded, length(FEncoded));
748 WriteULEB128(0, FEncoded, length(FEncoded));
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/baseprofiler/core/
H A DProfilerBacktrace.h81 aEW.WriteULEB128<Length>(0);
107 aEW.WriteULEB128<Length>(0);
/dports/www/firefox-esr/firefox-91.8.0/mozglue/baseprofiler/core/
H A DProfilerBacktrace.h115 aEW.WriteULEB128(0u);
140 aEW.WriteULEB128(0u);
/dports/www/firefox/firefox-99.0/mozglue/baseprofiler/core/
H A DProfilerBacktrace.h115 aEW.WriteULEB128(0u);
140 aEW.WriteULEB128(0u);
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/baseprofiler/core/
H A DProfilerBacktrace.h115 aEW.WriteULEB128(0u);
140 aEW.WriteULEB128(0u);
/dports/lang/spidermonkey78/firefox-78.9.0/tools/profiler/core/
H A DProfilerBacktrace.h79 aEW.WriteULEB128(0u);
102 aEW.WriteULEB128(0u);
/dports/mail/thunderbird/thunderbird-91.8.0/tools/profiler/core/
H A DProfilerBacktrace.h125 aEW.WriteULEB128(0u);
150 aEW.WriteULEB128(0u);
/dports/www/firefox/firefox-99.0/tools/profiler/core/
H A DProfilerBacktrace.h125 aEW.WriteULEB128(0u);
150 aEW.WriteULEB128(0u);
/dports/www/firefox-esr/firefox-91.8.0/tools/profiler/core/
H A DProfilerBacktrace.h125 aEW.WriteULEB128(0u);
150 aEW.WriteULEB128(0u);
/dports/www/firefox-esr/firefox-91.8.0/mozglue/baseprofiler/public/
H A DProfileBufferEntrySerialization.h436 void WriteULEB128(T aValue) { in WriteULEB128() function
437 ::mozilla::WriteULEB128(aValue, *this); in WriteULEB128()
708 aEW.WriteULEB128(len);
781 aEW.WriteULEB128(len);
850 aEW.WriteULEB128(0u);
855 aEW.WriteULEB128(bytes);
1115 aEW.WriteULEB128(aIndex);
H A DBlocksRingBuffer.h454 maybeEntryWriter->WriteULEB128(entryBytes); in ReserveAndPut()
862 aEW.WriteULEB128<Length>(0);
871 aEW.WriteULEB128<Length>(0);
876 aEW.WriteULEB128<Length>(len);
958 aEW.WriteULEB128<Length>(0);
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/baseprofiler/public/
H A DProfileBufferEntrySerialization.h436 void WriteULEB128(T aValue) { in WriteULEB128() function
437 ::mozilla::WriteULEB128(aValue, *this); in WriteULEB128()
708 aEW.WriteULEB128(len);
781 aEW.WriteULEB128(len);
850 aEW.WriteULEB128(0u);
855 aEW.WriteULEB128(bytes);
1115 aEW.WriteULEB128(aIndex);
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/baseprofiler/public/
H A DProfileBufferEntrySerialization.h436 void WriteULEB128(T aValue) { in WriteULEB128() function
437 ::mozilla::WriteULEB128(aValue, *this); in WriteULEB128()
708 aEW.WriteULEB128(len);
779 aEW.WriteULEB128(len);
836 aEW.WriteULEB128(0u);
841 aEW.WriteULEB128(bytes);
1101 aEW.WriteULEB128(aIndex);
/dports/www/firefox/firefox-99.0/mozglue/baseprofiler/public/
H A DProfileBufferEntrySerialization.h503 void WriteULEB128(T aValue) { in WriteULEB128() function
504 ::mozilla::WriteULEB128(aValue, *this); in WriteULEB128()
775 aEW.WriteULEB128(len);
848 aEW.WriteULEB128(len);
917 aEW.WriteULEB128(0u);
922 aEW.WriteULEB128(bytes);
1207 aEW.WriteULEB128(aIndex);

12