Home
last modified time | relevance | path

Searched refs:TRACE_STREAMING (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dstreaming-decoder.cc20 #define TRACE_STREAMING(...) \ macro
235 TRACE_STREAMING("OnBytesReceived(%zu bytes)\n", bytes.size()); in OnBytesReceived()
257 TRACE_STREAMING("ReadBytes(%zu bytes)\n", num_bytes); in ReadBytes()
264 TRACE_STREAMING("Finish\n"); in Finish()
310 TRACE_STREAMING("Abort\n"); in Abort()
534 TRACE_STREAMING("ReadBytes of a VarInt\n"); in ReadBytes()
553 TRACE_STREAMING(" ==> %zu bytes consumed\n", bytes_consumed_); in ReadBytes()
581 TRACE_STREAMING("DecodeModuleHeader\n"); in Next()
589 TRACE_STREAMING("DecodeSectionID: %s section\n", in Next()
607 TRACE_STREAMING("DecodeSectionLength(%zu)\n", value_); in NextWithValue()
[all …]
Dmodule-compiler.cc45 #define TRACE_STREAMING(...) \ macro
2759 TRACE_STREAMING("Process module header...\n"); in ProcessModuleHeader()
2776 TRACE_STREAMING("Process section %d ...\n", section_code); in ProcessSection()
2819 TRACE_STREAMING("Start the code section with %d functions...\n", in ProcessCodeSectionHeader()
2867 TRACE_STREAMING("Process function body %d ...\n", num_functions_); in ProcessFunctionBody()
2917 TRACE_STREAMING("FinishChunk...\n"); in OnFinishedChunk()
2924 TRACE_STREAMING("Finish stream...\n"); in OnFinishedStream()
2999 TRACE_STREAMING("Stream error...\n"); in OnError()
3004 TRACE_STREAMING("Abort stream...\n"); in OnAbort()
3984 #undef TRACE_STREAMING