Searched refs:print_locals (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | function-body-decoder.cc | 133 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()
|
D | function-body-decoder.h | 52 const WasmModule* module, PrintLocals print_locals); 56 const WasmModule* module, PrintLocals print_locals,
|