MCPcopy Create free account

hub / github.com/asLody/legend / functions

Functions503 in github.com/asLody/legend

MethodpeekInt
(byte[] src, int offset, ByteOrder order)
Legend/legendCore/src/main/java/libcore/io/Memory.java:32
MethodpeekIntArray
(int address, int[] dst, int dstOffset, int intCount, boolean swap)
Legend/legendCore/src/main/java/libcore/io/Memory.java:77
MethodpeekLong
(byte[] src, int offset, ByteOrder order)
Legend/legendCore/src/main/java/libcore/io/Memory.java:36
MethodpeekLongArray
(int address, long[] dst, int dstOffset, int longCount, boolean swap)
Legend/legendCore/src/main/java/libcore/io/Memory.java:78
MethodpeekShort
(byte[] src, int offset, ByteOrder order)
Legend/legendCore/src/main/java/libcore/io/Memory.java:40
MethodpeekShortArray
(int address, short[] dst, int dstOffset, int shortCount, boolean swap)
Legend/legendCore/src/main/java/libcore/io/Memory.java:79
MethodpokeByte
(int address, byte value)
Legend/legendCore/src/main/java/libcore/io/Memory.java:81
MethodpokeByteArray
(int address, byte[] src, int offset, int count)
Legend/legendCore/src/main/java/libcore/io/Memory.java:86
MethodpokeCharArray
(int address, char[] src, int offset, int count, boolean swap)
Legend/legendCore/src/main/java/libcore/io/Memory.java:87
MethodpokeDoubleArray
(int address, double[] src, int offset, int count, boolean swap)
Legend/legendCore/src/main/java/libcore/io/Memory.java:88
MethodpokeFloatArray
(int address, float[] src, int offset, int count, boolean swap)
Legend/legendCore/src/main/java/libcore/io/Memory.java:89
MethodpokeInt
(byte[] dst, int offset, int value, ByteOrder order)
Legend/legendCore/src/main/java/libcore/io/Memory.java:44
MethodpokeIntArray
(int address, int[] src, int offset, int count, boolean swap)
Legend/legendCore/src/main/java/libcore/io/Memory.java:90
MethodpokeLong
(byte[] dst, int offset, long value, ByteOrder order)
Legend/legendCore/src/main/java/libcore/io/Memory.java:48
MethodpokeLongArray
(int address, long[] src, int offset, int count, boolean swap)
Legend/legendCore/src/main/java/libcore/io/Memory.java:91
MethodpokeShort
(byte[] dst, int offset, short value, ByteOrder order)
Legend/legendCore/src/main/java/libcore/io/Memory.java:52
MethodpokeShortArray
(int address, short[] src, int offset, int count, boolean swap)
Legend/legendCore/src/main/java/libcore/io/Memory.java:92
MethodputIntVolatile
Stores an <code>int</code> field into the given object, using <code>volatile</code> semantics. @param obj non-null; object containing the field @para
Legend/legendCore/src/main/java/sun/misc/Unsafe.java:149
MethodputLongVolatile
Stores a <code>long</code> field into the given object, using <code>volatile</code> semantics. @param obj non-null; object containing the field @para
Legend/legendCore/src/main/java/sun/misc/Unsafe.java:169
MethodputObject
Stores an <code>Object</code> field into the given object. @param obj non-null; object containing the field @param offset offset to the field within
Legend/legendCore/src/main/java/sun/misc/Unsafe.java:254
MethodputObjectVolatile
Stores an <code>Object</code> field into the given object, using <code>volatile</code> semantics. @param obj non-null; object containing the field @p
Legend/legendCore/src/main/java/sun/misc/Unsafe.java:189
MethodputOrderedInt
Lazy set an int field.
Legend/legendCore/src/main/java/sun/misc/Unsafe.java:213
MethodputOrderedLong
Lazy set a long field.
Legend/legendCore/src/main/java/sun/misc/Unsafe.java:236
MethodputOrderedObject
Lazy set an object field.
Legend/legendCore/src/main/java/sun/misc/Unsafe.java:259
MethodreadInsideAsPointer
(int length)
Legend/legendCore/src/main/java/com/lody/legend/utility/StructMember.java:64
MethodreadString
(int limit)
Legend/legendCore/src/main/java/com/lody/legend/utility/StructMember.java:69
Methodrelease
Legend/Native/jni/include/UniquePtr.h:123
Methodrelease
Legend/Native/jni/include/ScopedFd.h:39
Methodrelease
Legend/Native/jni/include/ScopedLocalRef.h:44
Methodreset
Legend/Native/jni/include/UniquePtr.h:129
Methodreset
Legend/Native/jni/include/ScopedFd.h:45
Methodreset
Legend/Native/jni/include/ScopedLocalRef.h:35
Methodrestore
()
Legend/legendCore/src/main/java/com/lody/legend/interfaces/Restoreable.java:8
MethodsetAccessFlags
(int newFlags)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22_64Bit.java:122
MethodsetAccessFlags
(int newFlags)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23_64Bit.java:114
MethodsetAccessFlags
(int newFlags)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22.java:122
MethodsetAccessFlags
(int newFlags)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23.java:114
MethodsetAccessFlags
(int newFlags)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV19.java:115
MethodsetDeclaringClass
(long declaringClass)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22_64Bit.java:132
MethodsetDeclaringClass
(long declaringClass)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23_64Bit.java:124
MethodsetDeclaringClass
(long declaringClass)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22.java:132
MethodsetDeclaringClass
(long declaringClass)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23.java:124
MethodsetDeclaringClass
(long declaringClass)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV19.java:125
MethodsetDexCacheResolvedMethods
(long pointer_dex_cache_resolved_methods_)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22_64Bit.java:142
MethodsetDexCacheResolvedMethods
(long pointer_dex_cache_resolved_methods_)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23_64Bit.java:134
MethodsetDexCacheResolvedMethods
(long pointer_dex_cache_resolved_methods_)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22.java:142
MethodsetDexCacheResolvedMethods
(long pointer_dex_cache_resolved_methods_)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23.java:134
MethodsetDexCacheResolvedMethods
(long pointer_dex_cache_resolved_methods_)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV19.java:135
MethodsetDexCacheResolvedTypes
(long pointer_dex_cache_resolved_types_)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22_64Bit.java:152
MethodsetDexCacheResolvedTypes
(long pointer_dex_cache_resolved_types_)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23_64Bit.java:144
MethodsetDexCacheResolvedTypes
(long pointer_dex_cache_resolved_types_)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22.java:152
MethodsetDexCacheResolvedTypes
(long pointer_dex_cache_resolved_types_)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23.java:144
MethodsetDexCacheResolvedTypes
(long pointer_dex_cache_resolved_types_)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV19.java:145
MethodsetDexCodeItemOffset
(int offset)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22_64Bit.java:162
MethodsetDexCodeItemOffset
(int offset)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23_64Bit.java:154
MethodsetDexCodeItemOffset
(int offset)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22.java:162
MethodsetDexCodeItemOffset
(int offset)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23.java:154
MethodsetDexCodeItemOffset
(int offset)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV19.java:155
MethodsetDexMethodIndex
(int index)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22_64Bit.java:172
MethodsetDexMethodIndex
(int index)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23_64Bit.java:164
MethodsetDexMethodIndex
(int index)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22.java:172
MethodsetDexMethodIndex
(int index)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23.java:164
MethodsetDexMethodIndex
(int index)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV19.java:165
MethodsetEntryPointFromInterpreter
(long pointer_entry_point_from_interpreter)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22_64Bit.java:92
MethodsetEntryPointFromInterpreter
(long pointer_entry_point_from_interpreter)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23_64Bit.java:84
MethodsetEntryPointFromInterpreter
(long pointer_entry_point_from_interpreter)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22.java:92
MethodsetEntryPointFromInterpreter
(long pointer_entry_point_from_interpreter)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23.java:84
MethodsetEntryPointFromInterpreter
(long pointer_entry_point_from_interpreter)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV19.java:85
MethodsetEntryPointFromJni
(long pointer_entry_point_from_jni)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22_64Bit.java:102
MethodsetEntryPointFromJni
(long pointer_entry_point_from_jni)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23_64Bit.java:94
MethodsetEntryPointFromJni
(long pointer_entry_point_from_jni)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22.java:102
MethodsetEntryPointFromJni
(long pointer_entry_point_from_jni)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23.java:94
MethodsetEntryPointFromJni
(long pointer_entry_point_from_jni)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV19.java:95
MethodsetEntryPointFromQuickCompiledCode
(long pointer_entry_point_from_quick_compiled_code)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22_64Bit.java:112
MethodsetEntryPointFromQuickCompiledCode
(long pointer_entry_point_from_quick_compiled_code)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23_64Bit.java:104
MethodsetEntryPointFromQuickCompiledCode
(long pointer_entry_point_from_quick_compiled_code)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22.java:112
MethodsetEntryPointFromQuickCompiledCode
(long pointer_entry_point_from_quick_compiled_code)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23.java:104
MethodsetEntryPointFromQuickCompiledCode
(long pointer_entry_point_from_quick_compiled_code)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV19.java:105
MethodsetMethodIndex
(int index)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22_64Bit.java:182
MethodsetMethodIndex
(int index)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethod.java:188
MethodsetMethodIndex
(int index)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23_64Bit.java:174
MethodsetMethodIndex
(int index)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22.java:182
MethodsetMethodIndex
(int index)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23.java:174
MethodsetMethodIndex
(int index)
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV19.java:175
Methodsize
Legend/Native/jni/include/ScopedStringChars.h:55
Methodswap
Swap with another unique pointer.
Legend/Native/jni/include/UniquePtr.h:89
FunctiontoStringArray
Legend/Native/jni/include/toStringArray.h:29
Methodunlock
(long address, int size)
Legend/legendCore/src/main/java/com/lody/legend/utility/Memory.java:46
Methodunpark
Unparks the given object, which must be a {@link Thread}. <p>See {@link java.util.concurrent.locks.LockSupport} for more in-depth information of the
Legend/legendCore/src/main/java/sun/misc/Unsafe.java:289
MethodunsafeBulkGet
Used to optimize nio heap buffer bulk get operations. 'dst' must be a primitive array. 'dstOffset' is measured in units of 'sizeofElements' bytes.
Legend/legendCore/src/main/java/libcore/io/Memory.java:22
MethodunsafeBulkPut
Used to optimize nio heap buffer bulk put operations. 'src' must be a primitive array. 'srcOffset' is measured in units of 'sizeofElements' bytes.
Legend/legendCore/src/main/java/libcore/io/Memory.java:29
Methodw
(String msg)
Legend/legendCore/src/main/java/com/lody/legend/utility/Logger.java:35
Methodwrite
(byte[] data)
Legend/legendCore/src/main/java/com/lody/legend/utility/StructMember.java:53
Methodwrite
(byte[] data)
Legend/legendCore/src/main/java/com/lody/legend/utility/Struct.java:58
Method~C
Legend/Native/jni/include/UniquePtr.h:161
Method~ScopedBytes
Legend/Native/jni/include/ScopedBytes.h:44
Method~ScopedFd
Legend/Native/jni/include/ScopedFd.h:31
Method~ScopedLocalFrame
Legend/Native/jni/include/ScopedLocalFrame.h:28
Method~ScopedLocalRef
Legend/Native/jni/include/ScopedLocalRef.h:31
Method~ScopedStringChars
Legend/Native/jni/include/ScopedStringChars.h:45
← previousnext →401–500 of 503, ranked by callers