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

Method throwBadType

dexfixer/src/com/android/dx/rop/code/Rops.java:2118–2120  ·  view source on GitHub ↗

Throws the right exception to complain about a bogus type. @param type non-null; the bad type @return never

(TypeBearer type)

Source from the content-addressed store, hash-verified

2116 * @return never
2117 */
2118 private static Rop throwBadType(TypeBearer type) {
2119 throw new IllegalArgumentException("bad type: " + type);
2120 }
2121
2122 /**
2123 * Throws the right exception to complain about a bogus list of types.

Callers 15

opMoveMethod · 0.95
opMoveParamMethod · 0.95
opConstMethod · 0.95
opNegMethod · 0.95
opNotMethod · 0.95
opCmplMethod · 0.95
opCmpgMethod · 0.95
opReturnMethod · 0.95
opAgetMethod · 0.95
opAputMethod · 0.95
opNewArrayMethod · 0.95
opFilledNewArrayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected