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

Method visitLocal

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

Visits an instruction which has a local variable index argument. @param opcode the opcode @param offset offset to the instruction @param length length of the instruction, in bytes @param idx the local variable index @param type non-null; the type of the accessed value @param value additiona

(int opcode, int offset, int length,
                int idx, Type type, int value)

Source from the content-addressed store, hash-verified

1203 * for {@code iinc})
1204 */
1205 public void visitLocal(int opcode, int offset, int length,
1206 int idx, Type type, int value);
1207
1208 /**

Callers 2

parseInstructionMethod · 0.65
parseWideMethod · 0.65

Implementers 1

BaseVisitordexfixer/src/com/android/dx/cf/code/By

Calls

no outgoing calls

Tested by

no test coverage detected