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

Method traceCtrl

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

Source from the content-addressed store, hash-verified

375
376
377 static void traceCtrl( CFGNode BB, SB sb ) {
378 if( sb==null ) return;
379 IRPrinter.printLine(BB,sb.p("--- "));
380 System.out.print(sb);
381 sb.clear();
382 }
383 static void traceData( Node n, SB sb ) {
384 if( sb==null ) return;
385 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