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

Method val

chapter21/src/test/java/com/seaofnodes/simple/Eval2.java:291–291  ·  view source on GitHub ↗
( Node n )

Source from the content-addressed store, hash-verified

289
290 // Fetch without unboxing, searching up-Frame
291 static Object val( Node n ) { return F.get(n); }
292 // Fetch and unbox as primitive long
293 static long x( Node n ) { Object d = F.get(n); return d==null ? 0 : (Long) F.get(n); }
294 // Fetch and unbox as primitive double

Callers 7

evalMethod · 0.95
retMethod · 0.95
exitMethod · 0.95
computeMethod · 0.95
allocMethod · 0.95
loadMethod · 0.95
storeMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected