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

Method traceCtrl

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

Source from the content-addressed store, hash-verified

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