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

Method getInsns

dexfixer/src/com/android/dx/dex/code/DalvCode.java:183–186  ·  view source on GitHub ↗

Gets the list of instructions. @return non-null; the instruction list

()

Source from the content-addressed store, hash-verified

181 * @return {@code non-null;} the instruction list
182 */
183 public DalvInsnList getInsns() {
184 finishProcessingIfNecessary();
185 return insns;
186 }
187
188 /**
189 * Gets the catch (exception handler) table.

Callers 11

updateDexStatisticsMethod · 0.45
encode0Method · 0.45
debugPrintMethod · 0.45
place0Method · 0.45
writeTo0Method · 0.45
writeCodesMethod · 0.45
getOutsSizeMethod · 0.45
getRegistersSizeMethod · 0.45
validateEncodeMethod · 0.45
outputBlockMethod · 0.45

Calls 1

Tested by

no test coverage detected