MCPcopy Create free account

hub / github.com/Gyoonus/deoptfuscator / types & classes

Types & classes10,963 in github.com/Gyoonus/deoptfuscator

↓ 3,622 callersClassCurrent
android/art/runtime/base/scoped_arena_allocator.h:75
↓ 678 callersClassAddress
android/art/compiler/utils/x86/assembler_x86.h:150
↓ 437 callersClassCpuRegister
android/art/compiler/utils/x86_64/constants_x86_64.h:31
↓ 428 callersClassImmediate
android/art/compiler/utils/x86/assembler_x86.h:37
↓ 407 callersClassValue
android/art/compiler/optimizing/induction_var_range.h:45
↓ 197 callersClassTypeIndex
android/art/libdexfile/dex/dex_file_types.h:63
↓ 179 callersEnumRegister
Values for registers.
android/art/runtime/arch/arm/registers_arm.h:26
↓ 168 callersClassOperand
android/art/compiler/utils/x86/assembler_x86.h:53
↓ 136 callersClassMemberOffset
Offsets relative to an object.
android/art/runtime/offsets.h:65
↓ 114 callersEnumOpcode
Opcodes for Data-processing instructions (instructions with a type 0 and 1) as defined in section A3.4
android/art/compiler/utils/arm/constants_arm.h:103
↓ 101 callersClassAddress
android/art/compiler/utils/x86_64/assembler_x86_64.h:186
↓ 93 callersClassMemberSignature
Class to encapsulate the signature of a member (ArtField or ArtMethod). This is used as a helper when matching prefixes, and when logging the signatur
android/art/runtime/hidden_api.h:119
↓ 91 callersClassFrameOffset
Offsets relative to the current frame.
android/art/runtime/offsets.h:47
↓ 70 callersClassMethodReference
A method is uniquely located by its DexFile and the method_ids_ table index into that DexFile
android/art/libdexfile/dex/method_reference.h:28
↓ 67 callersClassStringIndex
android/art/libdexfile/dex/dex_file_types.h:28
↓ 60 callersClassAlignment
Memory alignment, represented as an offset relative to a base, where 0 <= offset < base, and base is a power of two. For example, the value Alignment(
android/art/compiler/optimizing/nodes_vector.h:30
↓ 43 callersClassLink
android/art/tools/ahat/src/main/com/android/ahat/dominators/DominatorsComputation.java:138
↓ 40 callersClassOperand
android/art/compiler/utils/x86_64/assembler_x86_64.h:61
↓ 39 callersEnumGpuRegister
android/art/runtime/arch/mips64/registers_mips64.h:30
↓ 38 callersClassRootInfo
Only used by hprof. thread_id_ and type_ are only used by hprof.
android/art/runtime/gc_root.h:60
↓ 35 callersEnumKind
android/art/compiler/optimizing/locations.h:52
↓ 33 callersClassCompilerOptions
android/art/compiler/optimizing/code_generator.h:63
↓ 31 callersClassMemberOffset
android/art/compiler/driver/compiler_driver.h:70
↓ 31 callersClassVarHandleAccessor
android/art/test/712-varhandle-invocations/util-src/generate_java.py:439
↓ 30 callersClassImmediate
Encodes an immediate value for operands. Note: Immediates can be 64b on x86-64 for certain instructions, but are often restricted to 32b. Note: As w
android/art/compiler/utils/x86_64/assembler_x86_64.h:44
↓ 30 callersClassReg
Represents DWARF register.
android/art/compiler/debug/dwarf/register.h:24
↓ 29 callersClassValueBound
* A value bound is represented as a pair of value and constant, * e.g. array.length - 1. */
android/art/compiler/optimizing/bounds_check_elimination.cc:35
↓ 28 callersClassDataParseError
Failure when parsing data file
android/art/runtime/interpreter/mterp/gen_mterp.py:49
↓ 28 callersClassRootInfo
android/art/runtime/gc/collector/concurrent_copying.h:33
↓ 25 callersClassX
android/art/test/010-instance/src/X.java:1
↓ 23 callersClassXmmRegister
android/art/compiler/utils/x86_64/constants_x86_64.h:49
↓ 21 callersClassWait
android/art/test/004-ThreadStress/src-art/Main.java:235
↓ 20 callersClassMapItem
android/art/dexlayout/dex_ir.h:53
↓ 17 callersClassHExpression
android/art/compiler/optimizing/nodes.h:2642
↓ 16 callersEnumSRegister
Values for single-precision floating point registers.
android/art/runtime/arch/arm/registers_arm.h:57
↓ 16 callersClassT
android/art/runtime/mirror/object.h:684
↓ 15 callersClassFatalError
Fatal error in script.
android/art/tools/common/common.py:225
↓ 15 callersClassSideEffects
* Side-effects representation. * * For write/read dependences on fields/arrays, the dependence analysis uses * type disambiguation (e.g. a float fi
android/art/compiler/optimizing/nodes.h:1641
↓ 15 callersClassVoidFunctor
android/art/runtime/mirror/object.h:40
↓ 15 callersEnumXmmRegister
android/art/compiler/utils/x86/constants_x86.h:44
↓ 13 callersClassFieldEncoding
Represents bit range of bit-packed integer field. We reuse the idea from ULEB128p1 to support encoding of -1 (aka 0xFFFFFFFF). If min_value is set to
android/art/runtime/stack_map.h:664
↓ 13 callersClassTypeReference
A type is located by its DexFile and the string_ids_ table index into that DexFile.
android/art/libdexfile/dex/type_reference.h:32
↓ 13 callersClassVarHandleKind
android/art/test/712-varhandle-invocations/util-src/generate_java.py:106
↓ 12 callersClassCodegenTargetConfig
android/art/compiler/optimizing/codegen_test_utils.h:66
↓ 12 callersClassHBinaryOperation
android/art/compiler/optimizing/nodes.h:3445
↓ 12 callersClassStringEqualsOptimizations
android/art/compiler/optimizing/intrinsics.h:208
↓ 11 callersClassStringReference
A string is located by its DexFile and the string_ids_ table index into that DexFile.
android/art/libdexfile/dex/string_reference.h:32
↓ 10 callersClassCmdlineResult
Result of an attempt to process the command line arguments. If fails, specifies the specific error code and an error message. Use the value-carrying C
android/art/cmdline/cmdline_result.h:27
↓ 10 callersClassHCondition
android/art/compiler/optimizing/nodes.h:3550
↓ 10 callersClassLocation
android/art/compiler/optimizing/locations.h:31
↓ 10 callersClassRegisterValue
* Abstract representation of a dex register value. */
android/art/tools/veridex/flow_analysis.h:45
↓ 9 callersClassDexInstructionIterator
A helper class for a code_item's instructions using range based for loop syntax.
android/art/libdexfile/dex/dex_instruction_iterator.h:121
↓ 9 callersClassHexDump
Prints a hex dump in this format: 01234560: 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff 0123456789abcdef 01234568: 00 11 22 33 44 55 66 77 88 99
android/art/libartbase/base/hex_dump.h:30
↓ 9 callersClasssigaction
android/art/runtime/runtime_common.cc:461
↓ 8 callersClassB
android/art/test/929-search/src/B.java:17
↓ 8 callersClassCmdlineParseResult
android/art/cmdline/cmdline_parse_result.h:30
↓ 8 callersClassDexFileReference
android/art/libdexfile/dex/dex_file_reference.h:26
↓ 8 callersClassNoImplicitNullChecker
android/art/compiler/utils/mips/assembler_mips.h:845
↓ 8 callersEnumStatus
android/art/cmdline/cmdline_result.h:28
↓ 8 callersClassTokenRange
A range of tokens to make token matching algorithms easier. We try really hard to avoid copying and store only a pointer and iterators to the interio
android/art/cmdline/token_range.h:37
↓ 8 callersClassValueType
android/art/test/712-varhandle-invocations/util-src/generate_java.py:46
↓ 7 callersClassBitStringChar
android/art/libartbase/base/bit_string.h:27
↓ 7 callersClassBufferUnderrun
android/art/tools/stream-trace-converter.py:26
↓ 7 callersEnumCalleeSaveType
android/art/runtime/runtime.h:81
↓ 7 callersClassClassData
A helper class that contains all the data needed to do annotation lookup.
android/art/runtime/dex/dex_file_annotations.cc:48
↓ 7 callersClassCodeItemInstructionAccessor
Abstracts accesses to the instruction fields of code items for CompactDexFile and StandardDexFile.
android/art/libdexfile/dex/code_item_accessors.h:33
↓ 7 callersEnumDRegister
Values for double-precision floating point registers.
android/art/compiler/utils/arm/constants_arm.h:62
↓ 7 callersClassLogVerbosity
The members of this struct are the valid arguments to VLOG and VLOG_IS_ON in code, and the "-verbose:" command line argument.
android/art/libartbase/base/logging.h:37
↓ 7 callersClassObjectBytePair
android/art/runtime/gc/collector/object_byte_pair.h:26
↓ 7 callersClassQuickMethodFrameInfo
android/art/runtime/arch/context.h:28
↓ 7 callersClassQuickenedInfo
android/art/compiler/dex/dex_to_dex_compiler.cc:50
↓ 7 callersClassScratchFile
android/art/runtime/common_runtime_test.h:58
↓ 7 callersClassTableSlot
android/art/runtime/class_table.h:52
↓ 7 callersClassTestInterface
An interface that will be used to test default method resolution order.
android/art/test/970-iface-super-resolution-gen/util-src/generate_smali.py:416
↓ 6 callersClassCheckOffset
android/art/runtime/class_linker_test.cc:456
↓ 6 callersClassHDeadCodeElimination
* Optimization pass performing dead code elimination (removal of * unused variables/instructions) on the SSA form. */
android/art/compiler/optimizing/dead_code_elimination.h:30
↓ 6 callersClassJniStubKey
android/art/runtime/jit/jit_code_cache.h:370
↓ 6 callersClassLockWord
The lock value itself as stored in mirror::Object::monitor_. The two most significant bits of * the state. The four possible states are fat locked,
android/art/runtime/lock_word.h:66
↓ 6 callersClassManagedRuntimeCallingConvention
Abstraction for managed code's calling conventions | { Incoming stack args } | | { Prior Method* } | <-- Prior SP | { Return address } | |
android/art/compiler/jni/quick/calling_convention.h:232
↓ 6 callersClassStackMap
* A Stack Map holds compilation information for a specific PC necessary for: * - Mapping it to a dex PC, * - Knowing which stack entries are objects
android/art/runtime/stack_map.h:803
↓ 6 callersClassTestExpression
android/art/tools/checker/file_format/checker/struct.py:118
↓ 5 callersClassClassResolution
android/art/runtime/verifier/verifier_deps.h:132
↓ 5 callersClassCodeItemDebugInfoAccessor
Abstract accesses to code item data including debug info offset. More heavy weight than the other helpers.
android/art/libdexfile/dex/code_item_accessors.h:128
↓ 5 callersClassDex2Oat
android/art/dex2oat/dex2oat.cc:607
↓ 5 callersClassExit
android/art/test/004-ThreadStress/src-art/Main.java:194
↓ 5 callersEnumFRegister
Values for single-precision floating point registers.
android/art/runtime/arch/mips/registers_mips.h:71
↓ 5 callersClassFieldResolution
android/art/runtime/verifier/verifier_deps.h:144
↓ 5 callersClassGVNOptimization
android/art/compiler/optimizing/gvn.h:27
↓ 5 callersClassHConstantFolding
* Optimization pass performing a simple constant-expression * evaluation on the SSA form. * * Note that graph simplifications producing a constant
android/art/compiler/optimizing/constant_folding.h:40
↓ 5 callersClassHVecUnaryOperation
Abstraction of a unary vector operation.
android/art/compiler/optimizing/nodes_vector.h:202
↓ 5 callersClassJavaConverter
A class that can convert a SmaliFile to a JavaFile.
android/art/test/971-iface-super/util-src/generate_java.py:39
↓ 5 callersClassMemoryRegion
android/art/compiler/utils/jni_macro_assembler.h:38
↓ 5 callersClassPrepareForRegisterAllocation
* A simplification pass over the graph before doing register allocation. * For example it changes uses of null checks and bounds checks to the origin
android/art/compiler/optimizing/prepare_for_register_allocation.h:31
↓ 5 callersClassQuickArgumentVisitor
Visits the arguments as saved to the stack by a CalleeSaveType::kRefAndArgs callee save frame.
android/art/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc:57
↓ 5 callersClassStringReferenceValueComparator
Compare the actual referenced string values. Used for string reference deduplication.
android/art/libdexfile/dex/string_reference.h:47
↓ 5 callersClassTestInterface
An interface that will be used to test default method resolution order.
android/art/test/961-default-iface-resolution-gen/util-src/generate_java.py:217
↓ 5 callersClassTestInterface
An interface that will be used to test default method resolution order.
android/art/test/964-default-iface-init-gen/util-src/generate_java.py:242
↓ 5 callersClassTypeId
android/art/dexlayout/dex_ir.h:62
↓ 4 callersClassAgeCardVisitor
android/art/runtime/gc/accounting/card_table.h:159
↓ 4 callersEnumClassRoot
android/art/runtime/class_linker.h:103
next →1–100 of 10,963, ranked by callers