MCPcopy Create free account

hub / github.com/CvvT/AppTroy / functions

Functions4,357 in github.com/CvvT/AppTroy

↓ 21 callersMethodsize
()
app/src/main/java/org/cc/dexlib2/builder/MutableMethodImplementation.java:155
↓ 20 callersMethodparseRegister_byte
(String register)
app/src/main/java/org/cc/smali/smaliTreeWalker.java:372
↓ 19 callersMethodgetExceptionHandlers
A list of the exception handlers associated with this try block. The exception handlers in the returned list will all have a unique type, including a
app/src/main/java/org/cc/dexlib2/iface/TryBlock.java:70
↓ 19 callersMethodgetExceptionType
(@Nonnull ExceptionHandler handler)
app/src/main/java/org/cc/dexlib2/writer/ClassSection.java:81
↓ 19 callersMethodprintUnsignedLongAsHex
(long value)
app/src/main/java/org/cc/util/IndentingWriter.java:179
↓ 18 callersMethodextractLowUnsignedNibble
Extracts the low unsigned 4-bit nibble from the least significant byte of the given value @param value the value to extract the nibble from @return th
app/src/main/java/org/cc/util/NibbleUtils.java:71
↓ 18 callersMethodgetName
(@Nonnull FieldRefKey key)
app/src/main/java/org/cc/dexlib2/writer/FieldSection.java:42
↓ 18 callersMethodgetPreInstructionRegisterType
(int registerNumber)
app/src/main/java/org/cc/dexlib2/analysis/AnalyzedInstruction.java:317
↓ 18 callersMethodgetRegisterD
()
app/src/main/java/org/cc/dexlib2/iface/instruction/FiveRegisterInstruction.java:36
↓ 17 callersMethodaddMonitor
(ApiMonitorHook hook)
app/src/main/java/com/cc/apptroy/apimonitor/ApiMonitorHookManager.java:42
↓ 17 callersMethodanalyzeUnaryOp
(@Nonnull AnalyzedInstruction analyzedInstruction, @Nonnull RegisterType destR
app/src/main/java/org/cc/dexlib2/analysis/MethodAnalyzer.java:1288
↓ 17 callersMethodextractHighUnsignedNibble
Extracts the high unsigned 4-bit nibble from the least significant byte of the given value @param value the value to extract the nibble from @return t
app/src/main/java/org/cc/util/NibbleUtils.java:61
↓ 17 callersMethodgetStartRegister
()
app/src/main/java/org/cc/dexlib2/iface/instruction/RegisterRangeInstruction.java:35
↓ 17 callersMethodgetTypeRewriter
()
app/src/main/java/org/cc/dexlib2/rewriter/Rewriters.java:55
↓ 17 callersMethodprintSignedIntAsDec
(int value)
app/src/main/java/org/cc/util/IndentingWriter.java:217
↓ 17 callersMethodreadByte
(int offset)
app/src/main/java/org/cc/dexlib2/dexbacked/BaseDexBuffer.java:171
↓ 16 callersMethodcheckValueArg
(int valueArg, int maxValue)
app/src/main/java/org/cc/dexlib2/util/Preconditions.java:153
↓ 16 callersMethodgetAnnotations
Gets a set of the annotations that are applied to this field. The annotations in the returned set are guaranteed to have unique types. @return A set
app/src/main/java/org/cc/dexlib2/iface/Field.java:95
↓ 16 callersMethodgetFieldOjbect
(String class_name,Object obj, String filedName)
app/src/main/java/com/cc/apptroy/util/RefInvoke.java:175
↓ 16 callersMethodgetRegisterE
()
app/src/main/java/org/cc/dexlib2/iface/instruction/FiveRegisterInstruction.java:37
↓ 16 callersMethodisSet
(int accessFlags)
app/src/main/java/org/cc/dexlib2/AccessFlags.java:87
↓ 16 callersMethodparseRegister_nibble
(String register)
app/src/main/java/org/cc/smali/smaliTreeWalker.java:354
↓ 16 callersMethodthrowBadUtf8
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
app/src/main/java/org/cc/util/Utf8Utils.java:282
↓ 15 callersMethodgetAnnotations
(@Nonnull AnnotationSetKey key)
app/src/main/java/org/cc/dexlib2/writer/AnnotationSetSection.java:41
↓ 15 callersMethodgetElements
Gets a set of the name/value elements associated with this annotation. The elements in the returned set will be unique with respect to the element na
app/src/main/java/org/cc/dexlib2/iface/Annotation.java:67
↓ 14 callersMethodgetHandlerCodeAddress
Gets the code offset of the handler. @return The offset of the handler from the the beginning of the bytecode for the method. The offset will be in t
app/src/main/java/org/cc/dexlib2/iface/ExceptionHandler.java:64
↓ 14 callersMethodgetLuaObject
Creates a reference to an object in the variable globalName @param globalName @return LuaObject
app/src/main/java/org/keplerproject/luajava/LuaState.java:1033
↓ 14 callersMethodgetRegisterF
()
app/src/main/java/org/cc/dexlib2/iface/instruction/FiveRegisterInstruction.java:38
↓ 14 callersMethodisEmpty
()
app/src/main/java/org/cc/util/ArraySortedSet.java:58
↓ 14 callersMethodlabel_ref
()
app/src/main/java/org/cc/smali/smaliParser.java:7137
↓ 14 callersMethodlabel_ref
()
app/src/main/java/org/cc/smali/smaliTreeWalker.java:3589
↓ 13 callersMethodgetBaseClassLoader
()
app/src/main/java/com/cc/apptroy/ModuleContext.java:125
↓ 13 callersMethodgetDebugItemType
The type of this debug item. The returned integer will be one of the DebugItemType. constants. @return The type of this debug item.
app/src/main/java/org/cc/dexlib2/iface/debug/DebugItem.java:48
↓ 13 callersMethodgetSwitchElements
()
app/src/main/java/org/cc/dexlib2/iface/instruction/SwitchPayload.java:38
↓ 13 callersMethodtoString
()
app/src/main/java/org/cc/dexlib2/writer/pool/ProtoPool.java:100
↓ 13 callersMethodvalueAt
Given an index in the range <code>0...size()-1</code>, returns the value from the <code>index</code>th key-value mapping that this SparseArray stores.
app/src/main/java/org/cc/util/SparseArray.java:217
↓ 12 callersMethodconcat
(int n)
app/src/main/java/org/keplerproject/luajava/LuaState.java:631
↓ 12 callersMethodget
(int index)
app/src/main/java/org/cc/dexlib2/dexbacked/util/FixedSizeList.java:42
↓ 12 callersMethodgetDebugItems
(boolean mutable)
app/src/main/java/org/cc/dexlib2/builder/MethodLocation.java:89
↓ 12 callersMethodgetInstruction
()
app/src/main/java/org/cc/dexlib2/builder/MethodLocation.java:64
↓ 12 callersMethodgetRegisterCount
Gets the number of registers in this method. @return The number of register in this method.
app/src/main/java/org/cc/dexlib2/iface/MethodImplementation.java:49
↓ 12 callersMethodgetRegisterG
()
app/src/main/java/org/cc/dexlib2/iface/instruction/FiveRegisterInstruction.java:39
↓ 12 callersMethodgetSignature
()
app/src/main/java/org/cc/dexlib2/iface/debug/LocalInfo.java:39
↓ 12 callersMethodgetStartCodeAddress
Gets the code offset of the start of this try block. The starting location must not occur in the middle of an instruction. @return The offset of the
app/src/main/java/org/cc/dexlib2/iface/TryBlock.java:50
↓ 12 callersMethodinternType
(@Nonnull String type)
app/src/main/java/org/cc/dexlib2/writer/builder/BuilderTypePool.java:52
↓ 12 callersMethodreadSizedSmallUint
(int bytes)
app/src/main/java/org/cc/dexlib2/dexbacked/BaseDexReader.java:540
↓ 12 callersMethodwriteFirstRegister
(IndentingWriter writer)
app/src/main/java/com/cc/apptroy/baksmali/Adaptors/Format/InstructionMethodItem.java:398
↓ 11 callersMethodalign
()
app/src/main/java/org/cc/dexlib2/writer/DexDataWriter.java:272
↓ 11 callersMethoddottoslash
(String name)
app/src/main/java/com/cc/apptroy/util/Utility.java:38
↓ 11 callersMethodgetLuaState
Gets the Object's State
app/src/main/java/org/keplerproject/luajava/LuaObject.java:184
↓ 11 callersMethodgetParameters
(@Nonnull ProtoKey key)
app/src/main/java/org/cc/dexlib2/writer/ProtoSection.java:40
↓ 11 callersMethodgetRegisterParameterD
()
app/src/main/java/org/cc/dexlib2/iface/instruction/OneFixedFourParameterRegisterInstruction.java:36
↓ 11 callersMethoditerator
()
app/src/main/java/org/cc/util/ArraySortedSet.java:69
↓ 11 callersMethodnewLabel
(@Nonnull int[] codeAddressToIndex, int codeAddress)
app/src/main/java/org/cc/dexlib2/builder/MutableMethodImplementation.java:513
↓ 11 callersMethodnonvoid_type_descriptor
()
app/src/main/java/org/cc/smali/smaliParser.java:4351
↓ 11 callersMethodpackNibbles
(int a, int b)
app/src/main/java/org/cc/dexlib2/writer/InstructionWriter.java:436
↓ 11 callersMethodparseInt
(String intLiteral)
app/src/main/java/org/cc/smali/LiteralTools.java:176
↓ 11 callersMethodthrowOdexedInstructionException
(IntStream input, String odexedInstruction)
app/src/main/java/org/cc/smali/smaliParser.java:472
↓ 11 callersMethodtoString
()
app/src/main/java/org/cc/dexlib2/analysis/ClassProto.java:78
↓ 10 callersMethodanalyze32BitPrimitiveIgetSget
(@Nonnull AnalyzedInstruction analyzedInstruction, @Nonnull Reg
app/src/main/java/org/cc/dexlib2/analysis/MethodAnalyzer.java:1220
↓ 10 callersMethodcheckShortRegister
(int register)
app/src/main/java/org/cc/dexlib2/util/Preconditions.java:64
↓ 10 callersMethodcompare
(Collection<? extends T> list1, Collection<? extends T> list2)
app/src/main/java/org/cc/util/CollectionUtils.java:131
↓ 10 callersMethodgetCodeUnitCount
Gets the number of code units covered by this try block. The end of the try block is typically coincident with the end of an instruction, but does no
app/src/main/java/org/cc/dexlib2/iface/TryBlock.java:60
↓ 10 callersMethodgetMessage
()
app/src/main/java/org/cc/smali/InvalidToken.java:48
↓ 10 callersMethodgetReferenceAnnotation
(@Nonnull DexBackedDexFile dexFile, int typeIndex)
app/src/main/java/org/cc/dexlib2/dexbacked/raw/TypeIdItem.java:59
↓ 10 callersMethodgetTop
()
app/src/main/java/org/keplerproject/luajava/LuaState.java:313
↓ 10 callersMethodgetWideLiteral
()
app/src/main/java/org/cc/dexlib2/iface/instruction/WideLiteralInstruction.java:35
↓ 10 callersMethodintern
(@Nonnull CharSequence type)
app/src/main/java/org/cc/dexlib2/writer/pool/TypePool.java:48
↓ 10 callersMethodjavaToDexName
(String javaName)
app/src/main/java/org/cc/dexlib2/analysis/reflection/util/ReflectionUtils.java:35
↓ 10 callersMethodnonvoid_type_descriptor
()
app/src/main/java/org/cc/smali/smaliTreeWalker.java:6323
↓ 10 callersMethodset
(T t)
app/src/main/java/org/cc/dexlib2/dexbacked/util/VariableSizeListIterator.java:107
↓ 10 callersMethodsetValue
(Integer value)
app/src/main/java/org/cc/dexlib2/writer/pool/ClassPool.java:235
↓ 10 callersMethodsplit
(int splitAddress)
app/src/main/java/org/cc/dexlib2/writer/util/TryListBuilder.java:131
↓ 10 callersMethodstring_literal
()
app/src/main/java/org/cc/smali/smaliTreeWalker.java:6889
↓ 10 callersMethodwriteShort
(int value)
app/src/main/java/org/cc/dexlib2/writer/DexDataWriter.java:106
↓ 9 callersMethodanalyzeInstruction
@return false if analyzedInstruction is an odex instruction that couldn't be deodexed, due to its object register being null
app/src/main/java/org/cc/dexlib2/analysis/MethodAnalyzer.java:554
↓ 9 callersMethoddeindent
(int indentAmount)
app/src/main/java/org/cc/util/IndentingWriter.java:172
↓ 9 callersMethodformatAnnotation
(int offset, String annotationMsg)
app/src/main/java/org/cc/dexlib2/util/AnnotatedBytes.java:223
↓ 9 callersMethodgc
()
app/src/main/java/org/cc/util/SparseArray.java:108
↓ 9 callersMethodgetClassDef
(String type)
app/src/main/java/org/cc/dexlib2/analysis/ClassPath.java:151
↓ 9 callersMethodgetDefiningClass
(@Nonnull FieldRefKey key)
app/src/main/java/org/cc/dexlib2/writer/FieldSection.java:40
↓ 9 callersMethodgetInstance
()
app/src/main/java/com/cc/apptroy/NativeFunction.java:31
↓ 9 callersMethodgetLabels
(boolean mutable)
app/src/main/java/org/cc/dexlib2/builder/MethodLocation.java:77
↓ 9 callersMethodgetMethodDescriptor
(MethodReference methodReference)
app/src/main/java/org/cc/dexlib2/util/ReferenceUtil.java:43
↓ 9 callersMethodgetRegister
()
app/src/main/java/org/cc/dexlib2/iface/debug/EndLocal.java:35
↓ 9 callersMethodgetRegisterParameterE
()
app/src/main/java/org/cc/dexlib2/iface/instruction/OneFixedFourParameterRegisterInstruction.java:37
↓ 9 callersMethodgetStaticFields
Gets the static fields that are defined by this class. The static fields that are returned must have no duplicates. @return The static fields that a
app/src/main/java/org/cc/dexlib2/iface/ClassDef.java:107
↓ 9 callersMethodgetVirtualMethods
Gets the virtual methods that are defined by this class. The virtual methods that are returned must have no duplicates. @return The virtual methods
app/src/main/java/org/cc/dexlib2/iface/ClassDef.java:149
↓ 9 callersMethodindent
(int indentAmount)
app/src/main/java/org/cc/util/IndentingWriter.java:165
↓ 9 callersMethodinvoke
Function called when a proxy object function is invoked.
app/src/main/java/org/keplerproject/luajava/LuaInvocationHandler.java:51
↓ 9 callersMethodloadPrimitiveType
(String type)
app/src/main/java/org/cc/dexlib2/analysis/ClassPath.java:119
↓ 9 callersMethodnullToEmptyList
(@Nullable ImmutableList<T> list)
app/src/main/java/org/cc/util/ImmutableUtils.java:42
↓ 9 callersMethodparseRegister_short
(String register)
app/src/main/java/org/cc/smali/smaliTreeWalker.java:388
↓ 9 callersMethodsetDeodexedInstruction
(Instruction instruction)
app/src/main/java/org/cc/dexlib2/analysis/AnalyzedInstruction.java:112
↓ 9 callersMethodsetPostRegisterTypeAndPropagateChanges
(@Nonnull AnalyzedInstruction analyzedInstruction, int
app/src/main/java/org/cc/dexlib2/analysis/MethodAnalyzer.java:340
↓ 9 callersMethodsize
()
app/src/main/java/org/cc/dexlib2/dexbacked/raw/RawDexFile.java:90
↓ 9 callersMethodtoList
(@Nullable final Iterable<? extends Item> iterable)
app/src/main/java/org/cc/util/ImmutableConverter.java:48
↓ 8 callersMethodaddAll
(Collection<? extends T> c)
app/src/main/java/org/cc/util/ArraySortedSet.java:110
↓ 8 callersMethodclear
Removes all key-value mappings from this SparseArray.
app/src/main/java/org/cc/util/SparseArray.java:274
↓ 8 callersMethoddelete
Removes the mapping from the specified key, if there was any.
app/src/main/java/org/cc/util/SparseArray.java:90
← previousnext →101–200 of 4,357, ranked by callers