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

Method set

dexfixer/src/com/android/dx/cf/code/LocalsArray.java:85–85  ·  view source on GitHub ↗

Sets the type stored at the given local index. If the given type is category-2, then (a) the index must be at least two less than #getMaxLocals and (b) the next index gets invalidated by the operation. In case of either category, if the previous local contains a category-2 value, then

(int idx, TypeBearer type)

Source from the content-addressed store, hash-verified

83 * @param type {@code non-null;} new type for the local at {@code idx}
84 */
85 public abstract void set(int idx, TypeBearer type);
86
87 /**
88 * Sets the type for the local indicated by the given register spec

Callers 11

runDxMethod · 0.45
parse0Method · 0.45
storeResultsMethod · 0.45
addRetBlockMethod · 0.45
addCallerBlockMethod · 0.45
processBlockMethod · 0.45
inlineSubroutinesMethod · 0.45
mapOrAllocateLabelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected