MCPcopy
hub / github.com/razerdp/BasePopup / getInt

Method getInt

app/src/main/java/razerdp/demo/utils/UnSafeUtil.java:90–97  ·  view source on GitHub ↗
(long var1)

Source from the content-addressed store, hash-verified

88 }
89
90 public int getInt(long var1) throws Exception {
91 checkUnSafe();
92
93 if (field_getInt == null) {
94 field_getInt = unSafe.getClass().getMethod("getInt", long.class);
95 }
96 return (int) field_getInt.invoke(unSafe, var1);
97 }
98
99 public int getInt(Object var1, long var2) throws Exception {
100 checkUnSafe();

Callers 10

addressOfMethod · 0.95
initMethod · 0.80
initFromAttrsMethod · 0.80
applyAttrsMethod · 0.80
initMethod · 0.80
SquareFrameLayoutMethod · 0.80
setFlymeUIMethod · 0.80
setMiuiUIMethod · 0.80
checkFlagMethod · 0.80

Calls 4

checkUnSafeMethod · 0.95
getMethodMethod · 0.80
getClassMethod · 0.80
invokeMethod · 0.80

Tested by

no test coverage detected