Home
last modified time | relevance | path

Searched defs:opcodes (Results 1 – 25 of 26) sorted by relevance

12

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedDexFile.java49 @Nonnull private final Opcodes opcodes; field in DexBackedDexFile
64 … DexBackedDexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] buf, int offset, boolean verifyMagic) { in DexBackedDexFile()
87 public DexBackedDexFile(@Nonnull Opcodes opcodes, @Nonnull BaseDexBuffer buf) { in DexBackedDexFile()
91 public DexBackedDexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] buf, int offset) { in DexBackedDexFile()
95 public DexBackedDexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] buf) { in DexBackedDexFile()
99 … public static DexBackedDexFile fromInputStream(@Nonnull Opcodes opcodes, @Nonnull InputStream is) in fromInputStream()
DDexBackedOdexFile.java53 public DexBackedOdexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] odexBuf, byte[] dexBuf) { in DexBackedOdexFile()
DOatFile.java65 @Nonnull private final Opcodes opcodes; field in OatFile
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
DImmutableDexFile.java46 @Nonnull private final Opcodes opcodes; field in ImmutableDexFile
60 …blic ImmutableDexFile(@Nonnull Opcodes opcodes, @Nullable Collection<? extends ClassDef> classes) { in ImmutableDexFile()
65 …bleDexFile(@Nonnull Opcodes opcodes, @Nullable ImmutableSet<? extends ImmutableClassDef> classes) { in ImmutableDexFile()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DRawDexFile.java50 public RawDexFile(@Nonnull Opcodes opcodes, @Nonnull BaseDexBuffer buf) { in RawDexFile()
55 public RawDexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] buf) { in RawDexFile()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DOutputFinisher.java358 Dop[] opcodes = makeOpcodesArray(); in finishProcessingAndGetList() local
395 private void reserveRegisters(Dop[] opcodes) { in reserveRegisters()
446 private int calculateReservedCount(Dop[] opcodes) { in calculateReservedCount()
553 private void massageInstructions(Dop[] opcodes) { in massageInstructions()
593 private ArrayList<DalvInsn> performExpansion(Dop[] opcodes) { in performExpansion()
/external/llvm/test/tools/llvm-readobj/ARM/
Dunwind.s55 opcodes: label
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DDexPool.java72 public static DexPool makeDexPool(@Nonnull Opcodes opcodes) { in makeDexPool()
88 …private DexPool(Opcodes opcodes, StringPool stringPool, TypePool typePool, ProtoPool protoPool, Fi… in DexPool()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DDexBuilder.java75 @Nonnull public static DexBuilder makeDexBuilder(@Nonnull Opcodes opcodes) { in makeDexBuilder()
80 private DexBuilder(@Nonnull Opcodes opcodes, @Nonnull BuilderContext context) { in DexBuilder()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionWriter.java55 @Nonnull private final Opcodes opcodes; field in InstructionWriter
64 makeInstructionWriter( in makeInstructionWriter()
75 InstructionWriter(@Nonnull Opcodes opcodes, in InstructionWriter()
DDexWriter.java98 protected final Opcodes opcodes; field in DexWriter
138 protected DexWriter(Opcodes opcodes, in DexWriter()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DSyntheticAccessorFSM.java216 @Nonnull private final Opcodes opcodes; field in SyntheticAccessorFSM
218 public SyntheticAccessorFSM(@Nonnull Opcodes opcodes) { in SyntheticAccessorFSM()
DSyntheticAccessorResolver.java76 …theticAccessorResolver(@Nonnull Opcodes opcodes, @Nonnull Iterable<? extends ClassDef> classDefs) { in SyntheticAccessorResolver()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_debug_fp.c34 static const char *opcodes[0x20] = { variable
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DOdexedFieldInstructionMapper.java213 FieldOpcode[] opcodes; in OdexedFieldInstructionMapper() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DDexFileFactory.java83 @Nonnull Opcodes opcodes) throws IOException { in loadDexFile()
/external/mesa3d/src/gallium/drivers/i915/
Di915_debug_fp.c49 static const char *opcodes[0x20] = { variable
/external/javassist/src/main/javassist/bytecode/
DInstructionPrinter.java28 private final static String opcodes[] = Mnemonic.OPCODE; field in InstructionPrinter
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst1566 .. _atomopcodes:
/external/c-ares/
Dadig.c170 static const char *opcodes[] = { variable
/external/iproute2/tc/
Dtc_bpf.c478 const char **ptr_uds_name, struct sock_filter *opcodes) in bpf_parse()
583 struct sock_filter opcodes[BPF_MAXINSNS]; in bpf_parse_common() local
/external/fonttools/Lib/fontTools/
DcffLib.py1395 opcodes = buildOpcodeDict(topDictOperators) variable in TopDictCompiler
1440 opcodes = buildOpcodeDict(topDictOperators) variable in FontDictCompiler
1453 opcodes = buildOpcodeDict(privateDictOperators) variable in PrivateDictCompiler
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py234 operators, opcodes = buildOperatorDict(t2Operators) variable in T2CharString
451 operators, opcodes = buildOperatorDict(t1Operators) variable in T1CharString
/external/elfutils/libdw/
DlibdwP.h382 unsigned char opcodes[255]; member
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java338 private Opcodes opcodes = new Opcodes(apiLevel, false); field in smaliTreeWalker

12