Searched defs:opcodes (Results 26 - 43 of 43) sorted by relevance

12

/external/python/cpython2/Lib/
H A Dpickletools.py3 Extensive comments about the pickle protocols and pickle-machine opcodes
7 Generate all the opcodes in a pickle, as (opcode, arg, position) triples.
21 # (== the highest .proto attr value among all the opcodes in the pickle).
32 called an unpickling machine). It's a sequence of opcodes, interpreted by the
41 Many opcodes push Python objects onto the stack; e.g., INT pushes a Python
44 opcodes take Python objects off the stack. The result of unpickling is
50 names. Some opcodes pop a stack object into the memo at a given index,
62 point, and some sequences of pickle opcodes are subtle in order to
67 types, like ints and tuples. They generally have opcodes dedicated to
74 pickle opcodes neve
883 opcodes = [ variable
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DDexBuilder.java65 public DexBuilder(@Nonnull Opcodes opcodes) { argument
66 super(opcodes);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DOatFile.java72 @Nonnull private final Opcodes opcodes; field in class:OatFile
114 this.opcodes = Opcodes.forArtVersion(oatHeader.getVersion());
181 return opcodes;
233 super(opcodes, buf, offset);
/external/fonttools/Lib/fontTools/
H A DcffLib.py1347 op, argType = self.opcodes[name]
1395 opcodes = buildOpcodeDict(topDictOperators) variable in class:TopDictCompiler
1440 opcodes = buildOpcodeDict(topDictOperators) variable in class:FontDictCompiler
1453 opcodes = buildOpcodeDict(privateDictOperators) variable in class:PrivateDictCompiler
/external/fonttools/Tools/fontTools/
H A DcffLib.py1347 op, argType = self.opcodes[name]
1395 opcodes = buildOpcodeDict(topDictOperators) variable in class:TopDictCompiler
1440 opcodes = buildOpcodeDict(topDictOperators) variable in class:FontDictCompiler
1453 opcodes = buildOpcodeDict(privateDictOperators) variable in class:PrivateDictCompiler
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DDexWriter.java106 protected final Opcodes opcodes; field in class:DexWriter
145 protected DexWriter(Opcodes opcodes) { argument
146 this.opcodes = opcodes;
970 InstructionWriter.makeInstructionWriter(opcodes, writer, stringSection, typeSection, fieldSection,
1256 writer.write(HeaderItem.getMagicForApi(opcodes.api));
1302 return (opcodes.api < 17);
/external/elfutils/libdw/
H A DlibdwP.h382 unsigned char opcodes[255]; member in struct:__anon6189
398 return macro->table->table[macro->table->opcodes[macro->opcode - 1]].nforms;
/external/emma/core/java12/com/vladium/jcd/opcodes/
H A DIOpcodes.java9 package com.vladium.jcd.opcodes;
223 // reserved opcodes:
/external/iproute2/tc/
H A Dtc_bpf.c478 const char **ptr_uds_name, struct sock_filter *opcodes)
558 ret = bpf_ops_parse(argc, argv, opcodes, *mode == CBPF_FILE);
583 struct sock_filter opcodes[BPF_MAXINSNS]; local
596 ptr_object, &section, ptr_uds_name, opcodes);
602 addattr_l(n, MAX_MSG, nla_tbl[BPF_NLA_OPS], opcodes,
475 bpf_parse(int *ptr_argc, char ***ptr_argv, const bool *opt_tbl, enum bpf_prog_type *type, enum bpf_mode *mode, const char **ptr_object, const char **ptr_section, const char **ptr_uds_name, struct sock_filter *opcodes) argument
/external/v8/src/asmjs/
H A Dasm-wasm-builder.cc18 #include "src/wasm/wasm-opcodes.h"
1636 static WasmOpcode opcodes[] = { \
1644 static WasmOpcode opcodes[] = { \
1652 static WasmOpcode opcodes[] = { kExprI32##op, kExprI32##op }
1658 current_function_builder_->Emit(opcodes[type]); \
1718 static WasmOpcode opcodes[] = {kExprI32AsmjsDivS, kExprI32AsmjsDivU, local
1721 current_function_builder_->Emit(opcodes[type]);
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliParser.java309 private Opcodes opcodes = Opcodes.forApi(apiLevel); field in class:smaliParser
320 this.opcodes = Opcodes.forApi(apiLevel);
10843 if (!allowOdex || opcodes.getOpcodeByName((INSTRUCTION_FORMAT20bc301!=null?INSTRUCTION_FORMAT20bc301.getText():null)) == null || apiLevel >= 14) {
11120 if (!allowOdex || opcodes.getOpcodeByName((INSTRUCTION_FORMAT21c_FIELD_ODEX311!=null?INSTRUCTION_FORMAT21c_FIELD_ODEX311.getText():null)) == null || apiLevel >= 14) {
12011 if (!allowOdex || opcodes.getOpcodeByName((INSTRUCTION_FORMAT22c_FIELD_ODEX351!=null?INSTRUCTION_FORMAT22c_FIELD_ODEX351.getText():null)) == null || apiLevel >= 14) {
H A DsmaliTreeWalker.java330 private Opcodes opcodes = Opcodes.forApi(apiLevel); field in class:smaliTreeWalker
338 this.opcodes = Opcodes.forApi(apiLevel);
4605 Opcode opcode = opcodes.getOpcodeByName((INSTRUCTION_FORMAT10t104!=null?INSTRUCTION_FORMAT10t104.getText():null));
4638 Opcode opcode = opcodes.getOpcodeByName((INSTRUCTION_FORMAT10x106!=null?INSTRUCTION_FORMAT10x106.getText():null));
4678 Opcode opcode = opcodes.getOpcodeByName((INSTRUCTION_FORMAT11n107!=null?INSTRUCTION_FORMAT11n107.getText():null));
4718 Opcode opcode = opcodes.getOpcodeByName((INSTRUCTION_FORMAT11x110!=null?INSTRUCTION_FORMAT11x110.getText():null));
4757 Opcode opcode = opcodes.getOpcodeByName((INSTRUCTION_FORMAT12x112!=null?INSTRUCTION_FORMAT12x112.getText():null));
4803 Opcode opcode = opcodes.getOpcodeByName((INSTRUCTION_FORMAT20bc113!=null?INSTRUCTION_FORMAT20bc113.getText():null));
4846 Opcode opcode = opcodes.getOpcodeByName((INSTRUCTION_FORMAT20t116!=null?INSTRUCTION_FORMAT20t116.getText():null));
4894 Opcode opcode = opcodes
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 1187 milliseconds

12