MCPcopy Create free account
hub / github.com/dynjs/dynjs / size

Method size

src/main/java/org/dynjs/ir/representations/CFG.java:83–85  ·  view source on GitHub ↗

How many BasicBlocks are there in this CFG?

()

Source from the content-addressed store, hash-verified

81 * How many BasicBlocks are there in this CFG?
82 */
83 public int size() {
84 return graph.size();
85 }
86 /**
87 * Build the Control Flow Graph
88 */

Callers 15

requireSpec.jsFile · 0.45
testMapLikenessMethod · 0.45
deltablue.jsFile · 0.45
setUpStackElementsMethod · 0.45
chunkMethod · 0.45
MultipleClassCompilerMethod · 0.45
treeifyMethod · 0.45
defineMethod · 0.45
planMethod · 0.45
defineMethod · 0.45
prepareIPCsMethod · 0.45
visitMethod · 0.45

Calls

no outgoing calls

Tested by 1

testMapLikenessMethod · 0.36