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

Method val

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

Source from the content-addressed store, hash-verified

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