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

Method localArg

dexfixer/src/com/android/dx/cf/code/BaseMachine.java:216–222  ·  view source on GitHub ↗

{@inheritDoc}

(Frame frame, int idx)

Source from the content-addressed store, hash-verified

214
215 /** {@inheritDoc} */
216 @Override
217 public final void localArg(Frame frame, int idx) {
218 clearArgs();
219 args[0] = frame.getLocals().get(idx);
220 argCount = 1;
221 localIndex = idx;
222 }
223
224 /** {@inheritDoc} */
225 @Override

Callers

nothing calls this directly

Calls 3

clearArgsMethod · 0.95
getMethod · 0.65
getLocalsMethod · 0.45

Tested by

no test coverage detected