MCPcopy Create free account
hub / github.com/LSPosed/AndroidHiddenApiBypass / getInt

Method getInt

stub/src/main/java/stub/sun/misc/Unsafe.java:7–7  ·  view source on GitHub ↗
(Object obj, long offset)

Source from the content-addressed store, hash-verified

5 public native long getLong(Object obj, long offset);
6 public native void putLong(Object obj, long offset, long newValue);
7 public native int getInt(Object obj, long offset);
8 public native void putInt(java.lang.Object obj, long offset, int newValue);
9 public native short getShort(java.lang.Object obj, long offset);
10 public native Object getObject(Object obj, long offset);

Callers 5

newInstanceMethod · 0.80
invokeMethod · 0.80
getDeclaredMethodsMethod · 0.80
getInstanceFieldsMethod · 0.80
getStaticFieldsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected