Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-body-decoder.cc965 int num_whitespaces = control_depth < 32 ? 2 * control_depth : 64; in PrintRawWasmCode() local
970 os.write(padding, num_whitespaces); in PrintRawWasmCode()