MCPcopy Create free account
hub / github.com/Youlor/unpacker / getLabel

Method getLabel

dexfixer/src/com/android/dx/rop/code/BasicBlock.java:142–145  ·  view source on GitHub ↗

Gets the target label of this block. @return >= 0; the label

()

Source from the content-addressed store, hash-verified

140 * @return {@code >= 0;} the label
141 */
142 @Override
143 public int getLabel() {
144 return label;
145 }
146
147 /**
148 * Gets the list of instructions inside this block.

Callers 9

calcPredecessorsMethod · 0.95
pickOrderMethod · 0.95
setupArraysMethod · 0.95
endParsingMemberMethod · 0.95
labelToResultIndexMethod · 0.95
inlineSubroutinesMethod · 0.95
newFromRopMethod · 0.95
processMethod · 0.95
combineBlocksMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected