Home
last modified time | relevance | path

Searched refs:PrintRawWasmCode (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dfunction-body-decoder.cc100 void PrintRawWasmCode(const byte* start, const byte* end) { in PrintRawWasmCode() function
102 PrintRawWasmCode(&allocator, FunctionBody{nullptr, 0, start, end}, nullptr, in PrintRawWasmCode()
132 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body, in PrintRawWasmCode() function
135 return PrintRawWasmCode(allocator, body, module, print_locals, os); in PrintRawWasmCode()
138 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body, in PrintRawWasmCode() function
Dfunction-body-decoder.h51 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body,
55 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body,
61 void PrintRawWasmCode(const byte* start, const byte* end);
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc1048 wasm::PrintRawWasmCode(&allocator, function_body, wasm_module, in CreatePipelineStatistics()