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

Method traceCtrl

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

Source from the content-addressed store, hash-verified

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