MCPcopy Create free account

hub / github.com/L-JINBIN/ApkSignatureKiller / functions

Functions4,291 in github.com/L-JINBIN/ApkSignatureKiller

↓ 9 callersMethodgc
()
dexlib2/org/jf/util/SparseArray.java:108
↓ 9 callersMethodgc
()
mt/android/util/SparseArray.java:100
↓ 9 callersMethodgetClassDef
()
dexlib2/org/jf/dexlib2/analysis/ClassProto.java:119
↓ 9 callersMethodgetClassPath
()
dexlib2/org/jf/dexlib2/analysis/TypeProto.java:42
↓ 9 callersMethodgetInitialValue
Gets the initial value for this field, if available. <p> Only static field may have an initial value set, but are not required to have an initial valu
dexlib2/org/jf/dexlib2/iface/Field.java:94
↓ 9 callersMethodgetLabels
(boolean mutable)
dexlib2/org/jf/dexlib2/builder/MethodLocation.java:90
↓ 9 callersMethodgetReferenceIndex
(ReferenceInstruction referenceInstruction)
dexlib2/org/jf/dexlib2/writer/InstructionWriter.java:543
↓ 9 callersMethodindent
(int indentAmount)
dexlib2/org/jf/util/IndentingWriter.java:163
↓ 9 callersMethodintern
(@NonNull CharSequence type)
dexlib2/org/jf/dexlib2/writer/pool/TypePool.java:48
↓ 9 callersMethodisDirectory
Is this entry a directory? @return true if the entry is a directory @since 1.10
mt/bin/zip/ZipEntry.java:487
↓ 9 callersMethoditerator
()
dexlib2/org/jf/util/StringWrapper.java:56
↓ 9 callersMethodloadPrimitiveType
(String type)
dexlib2/org/jf/dexlib2/analysis/ClassPath.java:115
↓ 9 callersMethodof
(@NonNull Comparator<? super T> comparator, @NonNull T[] arr)
dexlib2/org/jf/util/ArraySortedSet.java:58
↓ 9 callersMethodparseRegister_short
(String register)
dexlib2/org/jf/smali/smaliTreeWalker.java:441
↓ 9 callersMethodputBytes
(byte[] value, int start, int length, byte[] buf, int offset)
mt/bin/zip/ZipOutputStream.java:904
↓ 9 callersMethodsize
()
dexlib2/org/jf/dexlib2/dexbacked/raw/RawDexFile.java:92
↓ 9 callersMethodsize
()
mt/bin/io/ZOutput.java:27
↓ 9 callersMethodtoList
(@Nullable final Iterable<? extends Item> iterable)
dexlib2/org/jf/util/ImmutableConverter.java:51
↓ 9 callersMethodwriteOut
Write bytes to output or random access file. @param data the byte array to write @throws IOException on error @since 1.14
mt/bin/zip/ZipOutputStream.java:1125
↓ 8 callersMethodclear
Removes all key-value mappings from this SparseArray.
dexlib2/org/jf/util/SparseArray.java:274
↓ 8 callersMethodfindMethodIndexInVtable
(@NonNull MethodReference method)
dexlib2/org/jf/dexlib2/analysis/ClassProto.java:493
↓ 8 callersMethodgetHeaderId
The Header-ID. @return the header id @since 1.1
mt/bin/zip/extrafield/ZipExtraField.java:42
↓ 8 callersMethodgetInstanceFields
Gets the instance fields that are defined by this class. <p> The instance fields that are returned must have no duplicates. @return The instance fiel
dexlib2/org/jf/dexlib2/iface/ClassDef.java:126
↓ 8 callersMethodgetInstructionAddress
(@NonNull AnalyzedInstruction instruction)
dexlib2/org/jf/dexlib2/analysis/MethodAnalyzer.java:338
↓ 8 callersMethodgetInstructions
(@NonNull MethodKey key)
dexlib2/org/jf/dexlib2/writer/ClassSection.java:115
↓ 8 callersMethodgetInterfaces
Returns the set of interfaces that this class implements as a Map<String, ClassDef>. <p> The ClassDef value will be present only for the interfaces th
dexlib2/org/jf/dexlib2/analysis/ClassProto.java:159
↓ 8 callersMethodgetStaticFields
Gets the static fields that are defined by this class. <p> The static fields that are returned must have no duplicates. @return The static fields tha
dexlib2/org/jf/dexlib2/iface/ClassDef.java:116
↓ 8 callersMethodgetType
Gets the class type. <p> This will be a type descriptor per the dex file specification. @return The class type
dexlib2/org/jf/dexlib2/iface/ClassDef.java:56
↓ 8 callersMethodgetType
Gets the type of the referenced field. @return The type of the referenced field
dexlib2/org/jf/dexlib2/iface/reference/FieldReference.java:62
↓ 8 callersMethodgetVtable
()
dexlib2/org/jf/dexlib2/analysis/ClassProto.java:913
↓ 8 callersMethodinternString
(@NonNull String string)
dexlib2/org/jf/dexlib2/writer/builder/BuilderStringPool.java:50
↓ 8 callersMethodinternTypeReference
(@NonNull String type)
dexlib2/org/jf/dexlib2/writer/builder/DexBuilder.java:166
↓ 8 callersMethodputNextEntry
(String entryName)
mt/bin/zip/ZipOutputStream.java:527
↓ 8 callersMethodreadLargeUleb128
Reads a "large" uleb128. That is, one that may legitimately be greater than a signed int. The value is returned as if it were signed. i.e. a value of
dexlib2/org/jf/dexlib2/dexbacked/BaseDexReader.java:210
↓ 8 callersMethodreadShort
(int offset)
dexlib2/org/jf/dexlib2/dexbacked/BaseDexBuffer.java:127
↓ 8 callersMethodsetExtra
Parses the given bytes as extra field data and consumes any unparseable data as an {@link UnparseableExtraFieldData} instance. @param extra an array
mt/bin/zip/ZipEntry.java:384
↓ 8 callersMethodskipInt
()
mt/bin/io/ZInput.java:64
↓ 8 callersMethodskipUleb128
()
dexlib2/org/jf/dexlib2/dexbacked/BaseDexReader.java:283
↓ 8 callersMethodstring_literal
()
dexlib2/org/jf/smali/smaliTreeWalker.java:6570
↓ 8 callersMethodwriteEncodedValueHeader
(int valueType, int valueArg)
dexlib2/org/jf/dexlib2/writer/DexDataWriter.java:164
↓ 7 callersMethodaddToVtable
(@NonNull Iterable<? extends Method> localMethods, @NonNull List<Method> vtable,
dexlib2/org/jf/dexlib2/analysis/ClassProto.java:1250
↓ 7 callersMethodbinarySearch
(int[] a, int start, int len, int key)
dexlib2/org/jf/util/SparseArray.java:343
↓ 7 callersMethodcheck35cAnd45ccRegisterCount
(int registerCount)
dexlib2/org/jf/dexlib2/util/Preconditions.java:132
↓ 7 callersMethodcheckRegisterRangeCount
(int registerCount)
dexlib2/org/jf/dexlib2/util/Preconditions.java:140
↓ 7 callersMethodcheckWidePair
(int registerNumber, AnalyzedInstruction analyzedInstruction)
dexlib2/org/jf/dexlib2/analysis/MethodAnalyzer.java:1974
↓ 7 callersMethodcontains
(Object o)
dexlib2/org/jf/util/ArraySortedSet.java:72
↓ 7 callersMethodcopy
Create a copy of the given array - or return null if the argument is null.
mt/bin/zip/ZipUtil.java:30
↓ 7 callersMethodgetDirectMethods
Gets the direct methods that are defined by this class. <p> The direct methods that are returned must have no duplicates. @return The direct methods
dexlib2/org/jf/dexlib2/iface/ClassDef.java:152
↓ 7 callersMethodgetElementWidth
()
dexlib2/org/jf/dexlib2/iface/instruction/formats/ArrayPayload.java:41
↓ 7 callersMethodgetEntries
Returns all entries. @return all entries as {@link ZipEntry} instances
mt/bin/zip/ZipFile.java:230
↓ 7 callersMethodgetEntry
Gets the dex entry with the given name @param entryName The name of the entry @return A DexFile, or null if no entry with that name is found
dexlib2/org/jf/dexlib2/iface/MultiDexContainer.java:58
↓ 7 callersMethodgetInstruction
()
dexlib2/org/jf/dexlib2/analysis/AnalyzedInstruction.java:166
↓ 7 callersMethodgetInstructions
Gets the instructions in this method. @return An Iterable of the instructions in this method
dexlib2/org/jf/dexlib2/iface/MethodImplementation.java:57
↓ 7 callersMethodgetMethodByVtableIndex
(int vtableIndex)
dexlib2/org/jf/dexlib2/analysis/TypeProto.java:61
↓ 7 callersMethodgetNullableItemIndex
(@Nullable Key key)
dexlib2/org/jf/dexlib2/writer/NullableIndexSection.java:37
↓ 7 callersMethodgetOatVersion
()
dexlib2/org/jf/dexlib2/dexbacked/OatFile.java:153
↓ 7 callersMethodgetReferenceAnnotation
(@NonNull DexBackedDexFile dexFile, int stringIndex)
dexlib2/org/jf/dexlib2/dexbacked/raw/StringIdItem.java:73
↓ 7 callersMethodgetSuperclass
()
dexlib2/org/jf/dexlib2/analysis/ClassProto.java:362
↓ 7 callersMethodgetType
()
dexlib2/org/jf/dexlib2/analysis/ClassProto.java:113
↓ 7 callersMethodgetVisibility
Gets the visibility of this annotation. <p> This will be one of the AnnotationVisibility. constants. @return The visibility of this annotation
dexlib2/org/jf/dexlib2/iface/Annotation.java:50
↓ 7 callersMethodintegral_literal
()
dexlib2/org/jf/smali/smaliParser.java:5372
↓ 7 callersMethodinternLabel
(LabelMethodItem labelMethodItem)
dexlib2/org/jf/baksmali/Adaptors/MethodDefinition.java:626
↓ 7 callersMethodinternNullable
(@Nullable CharSequence type)
dexlib2/org/jf/dexlib2/writer/pool/TypePool.java:56
↓ 7 callersMethodisInterface
Returns true if this class is an interface. <p> If this class is not defined, then this will throw an UnresolvedClassException @return True if this c
dexlib2/org/jf/dexlib2/analysis/ClassProto.java:140
↓ 7 callersMethodlastIndexOf
(@NonNull Iterable<T> iterable, @NonNull Predicate<? super T> predicate)
dexlib2/org/jf/util/CollectionUtils.java:56
↓ 7 callersMethodmethod_reference
()
dexlib2/org/jf/smali/smaliParser.java:6875
↓ 7 callersMethodnullToEmptySet
(@Nullable ImmutableSet<T> set)
dexlib2/org/jf/util/ImmutableUtils.java:50
↓ 7 callersMethodregister_list
()
dexlib2/org/jf/smali/smaliParser.java:7268
↓ 7 callersMethodwriteAdvancePC
(int address)
dexlib2/org/jf/dexlib2/writer/DebugWriter.java:137
↓ 7 callersMethodwriteLine
Writes out a block of text that contains no newlines
dexlib2/org/jf/util/IndentingWriter.java:68
↓ 7 callersMethodwriteSecondRegister
(IndentingWriter writer)
dexlib2/org/jf/baksmali/Adaptors/Format/InstructionMethodItem.java:438
↓ 6 callersMethodanalyzeLiteralBinaryOp
(@NonNull AnalyzedInstruction analyzedInstruction, @NonNull RegisterTy
dexlib2/org/jf/dexlib2/analysis/MethodAnalyzer.java:1502
↓ 6 callersMethodbuild
(RegisterFormatter registerFormatter, DebugItem debugItem)
dexlib2/org/jf/baksmali/Adaptors/Debug/DebugMethodItem.java:58
↓ 6 callersMethodbyte_literal
()
dexlib2/org/jf/smali/smaliTreeWalker.java:6462
↓ 6 callersMethodfield_reference
()
dexlib2/org/jf/smali/smaliParser.java:6988
↓ 6 callersMethodfindAttribute
(String namespace, String attribute)
mt/bin/xml/decode/AXmlResourceParser.java:771
↓ 6 callersMethodgetAnnotationsDirectory
()
dexlib2/org/jf/dexlib2/dexbacked/DexBackedClassDef.java:401
↓ 6 callersMethodgetDebugItems
(@NonNull MethodKey key)
dexlib2/org/jf/dexlib2/writer/ClassSection.java:107
↓ 6 callersMethodgetFieldOffset
()
dexlib2/org/jf/dexlib2/iface/instruction/FieldOffsetInstruction.java:35
↓ 6 callersMethodgetInstructionCodeOffset
(int index)
dexlib2/org/jf/dexlib2/util/InstructionOffsetMap.java:75
↓ 6 callersMethodgetInstructionIndex
()
dexlib2/org/jf/dexlib2/analysis/AnalyzedInstruction.java:120
↓ 6 callersMethodgetItemCount
()
dexlib2/org/jf/dexlib2/dexbacked/raw/MapItem.java:65
↓ 6 callersMethodgetLineNumber
The line number associated with this code address. This value should be treated as an unsigned integer, with negative values indicating a value > 2^31
dexlib2/org/jf/dexlib2/iface/debug/LineNumber.java:41
↓ 6 callersMethodgetMapItemForSection
(int itemType)
dexlib2/org/jf/dexlib2/dexbacked/raw/RawDexFile.java:71
↓ 6 callersMethodgetOpcode
()
dexlib2/org/jf/dexlib2/builder/BuilderInstruction.java:54
↓ 6 callersMethodgetOptionalReferenceAnnotation
(@NonNull DexBackedDexFile dexFile, int stringIndex)
dexlib2/org/jf/dexlib2/dexbacked/raw/StringIdItem.java:93
↓ 6 callersMethodgetOptionalString
(int stringIndex)
dexlib2/org/jf/dexlib2/dexbacked/DexBackedDexFile.java:233
↓ 6 callersMethodgetPostInstructionRegisterType
(int registerNumber)
dexlib2/org/jf/dexlib2/analysis/AnalyzedInstruction.java:631
↓ 6 callersMethodgetReferenceString
(@NonNull Reference reference)
dexlib2/org/jf/dexlib2/util/ReferenceUtil.java:138
↓ 6 callersMethodgetRegister
()
dexlib2/org/jf/dexlib2/iface/debug/EndLocal.java:35
↓ 6 callersMethodgetShortFieldDescriptor
(FieldReference fieldReference)
dexlib2/org/jf/dexlib2/util/ReferenceUtil.java:115
↓ 6 callersMethodgetTreeAdaptor
()
dexlib2/org/jf/smali/smaliParser.java:313
↓ 6 callersMethodgetTryBlocks
(@NonNull MethodKey key)
dexlib2/org/jf/dexlib2/writer/ClassSection.java:118
↓ 6 callersMethodgetTryBlocks
Gets a list of the try blocks defined for this method. <p> Try blocks may overlap freely, and do not need to be strictly nested, as in java. This is a
dexlib2/org/jf/dexlib2/iface/MethodImplementation.java:75
↓ 6 callersMethodinteger_literal
()
dexlib2/org/jf/smali/smaliTreeWalker.java:6381
↓ 6 callersMethodinternField
(@NonNull String definingClass, @NonNull String name,
dexlib2/org/jf/dexlib2/writer/builder/DexBuilder.java:88
↓ 6 callersMethodinternNullableStringReference
(@Nullable String string)
dexlib2/org/jf/dexlib2/writer/builder/DexBuilder.java:158
↓ 6 callersMethodlong_literal
()
dexlib2/org/jf/smali/smaliTreeWalker.java:6408
↓ 6 callersMethodmember_name
()
dexlib2/org/jf/smali/smaliParser.java:3751
↓ 6 callersMethodmethod_reference
()
dexlib2/org/jf/smali/smaliTreeWalker.java:2400
← previousnext →201–300 of 4,291, ranked by callers