Searched refs:TRACE_IF (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | decoder.h | 26 #define TRACE_IF(cond, ...) \ macro 161 TRACE_IF(name, " +%u %-20s: %u bytes\n", pc_offset(), name, size); 306 TRACE_IF(trace, " +%u %-20s: ", pc_offset(), name); 326 TRACE_IF(trace, "%02x ", b); in read_leb_tail() 340 TRACE_IF(trace, at_end ? "<end> " : "<length overflow> "); in read_leb_tail()
|