MCPcopy Create free account

hub / github.com/Youlor/unpacker / functions

Functions17,941 in github.com/Youlor/unpacker

↓ 44 callersMethodmake
Makes a single-element instance. @param type {@code non-null;} the element @return {@code non-null;} an appropriately-constructed instance
dexfixer/src/com/android/dx/rop/type/StdTypeList.java:170
↓ 44 callersMethodnext
Returns the next value in the iterator. @return next value @throws java.util.NoSuchElementException if no next element exists
dexfixer/src/com/android/dx/util/IntIterator.java:37
↓ 43 callersFunctionSplit
android-7.1.2_r33/art/runtime/utils.cc:878
↓ 43 callersMethodToModifiedUtf8
Create a modified UTF-8 encoded std::string from a java/lang/String object.
android-7.1.2_r33/art/runtime/mirror/string.cc:221
↓ 43 callersMethodannotates
Get whether this instance will actually keep annotations. @return {@code true} iff annotations are being kept
dexfixer/src/com/android/dx/util/AnnotatedOutput.java:30
↓ 43 callersMethodclear
Remove any currently set system wallpaper, reverting to the system's built-in wallpaper. On success, the intent {@link Intent#ACTION_WALLPAPER_CHANGED
android-7.1.2_r33/frameworks/base/core/java/android/app/WallpaperManager.java:1585
↓ 43 callersMethodpopArgs
Pops the given number of values from the stack (of either category), and store them in the arguments area, indicating that there are now that many arg
dexfixer/src/com/android/dx/cf/code/Machine.java:54
↓ 42 callersFunctionApplyMaskToFieldFlags
Apply the given mask to method flags.
android-7.1.2_r33/art/runtime/dex_file_verifier_test.cc:963
↓ 42 callersMethodBegin
Starting address of our internal storage.
android-7.1.2_r33/art/runtime/gc/accounting/bitmap.h:86
↓ 42 callersMethodBegin
android-7.1.2_r33/art/runtime/gc/space/region_space.h:432
↓ 42 callersMethodEnsureInitialized
android-7.1.2_r33/art/runtime/class_linker.cc:5013
↓ 42 callersMethodFd
android-7.1.2_r33/art/runtime/base/unix_file/fd_file.cc:191
↓ 42 callersFunctionSHARED_REQUIRES
android-7.1.2_r33/art/runtime/art_field.h:51
↓ 42 callersMethodequals
{@inheritDoc}
dexfixer/src/com/android/dx/cf/code/ReturnAddress.java:91
↓ 42 callersMethodget0
Gets the indicated element. It is an error to call this with the index for an element which was never set; if you do that, this will throw {@code Null
dexfixer/src/com/android/dx/util/FixedSizeList.java:176
↓ 42 callersMethodgetOuterContext
()
android-7.1.2_r33/frameworks/base/core/java/android/app/ContextImpl.java:2123
↓ 42 callersMethodread
Reads a code unit.
dexfixer/src/com/android/dx/io/instructions/CodeInput.java:34
↓ 42 callersMethodwriteShort
Writes a {@code short} to this instance. @param value the value to write; all but the low 16 bits are ignored
dexfixer/src/com/android/dx/util/Output.java:57
↓ 41 callersMethodWalkStack
android-7.1.2_r33/art/runtime/stack.cc:772
↓ 41 callersMethodwriteUleb128
Writes a DWARFv3-style unsigned LEB128 integer. For details, see the "Dalvik Executable Format" document or DWARF v3 section 7.6. @param value value
dexfixer/src/com/android/dx/util/Output.java:81
↓ 40 callersMethodGetDexCache
android-7.1.2_r33/art/runtime/mirror/class-inl.h:66
↓ 40 callersMethodgetApplicationThread
()
android-7.1.2_r33/frameworks/base/core/java/android/app/ActivityThread.java:2027
↓ 40 callersMethodgetInsns
@return {@code non-null;} the (mutable) instruction list for this block, with phi insns at the beginning
dexfixer/src/com/android/dx/ssa/SsaBasicBlock.java:301
↓ 40 callersMethodgetResources
Return <code>getActivity().getResources()</code>.
android-7.1.2_r33/frameworks/base/core/java/android/app/Fragment.java:812
↓ 40 callersMethodprintRow
(PrintWriter pw, String format, Object...objs)
android-7.1.2_r33/frameworks/base/core/java/android/app/ActivityThread.java:2121
↓ 39 callersFunctionCacheClass
android-7.1.2_r33/art/runtime/well_known_classes.cc:170
↓ 39 callersMethodEnd
android-7.1.2_r33/art/runtime/gc/collector/immune_region.h:65
↓ 39 callersMethodSize
android-7.1.2_r33/art/runtime/base/hash_set.h:402
↓ 39 callersMethodgetApplicationInfo
()
android-7.1.2_r33/frameworks/base/core/java/android/app/LoadedApk.java:219
↓ 39 callersMethodgetComponent
Return the component of the service that implements this wallpaper.
android-7.1.2_r33/frameworks/base/core/java/android/app/WallpaperInfo.java:202
↓ 39 callersMethodgetContext
Retrieve the Context this Dialog is running in. @return Context The Context used by the Dialog.
android-7.1.2_r33/frameworks/base/core/java/android/app/Dialog.java:225
↓ 39 callersMethodwrite
Writes a code unit.
dexfixer/src/com/android/dx/io/instructions/CodeOutput.java:26
↓ 38 callersMethodAllowThreadSuspension
android-7.1.2_r33/art/runtime/thread-inl.h:57
↓ 38 callersMethodBroadcast
android-7.1.2_r33/art/runtime/base/mutex.cc:787
↓ 38 callersMethodIsAotCompiler
IsAotCompiler for compilers that don't have a running runtime. Only dex2oat currently.
android-7.1.2_r33/art/runtime/runtime.h:127
↓ 38 callersFunctionThrowNullPointerExceptionFromInterpreter
android-7.1.2_r33/art/runtime/interpreter/interpreter_common.cc:35
↓ 38 callersMethodputIntern
Puts the given instance in the intern table if it's not already there. If a conflicting value is already in the table, then leave it. Return the inter
dexfixer/src/com/android/dx/rop/type/Type.java:904
↓ 37 callersMethodCapacity
Maximum which the mapped space can grow to.
android-7.1.2_r33/art/runtime/gc/space/space.h:303
↓ 37 callersMethodGetClassDef
android-7.1.2_r33/art/runtime/mirror/class.cc:835
↓ 37 callersMethodGetFile
android-7.1.2_r33/art/runtime/base/scoped_flock.cc:102
↓ 37 callersMethodGetTypeDescriptor
Returns the type descriptor string of a type id.
android-7.1.2_r33/art/runtime/dex_file.h:585
↓ 37 callersMethodIsProxyMethod
android-7.1.2_r33/art/runtime/art_method-inl.h:398
↓ 37 callersMethodNumSetBits
android-7.1.2_r33/art/runtime/base/bit_vector.cc:232
↓ 37 callersMethodSize
Current size of space
android-7.1.2_r33/art/runtime/gc/space/space.h:295
↓ 37 callersFunctionStringAppendF
android-7.1.2_r33/art/runtime/base/stringprintf.cc:74
↓ 37 callersMethodVRegA_11x
android-7.1.2_r33/art/runtime/dex_instruction-inl.h:104
↓ 37 callersMethodback
android-7.1.2_r33/art/runtime/base/dchecked_vector.h:136
↓ 37 callersMethodget
Gets the indicated value. @param n {@code >= 0, < size();} which element @return the indicated element's value
dexfixer/src/com/android/dx/util/IntList.java:171
↓ 37 callersMethodgetHandler
()
android-7.1.2_r33/frameworks/base/core/java/android/app/ActivityThread.java:1875
↓ 37 callersMethodgetPosition
Gets the source position. @return {@code non-null;} the source position
dexfixer/src/com/android/dx/dex/code/DalvInsn.java:184
↓ 36 callersMethodAsClass
android-7.1.2_r33/art/runtime/mirror/object-inl.h:257
↓ 36 callersFunctionCheckElements
android-7.1.2_r33/art/runtime/base/bit_utils_test.cc:322
↓ 36 callersMethodExists
android-7.1.2_r33/art/runtime/base/variant_map.h:269
↓ 36 callersMethodRemove
android-7.1.2_r33/art/runtime/class_table.cc:119
↓ 36 callersMethodset0
Sets the element at the given index, but without doing any type checks on the element. This method is protected so that subclasses may offer a safe ty
dexfixer/src/com/android/dx/util/FixedSizeList.java:213
↓ 35 callersFunctionCacheField
android-7.1.2_r33/art/runtime/well_known_classes.cc:178
↓ 35 callersMethodEquals
android-7.1.2_r33/art/runtime/mirror/string.cc:134
↓ 35 callersMethodThrowNewExceptionF
android-7.1.2_r33/art/runtime/thread.cc:2248
↓ 35 callersMethodgetBranchingness
Gets the branchingness of this instance. @return the branchingness
dexfixer/src/com/android/dx/rop/code/Rop.java:349
↓ 34 callersMethodEnd
android-7.1.2_r33/art/runtime/gc/space/region_space.h:444
↓ 34 callersMethodGetName
android-7.1.2_r33/art/runtime/mirror/class-inl.h:649
↓ 34 callersFunctionIsBackwardBranch
android-7.1.2_r33/art/runtime/interpreter/interpreter_common.h:1014
↓ 34 callersMethodSet
android-7.1.2_r33/art/runtime/gc/accounting/heap_bitmap-inl.h:67
↓ 34 callersMethodexists
()
dexfixer/src/com/android/dex/TableOfContents.java:229
↓ 34 callersMethodget
Get the {@code n}th entry in the constant pool, which must be valid. @param n {@code n >= 0, n < size();} the constant pool index @return {@code non-
dexfixer/src/com/android/dx/rop/cst/ConstantPool.java:43
↓ 34 callersMethodgetClassType
Gets the underlying type (as opposed to the type corresponding to this instance as a constant, which is always {@code Class}). @return {@code non-nul
dexfixer/src/com/android/dx/rop/cst/CstType.java:259
↓ 34 callersMethodgetOpPackageName
@hide
android-7.1.2_r33/frameworks/base/core/java/android/app/ContextImpl.java:297
↓ 34 callersMethodgetString
Return a localized string from the application's package's default string table. @param resId Resource id for the string
android-7.1.2_r33/frameworks/base/core/java/android/app/Fragment.java:835
↓ 34 callersMethodthrowIfImmutable
Throws {@link MutabilityException} if this instance is immutable.
dexfixer/src/com/android/dx/util/MutabilityControl.java:75
↓ 34 callersMethodvisitLocal
Visits an instruction which has a local variable index argument. @param opcode the opcode @param offset offset to the instruction @param length lengt
dexfixer/src/com/android/dx/cf/code/BytecodeArray.java:1205
↓ 33 callersFunctionGetInstructionSetString
android-7.1.2_r33/art/runtime/arch/instruction_set.cc:25
↓ 33 callersMethodGetShorty
android-7.1.2_r33/art/runtime/art_method-inl.h:288
↓ 33 callersMethodSetBit
Mark the specified bit as "set".
android-7.1.2_r33/art/runtime/base/bit_vector.h:149
↓ 33 callersMethodclear
android-7.1.2_r33/art/runtime/base/stringpiece.h:66
↓ 33 callersMethodgetTypeBearer
Gets the type (or actual value) which is loaded from or stored to the register associated with this instance. @return {@code non-null;} the type
dexfixer/src/com/android/dx/rop/code/RegisterSpec.java:355
↓ 33 callersMethodgetUnsignedByte
Gets the {@code unsigned byte} value at a particular offset. @param off {@code >= 0, < size();} offset to fetch @return {@code unsigned byte} at that
dexfixer/src/com/android/dx/util/ByteArray.java:178
↓ 33 callersMethodregString
Gets the string form for the given register number. @param reg {@code >= 0;} the register number @return {@code non-null;} the string form
dexfixer/src/com/android/dx/rop/code/RegisterSpec.java:142
↓ 32 callersMethodAdd
android-7.1.2_r33/art/runtime/debugger.cc:4870
↓ 32 callersMethodAssertPendingOOMException
android-7.1.2_r33/art/runtime/thread.cc:1650
↓ 32 callersMethodByteSize
Returns the allocation size in bytes.
android-7.1.2_r33/art/runtime/gc/space/large_object_space.cc:265
↓ 32 callersMethodDecodeJObject
android-7.1.2_r33/art/runtime/thread.cc:1882
↓ 32 callersMethodGetMemberIndex
android-7.1.2_r33/art/runtime/dex_file.h:1413
↓ 32 callersMethodIsReferenceTypes
android-7.1.2_r33/art/runtime/verifier/reg_type.h:129
↓ 32 callersMethodIsUnresolvedTypes
android-7.1.2_r33/art/runtime/verifier/reg_type.h:98
↓ 32 callersMethodPut
Add a method to the profile table. If it's the first time the method has been seen, add it with count=1, otherwise increment the count.
android-7.1.2_r33/art/runtime/profiler.cc:494
↓ 32 callersMethodgetDecor
()
android-7.1.2_r33/frameworks/base/core/java/android/app/ActivityTransitionCoordinator.java:299
↓ 32 callersMethodsize
Gets the number of elements in this list.
dexfixer/src/com/android/dx/util/IntList.java:161
↓ 32 callersMethodtoString
()
android-7.1.2_r33/frameworks/base/core/java/android/app/ActivityThread.java:614
↓ 32 callersMethodunsignedFitsInByte
Helper method to determine if an unsigned int value fits in a byte. @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:361
↓ 32 callersMethodvisitNoArgs
Visits an instruction which has no inline arguments (implicit or explicit). @param opcode the opcode @param offset offset to the instruction @param l
dexfixer/src/com/android/dx/cf/code/BytecodeArray.java:1191
↓ 31 callersMethodEquals
Are these RegTypes the same?
android-7.1.2_r33/art/runtime/verifier/reg_type.h:233
↓ 31 callersMethodGetThreadId
android-7.1.2_r33/art/runtime/debugger.cc:2378
↓ 31 callersMethodIsConstructor
Is the method being verified a constructor? See the comment on the field.
android-7.1.2_r33/art/runtime/verifier/method_verifier.h:305
↓ 31 callersMethodaddContext
Adds a line of context to this instance. @param str {@code non-null;} new context
dexfixer/src/com/android/dex/util/ExceptionWithContext.java:109
↓ 31 callersMethodcontains
Returns whether or not the given value appears in the list. This will do a binary search if the list is sorted or a linear search if not. @see #sort
dexfixer/src/com/android/dx/util/IntList.java:450
↓ 31 callersMethodgetBoolean
(String key, boolean defValue)
android-7.1.2_r33/frameworks/base/core/java/android/app/SharedPreferencesImpl.java:270
↓ 31 callersMethodgetOpcode
Gets the opcode value. @return {@code Opcodes.MIN_VALUE..Opcodes.MAX_VALUE;} the opcode value
dexfixer/src/com/android/dx/dex/code/Dop.java:96
↓ 31 callersMethodgetOpcode
()
dexfixer/src/com/android/dx/io/instructions/DecodedInstruction.java:123
↓ 31 callersMethodindexOf
Returns the index of the given value, or -1 if the value does not appear in the list. This will do a binary search if the list is sorted or a linear
dexfixer/src/com/android/dx/util/IntList.java:374
↓ 31 callersMethodsort
Sorts the elements in the list in-place.
dexfixer/src/com/android/dx/util/IntList.java:357
← previousnext →201–300 of 17,941, ranked by callers