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
↓ 12 callers
Method
NumMethodIds
Returns the number of method identifiers in the .dex file.
android-7.1.2_r33/art/runtime/dex_file.h:633
↓ 12 callers
Method
ReadBarrierState
android-7.1.2_r33/art/runtime/lock_word.h:175
↓ 12 callers
Method
ReadSigned32
android-7.1.2_r33/art/runtime/jdwp/jdwp_request.cc:77
↓ 12 callers
Method
ResetOffset
android-7.1.2_r33/art/runtime/base/unix_file/fd_file.cc:362
↓ 12 callers
Function
SHARED_REQUIRES
android-7.1.2_r33/art/runtime/mirror/method.h:35
↓ 12 callers
Function
Set1
@deprecated
android-7.1.2_r33/art/runtime/jdwp/jdwp_bits.h:70
↓ 12 callers
Method
Signal
android-7.1.2_r33/art/runtime/base/mutex.cc:815
↓ 12 callers
Function
TestCompilerFilterName
android-7.1.2_r33/art/runtime/compiler_filter_test.cc:23
↓ 12 callers
Method
VRegA
android-7.1.2_r33/art/runtime/dex_instruction-inl.h:57
↓ 12 callers
Method
VRegA_22x
android-7.1.2_r33/art/runtime/dex_instruction-inl.h:159
↓ 12 callers
Method
VRegB
android-7.1.2_r33/art/runtime/dex_instruction-inl.h:242
↓ 12 callers
Method
VRegB_21t
android-7.1.2_r33/art/runtime/dex_instruction-inl.h:299
↓ 12 callers
Method
VRegC_22t
android-7.1.2_r33/art/runtime/dex_instruction-inl.h:424
↓ 12 callers
Method
VerifyStack
android-7.1.2_r33/art/runtime/thread-inl.h:224
↓ 12 callers
Method
Visit
android-7.1.2_r33/art/runtime/class_table-inl.h:51
↓ 12 callers
Method
WriteBarrierEveryFieldOf
android-7.1.2_r33/art/runtime/gc/heap.h:452
↓ 12 callers
Function
add_item_to_object
android-7.1.2_r33/art/runtime/unpacker/cJSON.cc:2006
↓ 12 callers
Method
adjustString
(int stringIndex)
dexfixer/src/com/android/dx/merge/IndexMap.java:145
↓ 12 callers
Method
adjustType
(int typeIndex)
dexfixer/src/com/android/dx/merge/IndexMap.java:149
↓ 12 callers
Method
annotate
Annotates or writes a message to the {@code debugPrint} writer if applicable. @param length the number of bytes associated with this message @param m
dexfixer/src/com/android/dx/dex/file/DebugInfoEncoder.java:138
↓ 12 callers
Method
changeIndent
Indicate that the level of indentation for a dump should increase or decrease (positive or negative argument, respectively). @param indentDelta the a
dexfixer/src/com/android/dx/cf/iface/ParseObserver.java:32
↓ 12 callers
Method
compare
(short ushortA, short ushortB)
dexfixer/src/com/android/dex/util/Unsigned.java:25
↓ 12 callers
Method
data
data() may return a pointer to a buffer with embedded NULs, and the returned buffer may or may not be null terminated. Therefore it is typically a mi
android-7.1.2_r33/art/runtime/base/stringpiece.h:61
↓ 12 callers
Method
excludeViews
(Transition transition, Transition fromTransition, ArrayList<View> views, boolean exclude)
android-7.1.2_r33/frameworks/base/core/java/android/app/BackStackRecord.java:1444
↓ 12 callers
Function
expandBufGetLength
* Get the amount of data currently in the buffer. */
android-7.1.2_r33/art/runtime/jdwp/jdwp_expand_buf.cc:78
↓ 12 callers
Method
getConstant
Gets the constant. @return {@code non-null;} the constant
dexfixer/src/com/android/dx/rop/code/CstInsn.java:60
↓ 12 callers
Method
getFileOffset
Gets the offset from the start of the file to this part. This throws an exception if the offset has not yet been set. @return {@code >= 0;} the file
dexfixer/src/com/android/dx/dex/file/Section.java:106
↓ 12 callers
Method
getLabel
Gets the target label of this block. @return {@code >= 0;} the label
dexfixer/src/com/android/dx/rop/code/BasicBlock.java:142
↓ 12 callers
Method
getLastValue
()
dexfixer/src/com/android/dx/command/dexer/Main.java:1406
↓ 12 callers
Method
getUseListForRegister
Returns the list of all source uses (not results) for a register. @param reg register in question @return unmodifiable instruction list
dexfixer/src/com/android/dx/ssa/SsaMethod.java:620
↓ 12 callers
Method
illegalTos
Constructs an "illegal top-of-stack" exception, for the stack manipulation opcodes.
dexfixer/src/com/android/dx/cf/code/Simulator.java:144
↓ 12 callers
Method
isConstant
Returns whether this instance represents a constant value. @return {@code true} if this instance represents a constant value and {@code false} if not
dexfixer/src/com/android/dx/rop/type/TypeBearer.java:73
↓ 12 callers
Method
iterator
Iterates the set @return {@code non-null;} a set iterator
dexfixer/src/com/android/dx/util/IntSet.java:66
↓ 12 callers
Method
lower_bound
android-7.1.2_r33/art/runtime/safe_map.h:78
↓ 12 callers
Method
merge
Merges {@code other} into this set, so this set becomes the union of the two. @param other {@code non-null;} other set to merge with.
dexfixer/src/com/android/dx/util/IntSet.java:52
↓ 12 callers
Method
offsetString
Gets the absolute offset of this item as a string, suitable for including in annotations. @return {@code non-null;} the offset string
dexfixer/src/com/android/dx/dex/file/OffsettedItem.java:264
↓ 12 callers
Method
pop_back
Modifiers: pop_back(). Check not empty.
android-7.1.2_r33/art/runtime/base/dchecked_vector.h:146
↓ 12 callers
Method
rbegin
android-7.1.2_r33/art/runtime/base/stringpiece.h:135
↓ 12 callers
Method
rend
android-7.1.2_r33/art/runtime/base/stringpiece.h:138
↓ 12 callers
Method
resolveContrastColor
()
android-7.1.2_r33/frameworks/base/core/java/android/app/Notification.java:3908
↓ 12 callers
Method
showViews
(ArrayList<View> views, boolean setTransitionAlpha)
android-7.1.2_r33/frameworks/base/core/java/android/app/ActivityTransitionCoordinator.java:704
↓ 12 callers
Method
throwBadLength
Throws the right exception when an attribute has an unexpected length (given its contents). @param expected expected length @return never @throws Par
dexfixer/src/com/android/dx/cf/direct/StdAttributeFactory.java:811
↓ 12 callers
Method
throwIfCalledByNotTrustedUidLocked
()
android-7.1.2_r33/frameworks/base/core/java/android/app/UiAutomationConnection.java:409
↓ 12 callers
Method
throwIfPrepared
Throws an exception if {@link #prepare} has already been called on this instance.
dexfixer/src/com/android/dx/dex/file/Section.java:251
↓ 12 callers
Method
throwSeverelyTruncated
Throws the right exception when a known attribute has a way too short length. @return never @throws ParseException always thrown
dexfixer/src/com/android/dx/cf/direct/StdAttributeFactory.java:788
↓ 12 callers
Method
toString
{@inheritDoc}
dexfixer/src/com/android/dx/cf/code/ByteBlock.java:94
↓ 12 callers
Method
withContext
Augments the given exception with the given context, and return the result. The result is either the given exception if it was an {@link ExceptionWith
dexfixer/src/com/android/dex/util/ExceptionWithContext.java:39
↓ 11 callers
Method
Adapter
android-7.1.2_r33/art/runtime/base/arena_containers.h:220
↓ 11 callers
Method
AreExitStubsInstalled
android-7.1.2_r33/art/runtime/instrumentation.h:259
↓ 11 callers
Method
AtomicTestAndSet
android-7.1.2_r33/art/runtime/gc/accounting/heap_bitmap-inl.h:83
↓ 11 callers
Method
AttachCurrentThread
android-7.1.2_r33/art/runtime/runtime.cc:1533
↓ 11 callers
Method
CheckWidePair
Check this is the low half, and that type_h is its matching high-half.
android-7.1.2_r33/art/runtime/verifier/reg_type.h:108
↓ 11 callers
Method
DetachCurrentThread
android-7.1.2_r33/art/runtime/runtime.cc:1539
↓ 11 callers
Method
DumpString
android-7.1.2_r33/art/runtime/dex_instruction.cc:162
↓ 11 callers
Method
FatLockMonitor
android-7.1.2_r33/art/runtime/lock_word-inl.h:37
↓ 11 callers
Method
FindDeclaredDirectMethod
android-7.1.2_r33/art/runtime/mirror/class.cc:395
↓ 11 callers
Method
Free
android-7.1.2_r33/art/runtime/gc/space/zygote_space.cc:89
↓ 11 callers
Method
GetDexPCPtr
android-7.1.2_r33/art/runtime/stack.h:406
↓ 11 callers
Method
GetImt
android-7.1.2_r33/art/runtime/mirror/class-inl.h:278
↓ 11 callers
Function
GetInstructionSetPointerSize
android-7.1.2_r33/art/runtime/arch/instruction_set.h:85
↓ 11 callers
Method
GetLinearAlloc
android-7.1.2_r33/art/runtime/runtime.h:579
↓ 11 callers
Method
GetLong
android-7.1.2_r33/art/runtime/art_field-inl.h:198
↓ 11 callers
Method
GetMarkBitmap
android-7.1.2_r33/art/runtime/gc/space/image_space.h:100
↓ 11 callers
Method
GetMethodIndex
android-7.1.2_r33/art/runtime/art_method-inl.h:107
↓ 11 callers
Method
GetStaticField
android-7.1.2_r33/art/runtime/mirror/class-inl.h:610
↓ 11 callers
Method
GetVTableEntry
android-7.1.2_r33/art/runtime/mirror/class-inl.h:261
↓ 11 callers
Method
Increment
android-7.1.2_r33/art/runtime/barrier.cc:46
↓ 11 callers
Function
InvokeVirtualOrInterfaceWithJValues
android-7.1.2_r33/art/runtime/reflection.cc:503
↓ 11 callers
Method
IsBoolean
android-7.1.2_r33/art/runtime/verifier/reg_type.h:53
↓ 11 callers
Method
IsByte
android-7.1.2_r33/art/runtime/verifier/reg_type.h:54
↓ 11 callers
Function
IsConstructor
Returns true if the method is a constructor.
android-7.1.2_r33/art/runtime/art_method.h:278
↓ 11 callers
Method
IsInUnevacFromSpace
android-7.1.2_r33/art/runtime/gc/space/region_space.h:350
↓ 11 callers
Method
IsLongOrDoubleTypes
android-7.1.2_r33/art/runtime/verifier/reg_type.h:106
↓ 11 callers
Function
IsNative
android-7.1.2_r33/art/runtime/art_method.h:342
↓ 11 callers
Method
IsObjectArray
android-7.1.2_r33/art/runtime/mirror/object-inl.h:263
↓ 11 callers
Method
IsReference
android-7.1.2_r33/art/runtime/verifier/reg_type.h:73
↓ 11 callers
Method
MonitorEnter
android-7.1.2_r33/art/runtime/monitor.cc:866
↓ 11 callers
Method
NumStringIds
Returns the number of string identifiers in the .dex file.
android-7.1.2_r33/art/runtime/dex_file.h:501
↓ 11 callers
Function
OrMaskToFieldFlags
Apply the given mask to method flags.
android-7.1.2_r33/art/runtime/dex_file_verifier_test.cc:970
↓ 11 callers
Function
PrintFileToLog
android-7.1.2_r33/art/runtime/utils.cc:157
↓ 11 callers
Method
RegisterNatives
android-7.1.2_r33/art/runtime/jni_internal.cc:2088
↓ 11 callers
Function
Reset
android-7.1.2_r33/art/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc:1818
↓ 11 callers
Function
ResetArrayClass
android-7.1.2_r33/art/runtime/mirror/array.h:170
↓ 11 callers
Method
Run
android-7.1.2_r33/art/runtime/thread_pool.cc:74
↓ 11 callers
Function
SHARED_REQUIRES
android-7.1.2_r33/art/runtime/gc/heap.cc:1678
↓ 11 callers
Function
SafeGetTid
android-7.1.2_r33/art/runtime/base/mutex-inl.h:49
↓ 11 callers
Method
SetDexPC
android-7.1.2_r33/art/runtime/stack.h:179
↓ 11 callers
Method
ThrowNewException
android-7.1.2_r33/art/runtime/thread.cc:2262
↓ 11 callers
Function
ThrowNoSuchMethodError
android-7.1.2_r33/art/runtime/common_throws.cc:350
↓ 11 callers
Method
TransitionFromSuspendedToRunnable
android-7.1.2_r33/art/runtime/thread-inl.h:172
↓ 11 callers
Method
VRegB_22x
android-7.1.2_r33/art/runtime/dex_instruction-inl.h:324
↓ 11 callers
Method
Walk
android-7.1.2_r33/art/runtime/gc/space/rosalloc_space.cc:261
↓ 11 callers
Method
codeSize
Gets the size of this instruction, in 16-bit code units. @return {@code >= 0;} the code size of this instruction
dexfixer/src/com/android/dx/dex/code/DalvInsn.java:400
↓ 11 callers
Method
dismiss
Dismiss this dialog, removing it from the screen. This method can be invoked safely from any thread. Note that you should not override this method to
android-7.1.2_r33/frameworks/base/core/java/android/app/Dialog.java:350
↓ 11 callers
Method
findFirst
Finds the lowest-order bit set at or after the given index in the given bit set. @param bits {@code non-null;} bit set to operate on @param idx {@cod
dexfixer/src/com/android/dx/util/Bits.java:166
↓ 11 callers
Method
front
Element access: front(), back(). Check not empty.
android-7.1.2_r33/art/runtime/base/dchecked_vector.h:134
↓ 11 callers
Method
getAbsoluteOffset
Returns the absolute file offset, given an offset from the start of this instance's output. This is only valid to call once this instance has been ass
dexfixer/src/com/android/dx/dex/file/Section.java:179
↓ 11 callers
Method
getB
()
dexfixer/src/com/android/dx/io/instructions/DecodedInstruction.java:253
↓ 11 callers
Method
getConfiguration
()
android-7.1.2_r33/frameworks/base/core/java/android/app/IActivityManager.java:267
↓ 11 callers
Method
getMethodIds
Gets the method identifiers section. <p>This is public in order to allow the various {@link Item} instances to add items to the instance and help ear
dexfixer/src/com/android/dx/dex/file/DexFile.java:448
← previous
next →
801–900 of 17,941, ranked by callers