Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Youlor/unpacker
/ functions
Functions
17,941 in github.com/Youlor/unpacker
⨍
Functions
17,941
◇
Types & classes
2,577
↓ 9 callers
Function
art_f2l
android-7.1.2_r33/art/runtime/entrypoints/math_entrypoints.cc:39
↓ 9 callers
Method
awaitLoadedLocked
()
android-7.1.2_r33/frameworks/base/core/java/android/app/SharedPreferencesImpl.java:208
↓ 9 callers
Function
cJSON_ReplaceItemInObject
android-7.1.2_r33/art/runtime/unpacker/cJSON.cc:2350
↓ 9 callers
Method
clone
{@inheritDoc}
dexfixer/src/com/android/dx/ssa/PhiInsn.java:80
↓ 9 callers
Method
compareTo
{@inheritDoc}
dexfixer/src/com/android/dx/rop/type/Type.java:534
↓ 9 callers
Method
equals
{@inheritDoc}
dexfixer/src/com/android/dx/rop/code/RegisterSpec.java:170
↓ 9 callers
Method
forEachInsn
Visits all insns in this method. @param visitor {@code non-null;} callback interface
dexfixer/src/com/android/dx/ssa/SsaMethod.java:709
↓ 9 callers
Method
get
Gets the element at the given index. It is an error to call this with the index for an element which was never set; if you do that, this will throw {@
dexfixer/src/com/android/dx/rop/code/BasicBlockList.java:66
↓ 9 callers
Method
get
Gets the value of the bit at the given index. @param bits {@code non-null;} bit set to operate on @param idx {@code >= 0, < getMax(set);} which bit @
dexfixer/src/com/android/dx/util/Bits.java:58
↓ 9 callers
Method
getApplicationInfo
()
android-7.1.2_r33/frameworks/base/core/java/android/app/ContextImpl.java:302
↓ 9 callers
Method
getApplicationInfo
(String packageName, int flags)
android-7.1.2_r33/frameworks/base/core/java/android/app/ApplicationPackageManager.java:330
↓ 9 callers
Method
getBasePackageName
@hide
android-7.1.2_r33/frameworks/base/core/java/android/app/ContextImpl.java:291
↓ 9 callers
Method
getBlocks
Gets the basic block list for this method. @return {@code non-null;} the list
dexfixer/src/com/android/dx/rop/code/RopMethod.java:71
↓ 9 callers
Method
getCompatibilityInfo
()
android-7.1.2_r33/frameworks/base/core/java/android/app/LoadedApk.java:231
↓ 9 callers
Method
getFlags
@hide
android-7.1.2_r33/frameworks/base/core/java/android/app/job/JobInfo.java:226
↓ 9 callers
Method
getFormat
()
dexfixer/src/com/android/dx/io/instructions/DecodedInstruction.java:119
↓ 9 callers
Method
getFragmentManager
Return the FragmentManager for interacting with fragments associated with this activity.
android-7.1.2_r33/frameworks/base/core/java/android/app/Activity.java:2149
↓ 9 callers
Method
getIndex
Gets the DEX index of a constant. It is only valid to call this after {@link #setIndex} has been called. @param position the position of the constant
dexfixer/src/com/android/dx/dex/code/MultiCstInsn.java:124
↓ 9 callers
Method
getIndexType
()
dexfixer/src/com/android/dx/io/instructions/DecodedInstruction.java:145
↓ 9 callers
Method
getLiteral
()
dexfixer/src/com/android/dx/io/instructions/DecodedInstruction.java:195
↓ 9 callers
Method
getLocals
Gets the locals array for this instance. @return {@code non-null;} the locals array
dexfixer/src/com/android/dx/cf/code/Frame.java:126
↓ 9 callers
Method
getSystemContext
()
android-7.1.2_r33/frameworks/base/core/java/android/app/ActivityThread.java:2058
↓ 9 callers
Method
hasLargeIcon
()
android-7.1.2_r33/frameworks/base/core/java/android/app/Notification.java:4132
↓ 9 callers
Method
inflate
(byte[] compressedData)
android-7.1.2_r33/frameworks/base/core/java/android/app/backup/BlobBackupHelper.java:185
↓ 9 callers
Method
initWindowDecorActionBar
Creates a new ActionBar, locates the inflated ActionBarView, initializes the ActionBar with the view, and sets mActionBar.
android-7.1.2_r33/frameworks/base/core/java/android/app/Activity.java:2386
↓ 9 callers
Method
intern
Interns an item in this instance, returning the interned instance (which may not be the one passed in). This will add the item if no equal item has be
dexfixer/src/com/android/dx/dex/file/MixedItemSection.java:193
↓ 9 callers
Method
isImmutable
Checks to see whether or not this instance is immutable. This is the same as calling {@code !isMutable()}. @return {@code true} iff this instance is
dexfixer/src/com/android/dx/util/MutabilityControl.java:58
↓ 9 callers
Method
isPossiblyAssignableFrom
Returns whether the given supertype is possibly assignable from the given subtype. This takes into account primitiveness, int-likeness, known-nullness
dexfixer/src/com/android/dx/cf/code/Merger.java:219
↓ 9 callers
Method
labelToBlock
Searches {@link #result} for a block with the given label. Returns it if found, or throws an exception if there is no such block. @param label the la
dexfixer/src/com/android/dx/cf/code/Ropper.java:569
↓ 9 callers
Method
loadClass
(String className)
android-7.1.2_r33/frameworks/base/core/java/android/app/LoadedApk.java:694
↓ 9 callers
Method
makeLocalOptional
Returns an instance for the given register number, type, and variable info. This method is allowed to return shared instances (but doesn't necessarily
dexfixer/src/com/android/dx/rop/code/RegisterSpec.java:130
↓ 9 callers
Method
moveToState
(LocalActivityRecord r, int desiredState)
android-7.1.2_r33/frameworks/base/core/java/android/app/LocalActivityManager.java:111
↓ 9 callers
Method
oldToNew
Returns the new-namespace mapping for the specified old-namespace register, or -1 if one exists. @param oldReg {@code >= 0;} old-namespace register @
dexfixer/src/com/android/dx/ssa/BasicRegisterMapper.java:76
↓ 9 callers
Method
parseConstant
Helper for {@link #parseValue}, which parses a constant reference and returns the referred-to constant value. @return {@code non-null;} the parsed va
dexfixer/src/com/android/dx/cf/direct/AnnotationParser.java:422
↓ 9 callers
Method
parseInstruction
Parses the instruction at the indicated offset. Indicate the result by calling the visitor if supplied and by returning the number of bytes consumed b
dexfixer/src/com/android/dx/cf/code/BytecodeArray.java:217
↓ 9 callers
Method
parsed
{@inheritDoc}
dexfixer/src/com/android/dx/command/dump/BlockDumper.java:134
↓ 9 callers
Method
query
Query the download manager about downloads that have been requested. @param query parameters specifying filters for this query @return a Cursor over t
android-7.1.2_r33/frameworks/base/core/java/android/app/DownloadManager.java:1054
↓ 9 callers
Method
readUnsignedInt
Read an unsigned integer. @param zwidth byte count minus one @param fillOnRight true to zero fill on the right; false on the left
dexfixer/src/com/android/dex/EncodedValueCodec.java:138
↓ 9 callers
Method
setBitmap
Change the current system wallpaper to a bitmap. The given bitmap is converted to a PNG and stored as the wallpaper. On success, the intent {@link I
android-7.1.2_r33/frameworks/base/core/java/android/app/WallpaperManager.java:985
↓ 9 callers
Method
statusClause
(String operator, int value)
android-7.1.2_r33/frameworks/base/core/java/android/app/DownloadManager.java:963
↓ 9 callers
Method
throwBadUtf8
Helper for {@link #utf8BytesToString}, which throws the right exception for a bogus utf-8 byte. @param value the byte value @param offset the file of
dexfixer/src/com/android/dx/rop/cst/CstString.java:170
↓ 9 callers
Method
throwIfMutable
Throws {@link MutabilityException} if this instance is mutable.
dexfixer/src/com/android/dx/util/MutabilityControl.java:84
↓ 9 callers
Method
writeEvent
Write a log entry to the underlying storage, with a string payload. @hide
android-7.1.2_r33/frameworks/base/core/java/android/app/admin/SecurityLog.java:210
↓ 8 callers
Method
Alloc
android-7.1.2_r33/art/runtime/linear_alloc.cc:31
↓ 8 callers
Method
AsBitmap
android-7.1.2_r33/art/runtime/arch/arm/instruction_set_features_arm.cc:241
↓ 8 callers
Method
AsBitmap
android-7.1.2_r33/art/runtime/arch/x86/instruction_set_features_x86.cc:252
↓ 8 callers
Method
AsBooleanArray
android-7.1.2_r33/art/runtime/mirror/object-inl.h:300
↓ 8 callers
Method
AsReference
android-7.1.2_r33/art/runtime/mirror/object-inl.h:288
↓ 8 callers
Method
AsShortArray
android-7.1.2_r33/art/runtime/mirror/object-inl.h:333
↓ 8 callers
Method
AssertThreadSuspensionIsAllowable
android-7.1.2_r33/art/runtime/thread-inl.h:96
↓ 8 callers
Method
AtomicSetReadBarrierPointer
android-7.1.2_r33/art/runtime/mirror/object-inl.h:171
↓ 8 callers
Method
BaseSize
android-7.1.2_r33/art/runtime/mem_map.h:158
↓ 8 callers
Function
CachePrimitiveBoxingMethod
android-7.1.2_r33/art/runtime/well_known_classes.cc:212
↓ 8 callers
Method
CalculateLoadFactor
Calculate the current load factor and return it.
android-7.1.2_r33/art/runtime/base/hash_set.h:462
↓ 8 callers
Method
CharAt
android-7.1.2_r33/art/runtime/mirror/string-inl.h:134
↓ 8 callers
Method
ContainsSpace
android-7.1.2_r33/art/runtime/gc/collector/immune_spaces.cc:122
↓ 8 callers
Method
CopyFromLine
android-7.1.2_r33/art/runtime/verifier/register_line.h:134
↓ 8 callers
Function
CountModifiedUtf8Chars
This is used only from debugger and test code.
android-7.1.2_r33/art/runtime/utf.cc:27
↓ 8 callers
Method
Dump
android-7.1.2_r33/art/runtime/verifier/method_verifier.cc:1597
↓ 8 callers
Method
End
android-7.1.2_r33/art/runtime/oat_file.cc:1060
↓ 8 callers
Method
EndTiming
android-7.1.2_r33/art/runtime/base/timing_logger.cc:144
↓ 8 callers
Function
EntryPointToCodePointer
android-7.1.2_r33/art/runtime/utils.h:339
↓ 8 callers
Method
FindClassDef
android-7.1.2_r33/art/runtime/dex_file.cc:514
↓ 8 callers
Method
ForceCopy
android-7.1.2_r33/art/runtime/java_vm_ext.h:44
↓ 8 callers
Function
FromCodePointer
android-7.1.2_r33/art/runtime/oat_quick_method_header.h:41
↓ 8 callers
Method
GetClassDescriptor
Returns the class descriptor string of a class definition.
android-7.1.2_r33/art/runtime/dex_file.h:706
↓ 8 callers
Method
GetDeclaringClassUnchecked
android-7.1.2_r33/art/runtime/art_method-inl.h:45
↓ 8 callers
Method
GetDepth
android-7.1.2_r33/art/runtime/gc/allocation_record.h:161
↓ 8 callers
Method
GetFeatureString
android-7.1.2_r33/art/runtime/arch/arm/instruction_set_features_arm.cc:247
↓ 8 callers
Method
GetFeatureString
android-7.1.2_r33/art/runtime/arch/x86/instruction_set_features_x86.cc:263
↓ 8 callers
Method
GetHandlerAddress
android-7.1.2_r33/art/runtime/dex_file.h:1618
↓ 8 callers
Method
GetHandlerTypeIndex
android-7.1.2_r33/art/runtime/dex_file.h:1615
↓ 8 callers
Method
GetImageRoot
android-7.1.2_r33/art/runtime/image-inl.h:28
↓ 8 callers
Method
GetLink
android-7.1.2_r33/art/runtime/thread.cc:223
↓ 8 callers
Method
GetLiveStack
android-7.1.2_r33/art/runtime/gc/collector/concurrent_copying.cc:653
↓ 8 callers
Method
GetManagedStack
android-7.1.2_r33/art/runtime/thread.h:733
↓ 8 callers
Method
GetObjectArrayElement
android-7.1.2_r33/art/runtime/jni_internal.cc:1792
↓ 8 callers
Method
GetProtoParameters
android-7.1.2_r33/art/runtime/dex_file.h:790
↓ 8 callers
Method
GetRawStorage
android-7.1.2_r33/art/runtime/base/bit_vector.h:229
↓ 8 callers
Method
GetResolutionMethod
android-7.1.2_r33/art/runtime/runtime-inl.h:54
↓ 8 callers
Method
GetResolvedField
android-7.1.2_r33/art/runtime/mirror/dex_cache-inl.h:63
↓ 8 callers
Method
GetStackDepth
android-7.1.2_r33/art/runtime/mirror/throwable.cc:72
↓ 8 callers
Method
GetStepDepth
android-7.1.2_r33/art/runtime/debugger.h:102
↓ 8 callers
Method
GetStringLength
android-7.1.2_r33/art/runtime/dex_file-inl.h:28
↓ 8 callers
Method
GetStringRegion
android-7.1.2_r33/art/runtime/jni_internal.cc:1663
↓ 8 callers
Method
GetStringUTFRegion
android-7.1.2_r33/art/runtime/jni_internal.cc:1677
↓ 8 callers
Method
GetThreadLocalMarkStack
android-7.1.2_r33/art/runtime/thread.h:238
↓ 8 callers
Method
GetVirtualMethodDuringLinking
android-7.1.2_r33/art/runtime/mirror/class-inl.h:222
↓ 8 callers
Method
HasVTable
android-7.1.2_r33/art/runtime/mirror/class-inl.h:250
↓ 8 callers
Method
HeapLimit
The maximum address which the bitmap can span. (HeapBegin() <= object < HeapLimit()).
android-7.1.2_r33/art/runtime/gc/accounting/space_bitmap.h:175
↓ 8 callers
Method
IsAllocTrackingEnabled
Allocation tracking support Callers to this function use double-checked locking to ensure safety on allocation_records_
android-7.1.2_r33/art/runtime/gc/heap.h:745
↓ 8 callers
Method
IsBitSet
Determine whether or not the specified bit is set.
android-7.1.2_r33/art/runtime/base/bit_vector.h:170
↓ 8 callers
Method
IsClearedJniWeakGlobal
android-7.1.2_r33/art/runtime/runtime-inl.h:28
↓ 8 callers
Method
IsFree
android-7.1.2_r33/art/runtime/gc/allocator/rosalloc.h:51
↓ 8 callers
Function
IsHost
android-7.1.2_r33/art/dex2oat/dex2oat.cc:1918
↓ 8 callers
Method
IsLongConstant
android-7.1.2_r33/art/runtime/verifier/reg_type.h:92
↓ 8 callers
Method
IsMarked
android-7.1.2_r33/art/runtime/gc/collector/mark_sweep.cc:1429
↓ 8 callers
Method
IsOne
android-7.1.2_r33/art/runtime/verifier/reg_type.h:127
↓ 8 callers
Method
IsPreciseReference
android-7.1.2_r33/art/runtime/verifier/reg_type.h:74
↓ 8 callers
Method
IsPrimitiveType
android-7.1.2_r33/art/runtime/lambda/shorty_field_type.h:363
← previous
next →
1,101–1,200 of 17,941, ranked by callers