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
↓ 19 callers
Method
ReadUnsigned32
android-7.1.2_r33/art/runtime/jdwp/jdwp_request.cc:83
↓ 19 callers
Function
SHARED_REQUIRES
android-7.1.2_r33/art/runtime/entrypoints/entrypoint_utils.cc:45
↓ 19 callers
Function
SHARED_REQUIRES
android-7.1.2_r33/art/runtime/mirror/field.h:39
↓ 19 callers
Method
StartWorkers
android-7.1.2_r33/art/runtime/thread_pool.cc:158
↓ 19 callers
Method
TestAllFlags
android-7.1.2_r33/art/runtime/thread.h:977
↓ 19 callers
Method
VRegB_3rc
android-7.1.2_r33/art/runtime/dex_instruction-inl.h:365
↓ 19 callers
Method
add
Adds an element to the end of the list. This will increase the list's capacity if necessary. @param value the value to add
dexfixer/src/com/android/dx/util/IntList.java:214
↓ 19 callers
Method
getAccessFlags
Get the field {@code access_flags}. @return the access flags
dexfixer/src/com/android/dx/cf/iface/Member.java:39
↓ 19 callers
Method
getBytes
Gets the {@link ByteArray} that this instance's data comes from. @return {@code non-null;} the bytes
dexfixer/src/com/android/dx/cf/direct/DirectClassFile.java:249
↓ 19 callers
Method
getInsns
Gets the list of instructions. @return {@code non-null;} the instruction list
dexfixer/src/com/android/dx/dex/code/DalvCode.java:183
↓ 19 callers
Method
internInitial
(CstType cst)
dexfixer/src/com/android/dx/rop/cst/CstType.java:126
↓ 19 callers
Method
moveToState
(Fragment f, int newState, int transit, int transitionStyle, boolean keepActive)
android-7.1.2_r33/frameworks/base/core/java/android/app/FragmentManager.java:877
↓ 19 callers
Method
readInt
()
dexfixer/src/com/android/dex/Dex.java:347
↓ 19 callers
Method
readUleb128
()
dexfixer/src/com/android/dex/Dex.java:381
↓ 19 callers
Method
replace
(int containerViewId, Fragment fragment)
android-7.1.2_r33/frameworks/base/core/java/android/app/BackStackRecord.java:496
↓ 19 callers
Method
set
Sets the instruction at the given index. @param n {@code >= 0, < size();} which index @param insn {@code non-null;} the instruction to set at {@code
dexfixer/src/com/android/dx/rop/code/InsnList.java:53
↓ 18 callers
Method
End
The end address of the memory region that's managed by this allocator.
android-7.1.2_r33/art/runtime/gc/allocator/rosalloc.h:773
↓ 18 callers
Method
ExtractEncoding
android-7.1.2_r33/art/runtime/stack_map.h:1090
↓ 18 callers
Method
Find
android-7.1.2_r33/art/runtime/base/hash_set.h:367
↓ 18 callers
Method
FindDeclaredInstanceField
android-7.1.2_r33/art/runtime/mirror/class.cc:669
↓ 18 callers
Method
Flush
android-7.1.2_r33/art/runtime/base/unix_file/fd_file.cc:143
↓ 18 callers
Method
Get
Get the underlying raw buffer.
android-7.1.2_r33/art/runtime/jit/offline_profiling_info.h:147
↓ 18 callers
Method
GetAccessFlags
android-7.1.2_r33/art/runtime/mirror/class-inl.h:633
↓ 18 callers
Method
GetMethod
android-7.1.2_r33/art/runtime/stack.cc:124
↓ 18 callers
Method
GetPrimitiveType
android-7.1.2_r33/art/runtime/mirror/class-inl.h:662
↓ 18 callers
Method
HasNextStaticField
android-7.1.2_r33/art/runtime/dex_file.h:1371
↓ 18 callers
Method
Insert
Insert an element, allows duplicates.
android-7.1.2_r33/art/runtime/base/hash_set.h:387
↓ 18 callers
Method
IsAbstract
Returns true if this is a method that must become an abstract method.
android-7.1.2_r33/art/runtime/class_linker.h:889
↓ 18 callers
Method
IsDeoptimized
android-7.1.2_r33/art/runtime/instrumentation.cc:821
↓ 18 callers
Method
IsFull
android-7.1.2_r33/art/runtime/gc/allocator/rosalloc-inl.h:55
↓ 18 callers
Method
IsImageSpace
Is this an image space, ie one backed by a memory mapped image file.
android-7.1.2_r33/art/runtime/gc/space/space.h:103
↓ 18 callers
Method
ModifySuspendCount
android-7.1.2_r33/art/runtime/thread.cc:1004
↓ 18 callers
Function
ResolveVerifyAndClinit
android-7.1.2_r33/art/runtime/entrypoints/entrypoint_utils-inl.h:726
↓ 18 callers
Method
Set
android-7.1.2_r33/art/runtime/imtable.h:47
↓ 18 callers
Function
StartsWith
android-7.1.2_r33/art/runtime/utils.cc:941
↓ 18 callers
Method
checkType
(int expected)
dexfixer/src/com/android/dex/EncodedValueReader.java:301
↓ 18 callers
Method
getBasicFrameType
Gets the basic type corresponding to this instance's frame type. This is equivalent to {@code getFrameType().getBasicType()}, and is the same as calli
dexfixer/src/com/android/dx/rop/type/TypeBearer.java:65
↓ 18 callers
Method
getDefinitionForRegister
Returns the insn that defines the given register @param reg register in question @return insn (actual instance from code) that defined this reg or nul
dexfixer/src/com/android/dx/ssa/SsaMethod.java:385
↓ 18 callers
Method
getInt
Gets the {@code signed int} value at a particular offset. @param off {@code >= 0, < (size() - 3);} offset to fetch @return {@code signed int} at that
dexfixer/src/com/android/dx/util/ByteArray.java:144
↓ 18 callers
Method
getPredecessors
@return {@code non-null;} predecessors set, indexed by block index
dexfixer/src/com/android/dx/ssa/SsaBasicBlock.java:336
↓ 18 callers
Method
getText
Return a localized, styled CharSequence from the application's package's default string table. @param resId Resource id for the CharSequence text
android-7.1.2_r33/frameworks/base/core/java/android/app/Fragment.java:825
↓ 18 callers
Method
getTypeIds
Gets the type identifiers section. <p>This is public in order to allow the various {@link Item} instances to add items to the instance and help early
dexfixer/src/com/android/dx/dex/file/DexFile.java:409
↓ 18 callers
Method
getValue
Gets the {@code byte} value. @return the value
dexfixer/src/com/android/dx/rop/cst/CstByte.java:98
↓ 18 callers
Method
isCategory2
Returns whether or not this is a category 2 type. @see #getCategory @see #isCategory1 @return whether or not this is a category 2 type
dexfixer/src/com/android/dx/rop/type/Type.java:698
↓ 18 callers
Method
items
Gets the collection of all the items in this section. It is not valid to attempt to change the returned list. @return {@code non-null;} the items
dexfixer/src/com/android/dx/dex/file/Section.java:223
↓ 18 callers
Method
putBoolean
(String key, boolean value)
android-7.1.2_r33/frameworks/base/core/java/android/app/SharedPreferencesImpl.java:350
↓ 18 callers
Method
set
<p>Schedule an alarm. <b>Note: for timing operations (ticks, timeouts, etc) it is easier and much more efficient to use {@link android.os.Handler}.</
android-7.1.2_r33/frameworks/base/core/java/android/app/AlarmManager.java:335
↓ 18 callers
Method
toString
{@inheritDoc}
dexfixer/src/com/android/dx/dex/code/Dop.java:86
↓ 18 callers
Method
withOffset
Returns an instance that is identical to this one, except that the register number is offset by the given amount. @param delta the amount to offset t
dexfixer/src/com/android/dx/rop/code/RegisterSpec.java:527
↓ 18 callers
Method
writeToParcel
(Parcel dest, int flags)
android-7.1.2_r33/frameworks/base/core/java/android/app/ActivityManager.java:2435
↓ 17 callers
Method
AssertPendingException
android-7.1.2_r33/art/runtime/thread.cc:1646
↓ 17 callers
Method
Contains
android-7.1.2_r33/art/runtime/thread_list.cc:100
↓ 17 callers
Method
FindDirectMethod
android-7.1.2_r33/art/runtime/mirror/class.cc:427
↓ 17 callers
Method
GetArtField
android-7.1.2_r33/art/runtime/mirror/field.cc:57
↓ 17 callers
Method
GetBoolean
android-7.1.2_r33/art/runtime/art_field-inl.h:142
↓ 17 callers
Method
GetCompilerFilter
android-7.1.2_r33/art/runtime/oat.cc:481
↓ 17 callers
Method
GetContinuousSpaceBitmap
android-7.1.2_r33/art/runtime/gc/accounting/heap_bitmap-inl.h:99
↓ 17 callers
Method
GetFieldID
android-7.1.2_r33/art/runtime/jni_internal.cc:1199
↓ 17 callers
Method
GetGcRetentionPolicy
The policy of when objects are collected associated with this space.
android-7.1.2_r33/art/runtime/gc/space/space.h:92
↓ 17 callers
Function
GetIndirectRefKind
* Determine what kind of indirect reference this is. */
android-7.1.2_r33/art/runtime/indirect_reference_table.h:127
↓ 17 callers
Method
GetInt
android-7.1.2_r33/art/runtime/art_field-inl.h:181
↓ 17 callers
Method
GetMethodSignature
android-7.1.2_r33/art/runtime/dex_file-inl.h:41
↓ 17 callers
Method
GetMethods
android-7.1.2_r33/art/runtime/mirror/class-inl.h:983
↓ 17 callers
Method
GetOatDexFile
android-7.1.2_r33/art/runtime/oat_file.cc:1073
↓ 17 callers
Method
GetSignature
android-7.1.2_r33/art/runtime/debugger.cc:1086
↓ 17 callers
Method
HasAddress
Return true iff <obj> is within the range of pointers that this bitmap could potentially cover, even if a bit has not been set for it.
android-7.1.2_r33/art/runtime/gc/accounting/space_bitmap.h:94
↓ 17 callers
Method
IsExecutable
android-7.1.2_r33/art/runtime/oat_file.h:89
↓ 17 callers
Method
IsInteger
android-7.1.2_r33/art/runtime/verifier/reg_type.h:57
↓ 17 callers
Method
IsLong
android-7.1.2_r33/art/runtime/verifier/reg_type.h:167
↓ 17 callers
Method
IsUninitializedTypes
android-7.1.2_r33/art/runtime/verifier/reg_type.cc:486
↓ 17 callers
Method
Method
android-7.1.2_r33/art/runtime/debugger.cc:5079
↓ 17 callers
Method
NumVirtualMethods
android-7.1.2_r33/art/runtime/mirror/class-inl.h:1051
↓ 17 callers
Method
SetAccessFlags
android-7.1.2_r33/art/runtime/mirror/class-inl.h:891
↓ 17 callers
Method
SizeInCodeUnits
Returns the size (in 2 byte code units) of this instruction.
android-7.1.2_r33/art/runtime/dex_instruction.h:191
↓ 17 callers
Method
VRegA_22s
android-7.1.2_r33/art/runtime/dex_instruction-inl.h:149
↓ 17 callers
Method
VRegB_22s
android-7.1.2_r33/art/runtime/dex_instruction-inl.h:314
↓ 17 callers
Method
VRegC_22s
android-7.1.2_r33/art/runtime/dex_instruction-inl.h:419
↓ 17 callers
Method
VisitReferences
android-7.1.2_r33/art/runtime/mirror/class-inl.h:778
↓ 17 callers
Method
VisitRootIfNonNull
android-7.1.2_r33/art/runtime/gc/heap.cc:1995
↓ 17 callers
Method
broadcastIntent
(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resu
android-7.1.2_r33/frameworks/base/core/java/android/app/IActivityManager.java:112
↓ 17 callers
Function
cJSON_New_Item
Internal constructor. */
android-7.1.2_r33/art/runtime/unpacker/cJSON.cc:237
↓ 17 callers
Method
compareTo
{@inheritDoc} This compares in class-major and value-minor order.
dexfixer/src/com/android/dx/rop/cst/Constant.java:48
↓ 17 callers
Method
cursor
Gets the cursor. The cursor is the offset in code units from the start of the input of the next code unit to be read or written, where the input gener
dexfixer/src/com/android/dx/io/instructions/CodeCursor.java:29
↓ 17 callers
Method
make
Makes an instance for the given value. This may (but does not necessarily) return an already-allocated instance. @param value the {@code int} value @
dexfixer/src/com/android/dx/rop/cst/CstInteger.java:58
↓ 17 callers
Method
safeCharSequence
Make sure this CharSequence is safe to put into a bundle, which basically means it had better not be some custom Parcelable implementation. @hide
android-7.1.2_r33/frameworks/base/core/java/android/app/Notification.java:1824
↓ 17 callers
Method
throwBadType
Throws the right exception to complain about a bogus type. @param type {@code non-null;} the bad type @return never
dexfixer/src/com/android/dx/rop/code/Rops.java:2118
↓ 17 callers
Method
toHuman
{@inheritDoc}
dexfixer/src/com/android/dx/rop/cst/CstString.java:244
↓ 17 callers
Method
u1
Formats an {@code int} as a 1-byte unsigned hex value. @param v value to format @return {@code non-null;} formatted form
dexfixer/src/com/android/dx/util/Hex.java:116
↓ 17 callers
Method
unsignedFitsInShort
Helper method to determine if an unsigned int value fits in a short. @param value the value in question @return {@code true} iff it's in the range 0.
dexfixer/src/com/android/dx/dex/code/InsnFormat.java:381
↓ 17 callers
Method
writeToParcel
Flatten this notification into a parcel.
android-7.1.2_r33/frameworks/base/core/java/android/app/Notification.java:1876
↓ 16 callers
Method
AddTask
android-7.1.2_r33/art/runtime/thread_pool.cc:99
↓ 16 callers
Function
AlignUp
android-7.1.2_r33/art/runtime/base/bit_utils.h:144
↓ 16 callers
Method
Contains
android-7.1.2_r33/art/runtime/gc/space/region_space.h:448
↓ 16 callers
Function
FileExists
android-7.1.2_r33/art/runtime/utils.cc:1464
↓ 16 callers
Method
GetArenaPool
android-7.1.2_r33/art/runtime/base/arena_allocator.h:359
↓ 16 callers
Method
GetByte
android-7.1.2_r33/art/runtime/art_field-inl.h:151
↓ 16 callers
Method
GetChar
android-7.1.2_r33/art/runtime/art_field-inl.h:160
↓ 16 callers
Method
GetClassData
Returns a pointer to the raw memory mapped class_data_item
android-7.1.2_r33/art/runtime/dex_file.h:727
↓ 16 callers
Function
GetInstructionSetFromString
android-7.1.2_r33/art/runtime/arch/instruction_set.cc:48
↓ 16 callers
Method
GetObjectRefType
android-7.1.2_r33/art/runtime/jni_internal.cc:2305
← previous
next →
501–600 of 17,941, ranked by callers