A
C
D
F
G
H
I
L
N
O
P
R
S
T
U
V
X
D
- deoptimize(Method) - function in io.github.libxposed.api.XposedModule
- Deoptimizes a method in case hooked callee is not called because of inline.
- deoptimize(Constructor) - function in io.github.libxposed.api.XposedModule
- Deoptimizes a constructor in case hooked callee is not called because of inline.
- deoptimize(Method) - function in io.github.libxposed.api.XposedInterfaceWrapper
- Deoptimizes a method in case hooked callee is not called because of inline.
- deoptimize(Constructor) - function in io.github.libxposed.api.XposedInterfaceWrapper
- Deoptimizes a constructor in case hooked callee is not called because of inline.
- deoptimize(Method) - function in io.github.libxposed.api.XposedInterface
- Deoptimizes a method in case hooked callee is not called because of inline.
- deoptimize(Constructor) - function in io.github.libxposed.api.XposedInterface
- Deoptimizes a constructor in case hooked callee is not called because of inline.
- DexParser - class in io.github.libxposed.api.utils
- Xposed interface for parsing dex files.
- DexParser.Annotation - class in io.github.libxposed.api.utils.DexParser
- The interface Annotation.
- DexParser.Array - class in io.github.libxposed.api.utils.DexParser
- The interface Array.
- DexParser.ClassVisitor - class in io.github.libxposed.api.utils.DexParser
- The interface Class visitor.
- DexParser.EarlyStopVisitor - class in io.github.libxposed.api.utils.DexParser
- The interface Early stop visitor.
- DexParser.Element - class in io.github.libxposed.api.utils.DexParser
- The interface Element.
- DexParser.FieldId - class in io.github.libxposed.api.utils.DexParser
- The interface Field id.
- DexParser.FieldVisitor - class in io.github.libxposed.api.utils.DexParser
- The interface Field visitor.
- DexParser.Id - class in io.github.libxposed.api.utils.DexParser
- The interface Id.
- DexParser.MemberVisitor - class in io.github.libxposed.api.utils.DexParser
- The interface Member visitor.
- DexParser.MethodBodyVisitor - class in io.github.libxposed.api.utils.DexParser
- The interface Method body visitor.
- DexParser.MethodId - class in io.github.libxposed.api.utils.DexParser
- The interface Method id.
- DexParser.MethodVisitor - class in io.github.libxposed.api.utils.DexParser
- The interface Method visitor.
- DexParser.ProtoId - class in io.github.libxposed.api.utils.DexParser
- The interface Proto id.
- DexParser.StringId - class in io.github.libxposed.api.utils.DexParser
- The interface String id.
- DexParser.TypeId - class in io.github.libxposed.api.utils.DexParser
- The interface Type id.
- DexParser.Value - class in io.github.libxposed.api.utils.DexParser
- The interface Value.