MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / traceCtrl

Method traceCtrl

chapter22/src/test/java/com/seaofnodes/simple/Eval2.java:387–392  ·  view source on GitHub ↗
( CFGNode BB, SB sb )

Source from the content-addressed store, hash-verified

385
386
387 static void traceCtrl( CFGNode BB, SB sb ) {
388 if( sb==null ) return;
389 IRPrinter.printLine(BB,sb.p("--- "));
390 System.out.print(sb);
391 sb.clear();
392 }
393 static void traceData( Node n, SB sb ) {
394 if( sb==null ) return;
395 IRPrinter.printLine(n,sb).unchar();

Callers 1

evalMethod · 0.95

Calls 4

printLineMethod · 0.95
pMethod · 0.45
printMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected