Home
last modified time | relevance | path

Searched defs:spew (Results 1 – 25 of 2224) sorted by last modified time

12345678910>>...89

/dports/security/mailzu/MailZu_0.8RC3/lib/
H A Dhtmlfilter.php46 function spew($message){ function
/dports/news/nntp/nntp-1.5.12.2_10/server/
H A Dmisc.c372 spew(fp, how) in spew() function
/dports/news/nntp/nntp-1.5.12.2_10/inetd/
H A Dmisc.c372 spew(fp, how) in spew() function
/dports/devel/z88dk/z88dk/src/z80asm/t/
H A Dtestlib.pl219 sub spew { subroutine
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DTraceLogging.cpp1595 AutoStructuredSpewer spew(cx_, SpewChannel::ScriptStats, nullptr); in spewTraceLoggerStats() local
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/util/
H A DStructuredSpewer.cpp140 void StructuredSpewer::spew(JSContext* cx, SpewChannel channel, const char* fmt, in spew() function in StructuredSpewer
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DCacheIRHealth.cpp38 AutoStructuredSpewer& spew, ICCacheIRStub* stub) { in spewStubHealth()
72 bool CacheIRHealth::spewNonFallbackICInformation(AutoStructuredSpewer& spew, in spewNonFallbackICInformation()
172 bool CacheIRHealth::spewICEntryHealth(AutoStructuredSpewer& spew, in spewICEntryHealth()
208 AutoStructuredSpewer spew(cx, SpewChannel::CacheIRHealthReport, nullptr); in spewScriptFinalWarmUpCount() local
251 AutoStructuredSpewer spew(cx, SpewChannel::CacheIRHealthReport, script); in healthReportForIC() local
281 AutoStructuredSpewer spew(cx, SpewChannel::CacheIRHealthReport, script); in healthReportForScript() local
H A DCacheIRSpewer.cpp118 void spew(CacheIRReader& reader) { in spew() function in CacheIROpsJitSpewer
255 void spew(CacheIRReader& reader) { in spew() function in CacheIROpsJSONSpewer
H A DJitScript.cpp507 AutoStructuredSpewer spew(cx, SpewChannel::BaselineICStats, script); in JitSpewBaselineICStats() local
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm/
H A DAssembler-arm.cpp2727 void Assembler::spew(Instruction* i) { in spew() function in Assembler
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm64/vixl/
H A DMozBaseAssembler-vixl.h163 void spew(const vixl::Instruction* instr) { in spew() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/mips-shared/
H A DAssembler-mips-shared.h855 inline void spew(const char* fmt, ...) MOZ_FORMAT_PRINTF(2, 3) { in spew() function
866 MOZ_ALWAYS_INLINE void spew(const char* fmt, ...) MOZ_FORMAT_PRINTF(2, 3) {} in spew() function
870 MOZ_COLD void spew(const char* fmt, va_list va) MOZ_FORMAT_PRINTF(2, 0) { in spew() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x86-shared/
H A DAssemblerBuffer-x86-shared.cpp46 void js::jit::GenericAssembler::spew(const char* fmt, va_list va) { in spew() function in js::jit::GenericAssembler
H A DAssemblerBuffer-x86-shared.h236 inline void spew(const char* fmt, ...) MOZ_FORMAT_PRINTF(2, 3) { in spew() function
245 MOZ_ALWAYS_INLINE void spew(const char* fmt, ...) MOZ_FORMAT_PRINTF(2, 3) {} in spew() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/shared/
H A DDisassembler-shared.cpp67 void DisassemblerSpew::spew(const char* fmt, ...) { in spew() function in DisassemblerSpew
/dports/www/firefox/firefox-99.0/js/src/util/
H A DStructuredSpewer.cpp140 void StructuredSpewer::spew(JSContext* cx, SpewChannel channel, const char* fmt, in spew() function in StructuredSpewer
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DTraceLogging.cpp1594 AutoStructuredSpewer spew(cx_, SpewChannel::ScriptStats, nullptr); in spewTraceLoggerStats() local
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DJitScript.cpp528 AutoStructuredSpewer spew(cx, SpewChannel::BaselineICStats, script); in JitSpewBaselineICStats() local
H A DCacheIRHealth.cpp42 AutoStructuredSpewer& spew, ICCacheIRStub* stub) { in spewStubHealth()
96 void CacheIRHealth::spewShapeInformation(AutoStructuredSpewer& spew, in spewShapeInformation()
160 bool CacheIRHealth::spewNonFallbackICInformation(AutoStructuredSpewer& spew, in spewNonFallbackICInformation()
263 bool CacheIRHealth::spewICEntryHealth(AutoStructuredSpewer& spew, JSContext* cx, in spewICEntryHealth()
299 AutoStructuredSpewer spew(cx, SpewChannel::CacheIRHealthReport, nullptr); in spewScriptFinalWarmUpCount() local
344 AutoStructuredSpewer spew(cx, SpewChannel::CacheIRHealthReport, script); in healthReportForIC() local
374 AutoStructuredSpewer spew(cx, SpewChannel::CacheIRHealthReport, script); in healthReportForScript() local
H A DCacheIRSpewer.cpp119 void spew(CacheIRReader& reader) { in spew() function in CacheIROpsJitSpewer
256 void spew(CacheIRReader& reader) { in spew() function in CacheIROpsJSONSpewer
/dports/www/firefox/firefox-99.0/js/src/jit/x86-shared/
H A DAssemblerBuffer-x86-shared.cpp44 void js::jit::GenericAssembler::spew(const char* fmt, va_list va) { in spew() function in js::jit::GenericAssembler
H A DAssemblerBuffer-x86-shared.h236 inline void spew(const char* fmt, ...) MOZ_FORMAT_PRINTF(2, 3) { in spew() function
245 MOZ_ALWAYS_INLINE void spew(const char* fmt, ...) MOZ_FORMAT_PRINTF(2, 3) {} in spew() function
/dports/www/firefox/firefox-99.0/js/src/jit/arm64/vixl/
H A DMozBaseAssembler-vixl.h164 void spew(BufferOffset offs, const vixl::Instruction* instr) { in spew() function
/dports/www/firefox/firefox-99.0/js/src/jit/loong64/
H A DAssembler-loong64.h996 inline void spew(const char* fmt, ...) MOZ_FORMAT_PRINTF(2, 3) { in spew() function
1007 MOZ_ALWAYS_INLINE void spew(const char* fmt, ...) MOZ_FORMAT_PRINTF(2, 3) {} in spew() function
1011 MOZ_COLD void spew(const char* fmt, va_list va) MOZ_FORMAT_PRINTF(2, 0) { in spew() function
/dports/www/firefox/firefox-99.0/js/src/jit/arm/
H A DAssembler-arm.cpp2727 void Assembler::spew(Instruction* i) { in spew() function in Assembler

12345678910>>...89