Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dfunction-body-decoder.cc133 const WasmModule* module, PrintLocals print_locals) { in PrintRawWasmCode() argument
135 return PrintRawWasmCode(allocator, body, module, print_locals, os); in PrintRawWasmCode()
139 const WasmModule* module, PrintLocals print_locals, in PrintRawWasmCode() argument
159 if (body.start != i.pc() && print_locals == kPrintLocals) { in PrintRawWasmCode()
Dfunction-body-decoder.h52 const WasmModule* module, PrintLocals print_locals);
56 const WasmModule* module, PrintLocals print_locals,