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

Method eval

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

Source from the content-addressed store, hash-verified

113 public static Frame F;
114
115 public static String eval( CodeGen code, long arg ) { return eval(code,arg,1000); }
116 public static String eval( CodeGen code, long arg, int timeout ) {
117 SB trace = null; // new SB(); // TRACE, set to null for off, new SB() for on
118 // Force local scheduling phase

Callers 15

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
testFcn5Method · 0.95
testFcn6Method · 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
typeCheckMethod · 0.45

Tested by

no test coverage detected