Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedDexFile.java49 private final Opcodes opcodes; field in DexBackedDexFile
64 … private DexBackedDexFile(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.java54 public DexBackedOdexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] odexBuf, byte[] dexBuf) { in DexBackedOdexFile()
/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/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
Dgen-fma-test.py34 def gen(opcodes, combos, optypes, orders): argument
/external/smack/src/org/xbill/DNS/
DOpcode.java30 private static Mnemonic opcodes = new Mnemonic("DNS Opcode", field in Opcode
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DDexFileFactory.java58 …public static DexBackedDexFile loadDexFile(File dexFile, @Nonnull Opcodes opcodes) throws IOExcept… in loadDexFile()
/external/lldb/include/lldb/Symbol/
DUnwindPlan.h181 GetDWARFExpr (const uint8_t **opcodes, uint16_t& len) const in GetDWARFExpr()
234 const uint8_t *opcodes; member
/external/lldb/source/Symbol/
DUnwindPlan.cpp52 UnwindPlan::Row::RegisterLocation::SetAtDWARFExpression (const uint8_t *opcodes, uint32_t len) in SetAtDWARFExpression()
62 UnwindPlan::Row::RegisterLocation::SetIsDWARFExpression (const uint8_t *opcodes, uint32_t len) in SetIsDWARFExpression()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_debug_fp.c34 static const char *opcodes[0x20] = { variable
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
Di915_debug_fp.c34 static const char *opcodes[0x20] = { variable
/external/mesa3d/src/gallium/drivers/i915/
Di915_debug_fp.c49 static const char *opcodes[0x20] = { variable
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/gallium/docs/source/
Dtgsi.rst1566 .. _atomopcodes:
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst1566 .. _atomopcodes:
/external/chromium_org/sandbox/win/src/
Dpolicy_engine_opcodes.h246 PolicyOpcode opcodes[1]; member
/external/lldb/source/Expression/
DDWARFExpression.cpp1295 const DataExtractor& opcodes, in Evaluate()
/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/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java346 private Opcodes opcodes = new Opcodes(apiLevel); field in smaliTreeWalker
DsmaliParser.java326 private Opcodes opcodes = new Opcodes(apiLevel); field in smaliParser