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

Method size

chapter24/src/main/java/com/seaofnodes/simple/util/Ary.java:21–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 /** @return active list length */
20 public int len() { return _len; }
21 public int size() { return len(); }
22
23 /** @param i element index
24 * @return element being returned; throws if OOB

Callers 15

buildCFGMethod · 0.95
basicBlockLayoutMethod · 0.95
_prettyPrintScheduledMethod · 0.95
testCPUSizeMethod · 0.45
mainMethod · 0.45
evaluateMethod · 0.45
appendNodesMethod · 0.45
lookupMethod · 0.45
popVariablesMethod · 0.45
randFromListMethod · 0.45
getTypeMethod · 0.45
genProgramMethod · 0.45

Calls 1

lenMethod · 0.95

Tested by 12

testCPUSizeMethod · 0.36
mainMethod · 0.36
evaluateMethod · 0.36
appendNodesMethod · 0.36
lookupMethod · 0.36
popVariablesMethod · 0.36
randFromListMethod · 0.36
getTypeMethod · 0.36
genProgramMethod · 0.36
genStructMethod · 0.36
genBlockMethod · 0.36
genCountedLoopMethod · 0.36