MCPcopy Create free account

hub / github.com/5ec1cff/StethoX / functions

Functions733 in github.com/5ec1cff/StethoX

FunctionCompareAndSetStrongRelaxed
Atomically replace the value with desired_value if it matches the expected_value. Doesn't imply ordering or synchronization constraints.
app/src/main/cpp/art.hpp:367
FunctionCompareAndSetStrongRelease
Atomically replace the value with desired_value if it matches the expected_value. Prior writes to other memory locations become visible to the threads
app/src/main/cpp/art.hpp:374
FunctionCompareAndSetStrongSequentiallyConsistent
Atomically replace the value with desired_value if it matches the expected_value. Participates in total ordering of atomic operations.
app/src/main/cpp/art.hpp:356
FunctionCompareAndSetWeakAcquire
Atomically replace the value with desired_value if it matches the expected_value. Prior writes made to other memory locations by the thread that did t
app/src/main/cpp/art.hpp:386
FunctionCompareAndSetWeakRelaxed
The same, except it may fail spuriously.
app/src/main/cpp/art.hpp:379
FunctionCompareAndSetWeakRelease
Atomically replace the value with desired_value if it matches the expected_value. Prior writes to other memory locations become visible to the threads
app/src/main/cpp/art.hpp:393
FunctionCompareAndSetWeakSequentiallyConsistent
The same, except it may fail spuriously.
app/src/main/cpp/art.hpp:361
MethodCompress
Compress reference to its bit representation.
app/src/main/cpp/art.hpp:50
MethodConcurrentIdentityWeakHashMap
Creates a new, empty map with the specified initial capacity, load factor and concurrency level. @param initialCapacity the initial capacity. The imp
app/src/main/java/io/github/a13e300/tools/utils/ConcurrentIdentityWeakHashMap.java:632
MethodCreateRawMonitor
app/src/main/cpp/jvmti/jvmti.h:2354
MethodCurrent
app/src/main/cpp/art.cpp:307
MethodCurrent
app/src/main/cpp/art.hpp:314
MethodDecompress
Uncompress an encoded reference from its bit representation.
app/src/main/cpp/art.hpp:56
MethodDefaultOkHttp3Helper
(ClassLoader classLoader, NameMap nameMap)
app/src/main/java/io/github/a13e300/tools/network/okhttp3/DefaultOkHttp3Helper.java:362
MethodDestroyRawMonitor
app/src/main/cpp/jvmti/jvmti.h:2359
MethodDisposeEnvironment
app/src/main/cpp/jvmti/jvmti.h:2495
MethodElf
app/src/main/cpp/elf_parser/include/elf_parser.hpp:116
MethodElfHash
app/src/main/cpp/elf_parser/include/elf_parser.hpp:72
MethodElfLookupIdx
app/src/main/cpp/elf_parser/elf_parser.cc:369
MethodFindPltAddr
app/src/main/cpp/elf_parser/elf_parser.cc:534
MethodFollowReferences
app/src/main/cpp/jvmti/jvmti.h:1971
MethodForEach
app/src/main/cpp/maps_scan/maps_scan.cpp:13
MethodForceEarlyReturnDouble
app/src/main/cpp/jvmti/jvmti.h:1962
MethodForceEarlyReturnFloat
app/src/main/cpp/jvmti/jvmti.h:1957
MethodForceEarlyReturnInt
app/src/main/cpp/jvmti/jvmti.h:1947
MethodForceEarlyReturnLong
app/src/main/cpp/jvmti/jvmti.h:1952
MethodForceEarlyReturnObject
app/src/main/cpp/jvmti/jvmti.h:1942
MethodForceEarlyReturnVoid
app/src/main/cpp/jvmti/jvmti.h:1967
MethodForceGarbageCollection
app/src/main/cpp/jvmti/jvmti.h:2004
MethodFrameVar
()
app/src/main/java/io/github/a13e300/tools/NativeUtils.java:93
MethodFrom
app/src/main/cpp/classloader.cpp:40
MethodFrom
app/src/main/cpp/classloader.cpp:74
MethodGenerateEvents
app/src/main/cpp/jvmti/jvmti.h:2404
MethodGetAllStackTraces
app/src/main/cpp/jvmti/jvmti.h:1908
MethodGetAllThreads
app/src/main/cpp/jvmti/jvmti.h:1809
MethodGetArgumentsSize
app/src/main/cpp/jvmti/jvmti.h:2301
MethodGetAvailableProcessors
app/src/main/cpp/jvmti/jvmti.h:2464
MethodGetBytecodes
app/src/main/cpp/jvmti/jvmti.h:2324
MethodGetCapabilities
app/src/main/cpp/jvmti/jvmti.h:2435
MethodGetClassFields
app/src/main/cpp/jvmti/jvmti.h:2178
MethodGetClassLoader
app/src/main/cpp/jvmti/jvmti.h:2218
MethodGetClassMethods
app/src/main/cpp/jvmti/jvmti.h:2172
MethodGetClassModifiers
app/src/main/cpp/jvmti/jvmti.h:2167
MethodGetClassStatus
app/src/main/cpp/jvmti/jvmti.h:2157
MethodGetClassVersionNumbers
app/src/main/cpp/jvmti/jvmti.h:2190
MethodGetConstantPool
app/src/main/cpp/jvmti/jvmti.h:2196
MethodGetCurrentContendedMonitor
app/src/main/cpp/jvmti/jvmti.h:1860
MethodGetCurrentThread
app/src/main/cpp/jvmti/jvmti.h:1805
MethodGetCurrentThreadCpuTime
app/src/main/cpp/jvmti/jvmti.h:2443
MethodGetCurrentThreadCpuTimerInfo
app/src/main/cpp/jvmti/jvmti.h:2439
MethodGetElfHeader
app/src/main/cpp/elf_parser/include/elf_parser.hpp:187
MethodGetEnvironmentLocalStorage
app/src/main/cpp/jvmti/jvmti.h:2503
MethodGetErrorName
app/src/main/cpp/jvmti/jvmti.h:2511
MethodGetExtensionEvents
app/src/main/cpp/jvmti/jvmti.h:2413
MethodGetExtensionFunctions
app/src/main/cpp/jvmti/jvmti.h:2408
MethodGetFieldDeclaringClass
app/src/main/cpp/jvmti/jvmti.h:2261
MethodGetFieldModifiers
app/src/main/cpp/jvmti/jvmti.h:2267
MethodGetFieldName
app/src/main/cpp/jvmti/jvmti.h:2253
MethodGetFrameLocation
app/src/main/cpp/jvmti/jvmti.h:1930
MethodGetImplementedInterfaces
app/src/main/cpp/jvmti/jvmti.h:2184
MethodGetJLocationFormat
app/src/main/cpp/jvmti/jvmti.h:2521
MethodGetJNIFunctionTable
app/src/main/cpp/jvmti/jvmti.h:2388
MethodGetLineNumberTable
app/src/main/cpp/jvmti/jvmti.h:2306
MethodGetLoadBase
app/src/main/cpp/elf_parser/include/elf_parser.hpp:175
MethodGetLoadBias
app/src/main/cpp/elf_parser/include/elf_parser.hpp:136
MethodGetMethodLocation
app/src/main/cpp/jvmti/jvmti.h:2312
MethodGetMethodModifiers
app/src/main/cpp/jvmti/jvmti.h:2291
MethodGetObjectHashCode
app/src/main/cpp/jvmti/jvmti.h:2243
MethodGetObjectMonitorUsage
app/src/main/cpp/jvmti/jvmti.h:2248
MethodGetObjectSize
app/src/main/cpp/jvmti/jvmti.h:2238
MethodGetOwnedMonitorInfo
app/src/main/cpp/jvmti/jvmti.h:1848
MethodGetOwnedMonitorStackDepthInfo
app/src/main/cpp/jvmti/jvmti.h:1854
MethodGetParseBase
app/src/main/cpp/elf_parser/include/elf_parser.hpp:191
MethodGetPath
app/src/main/cpp/elf_parser/include/elf_parser.hpp:183
MethodGetPhase
app/src/main/cpp/jvmti/jvmti.h:2491
MethodGetPotentialCapabilities
app/src/main/cpp/jvmti/jvmti.h:2423
MethodGetSourceDebugExtension
app/src/main/cpp/jvmti/jvmti.h:2223
MethodGetSourceFileName
app/src/main/cpp/jvmti/jvmti.h:2162
MethodGetState
app/src/main/cpp/art.hpp:449
MethodGetStateAndFlags
app/src/main/cpp/art.hpp:479
MethodGetSystemProperties
app/src/main/cpp/jvmti/jvmti.h:2476
MethodGetSystemProperty
app/src/main/cpp/jvmti/jvmti.h:2481
MethodGetTag
app/src/main/cpp/jvmti/jvmti.h:1986
MethodGetThreadCpuTime
app/src/main/cpp/jvmti/jvmti.h:2451
MethodGetThreadCpuTimerInfo
app/src/main/cpp/jvmti/jvmti.h:2447
MethodGetThreadGroupChildren
app/src/main/cpp/jvmti/jvmti.h:1892
MethodGetThreadGroupInfo
app/src/main/cpp/jvmti/jvmti.h:1887
MethodGetThreadInfo
app/src/main/cpp/jvmti/jvmti.h:1843
MethodGetThreadListStackTraces
app/src/main/cpp/jvmti/jvmti.h:1914
MethodGetThreadLocalStorage
app/src/main/cpp/jvmti/jvmti.h:1877
MethodGetThreadState
app/src/main/cpp/jvmti/jvmti.h:1800
MethodGetTime
app/src/main/cpp/jvmti/jvmti.h:2460
MethodGetTimerInfo
app/src/main/cpp/jvmti/jvmti.h:2456
MethodGetTopThreadGroups
app/src/main/cpp/jvmti/jvmti.h:1882
MethodGetVersionNumber
app/src/main/cpp/jvmti/jvmti.h:2507
MethodGlobalRefVisitor
app/src/main/cpp/classloader.cpp:225
MethodGnuHash
app/src/main/cpp/elf_parser/include/elf_parser.hpp:62
MethodGnuLookupIdx
app/src/main/cpp/elf_parser/elf_parser.cc:389
MethodHandle
app/src/main/cpp/art.hpp:132
MethodHashEntry
( K key, int hash, HashEntry<K, V> next, V value, ReferenceQueue<Object> refQu
app/src/main/java/io/github/a13e300/tools/utils/ConcurrentIdentityWeakHashMap.java:165
← previousnext →301–400 of 733, ranked by callers