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

Method auxIntArg

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

Indicates that there is an auxiliary (inline, not stack) argument of type int, with the given value. Note: Perhaps unintuitively, the stack manipulation ops (e.g., dup and swap) use this to indicate the result stack pattern with a straightforward hex encoding of th

(int value)

Source from the content-addressed store, hash-verified

152 * @param value the argument value
153 */
154 public void auxIntArg(int value);
155
156 /**
157 * Indicates that there is an auxiliary (inline, not stack) object

Callers 4

visitNoArgsMethod · 0.65
visitLocalMethod · 0.65
visitConstantMethod · 0.65
visitSwitchMethod · 0.65

Implementers 1

BaseMachinedexfixer/src/com/android/dx/cf/code/Ba

Calls

no outgoing calls

Tested by

no test coverage detected