Searched refs:PrintRawWasmCode (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | function-body-decoder.cc | 100 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
|
D | function-body-decoder.h | 51 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/ |
D | pipeline.cc | 1048 wasm::PrintRawWasmCode(&allocator, function_body, wasm_module, in CreatePipelineStatistics()
|