Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Youlor/unpacker
/ getIndex
Method
getIndex
dexfixer/src/com/android/dx/ssa/SsaBasicBlock.java:315–317 ·
view source on GitHub ↗
@return the block index of this block
()
Source
from the content-addressed store, hash-verified
313
* @
return
the block index of this block
314
*/
315
public
int
getIndex() {
316
return
index;
317
}
318
319
/**
320
* @
return
the label of this block in rop form
Callers
6
compress
Method · 0.95
run
Method · 0.95
convertRopToSsaBlocks
Method · 0.95
forEachBlockDepthFirst
Method · 0.95
forEachBlockDepthFirstDom
Method · 0.95
convertBasicBlocks
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected