Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.45
testMapLikeness
Method · 0.45
deltablue.js
File · 0.45
setUpStackElements
Method · 0.45
chunk
Method · 0.45
MultipleClassCompiler
Method · 0.45
treeify
Method · 0.45
define
Method · 0.45
plan
Method · 0.45
define
Method · 0.45
prepareIPCs
Method · 0.45
visit
Method · 0.45
Calls
no outgoing calls
Tested by
1
testMapLikeness
Method · 0.36