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

Method eval

chapter24/src/test/java/com/seaofnodes/simple/Eval2.java:117–117  ·  view source on GitHub ↗
( CodeGen code, long arg )

Source from the content-addressed store, hash-verified

115 public static Frame F;
116
117 public static String eval( CodeGen code, long arg ) { return eval(code,arg,1000); }
118 public static String eval( CodeGen code, long arg, int timeout ) {
119 if( code._start.uctrl()==null ) return ""; // The empty program
120 SB trace = null; // = new SB(); // TRACE, set to null for off, new SB() for on

Callers 15

testCoRecurMethod · 0.95
testFinalArrayMethod · 0.95
testJigMethod · 0.95
testFloatMethod · 0.95
testSquareRootMethod · 0.95
testFPOpsMethod · 0.95
testJigMethod · 0.95
testPhiParalleAssignMethod · 0.95
testType0Method · 0.95
testFcn1Method · 0.95
testFcn3Method · 0.95
testFcn4Method · 0.95

Calls 15

traceCtrlMethod · 0.95
parallelAssignPhisMethod · 0.95
stepMethod · 0.95
uctrlMethod · 0.95
callMethod · 0.95
valMethod · 0.95
cljMethod · 0.95
exitMethod · 0.95
retMethod · 0.95
TODOMethod · 0.95
cprojMethod · 0.65
uctrlMethod · 0.45

Tested by

no test coverage detected