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

Method traceCtrl

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

Source from the content-addressed store, hash-verified

398
399
400 static void traceCtrl( CFGNode BB, SB sb ) {
401 if( sb==null ) return;
402 IRPrinter.printLine(BB,sb.p("--- "));
403 System.out.print(sb);
404 sb.clear();
405 }
406 static void traceData( Node n, SB sb ) {
407 if( sb==null ) return;
408 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