/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/ |
D | ImmutableDexFile.java | 46 @Nonnull private final Opcodes opcodes; field in ImmutableDexFile 48 …public ImmutableDexFile(@Nonnull Opcodes opcodes, @Nullable Collection<? extends ClassDef> classes… in ImmutableDexFile() argument 50 this.opcodes = opcodes; in ImmutableDexFile() 53 …public ImmutableDexFile(@Nonnull Opcodes opcodes, @Nullable ImmutableSet<? extends ImmutableClassD… in ImmutableDexFile() argument 55 this.opcodes = opcodes; in ImmutableDexFile() 66 @Nonnull @Override public Opcodes getOpcodes() { return opcodes; } in getOpcodes()
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | tail-dup.ll | 12 define i32 @fn(i32* nocapture %opcodes) nounwind readonly ssp { 14 %0 = load i32, i32* %opcodes, align 4 20 %1 = load i32, i32* %opcodes.addr.0, align 4 26 %2 = load i32, i32* %opcodes.addr.0, align 4 32 …%opcodes.pn = phi i32* [ %opcodes, %entry ], [ %opcodes.addr.0, %DECREMENT ], [ %opcodes.addr.0, %… 34 %opcodes.addr.0 = getelementptr inbounds i32, i32* %opcodes.pn, i32 1
|
/external/llvm/test/CodeGen/ARM/ |
D | tail-dup.ll | 12 define i32 @fn(i32* nocapture %opcodes) nounwind readonly ssp { 14 %0 = load i32, i32* %opcodes, align 4 20 %1 = load i32, i32* %opcodes.addr.0, align 4 26 %2 = load i32, i32* %opcodes.addr.0, align 4 32 …%opcodes.pn = phi i32* [ %opcodes, %entry ], [ %opcodes.addr.0, %DECREMENT ], [ %opcodes.addr.0, %… 34 %opcodes.addr.0 = getelementptr inbounds i32, i32* %opcodes.pn, i32 1
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | UnwindPlan.h | 154 void GetDWARFExpr(const uint8_t **opcodes, uint16_t &len) const { in GetDWARFExpr() argument 156 *opcodes = m_location.expr.opcodes; in GetDWARFExpr() 159 *opcodes = nullptr; in GetDWARFExpr() 164 void SetAtDWARFExpression(const uint8_t *opcodes, uint32_t len); 166 void SetIsDWARFExpression(const uint8_t *opcodes, uint32_t len); 170 return m_location.expr.opcodes; in GetDWARFExpressionBytes() 192 const uint8_t *opcodes; member 244 void SetIsDWARFExpression(const uint8_t *opcodes, uint32_t len) { in SetIsDWARFExpression() argument 246 m_value.expr.opcodes = opcodes; in SetIsDWARFExpression() 279 void GetDWARFExpr(const uint8_t **opcodes, uint16_t &len) const { in GetDWARFExpr() argument [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
D | DexBackedDexFile.java | 58 @Nonnull private final Opcodes opcodes; field in DexBackedDexFile 74 …protected DexBackedDexFile(@Nullable Opcodes opcodes, @Nonnull byte[] buf, int offset, boolean ver… in DexBackedDexFile() argument 84 if (opcodes == null) { in DexBackedDexFile() 85 this.opcodes = Opcodes.forDexVersion(dexVersion); in DexBackedDexFile() 87 this.opcodes = opcodes; in DexBackedDexFile() 105 public DexBackedDexFile(@Nullable Opcodes opcodes, @Nonnull BaseDexBuffer buf) { in DexBackedDexFile() argument 106 this(opcodes, buf.buf, buf.baseOffset); in DexBackedDexFile() 109 public DexBackedDexFile(@Nullable Opcodes opcodes, @Nonnull byte[] buf, int offset) { in DexBackedDexFile() argument 110 this(opcodes, buf, offset, false); in DexBackedDexFile() 113 public DexBackedDexFile(@Nullable Opcodes opcodes, @Nonnull byte[] buf) { in DexBackedDexFile() argument [all …]
|
D | ZipDexContainer.java | 61 @Nullable private final Opcodes opcodes; field in ZipDexContainer 68 public ZipDexContainer(@Nonnull File zipFilePath, @Nullable Opcodes opcodes) { in ZipDexContainer() argument 70 this.opcodes = opcodes; in ZipDexContainer() 145 … protected ZipDexFile(@Nullable Opcodes opcodes, @Nonnull byte[] buf, @Nonnull String entryName) { in ZipDexFile() argument 146 super(opcodes, buf, 0); in ZipDexFile() 188 return new ZipDexFile(opcodes, buf, zipEntry.getName()); in loadEntry()
|
D | DexBackedOdexFile.java | 52 public DexBackedOdexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] odexBuf, byte[] dexBuf) { in DexBackedOdexFile() argument 53 super(opcodes, dexBuf); in DexBackedOdexFile() 87 …@Nonnull public static DexBackedOdexFile fromInputStream(@Nonnull Opcodes opcodes, @Nonnull InputS… 101 return new DexBackedOdexFile(opcodes, odexBuf, dexBuf);
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp | 76 std::vector<SpvOp> opcodes = {SpvOpUnreachable}; in Apply() local 78 opcodes.emplace_back(SpvOpKill); in Apply() 83 opcodes.emplace_back(SpvOpReturn); in Apply() 89 opcodes.emplace_back(SpvOpReturnValue); in Apply() 93 auto opcode = opcodes[GetFuzzerContext()->RandomIndex(opcodes)]; in Apply()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | fuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp | 73 std::vector<SpvOp> opcodes = {SpvOpUnreachable}; in Apply() local 75 opcodes.emplace_back(SpvOpKill); in Apply() 80 opcodes.emplace_back(SpvOpReturn); in Apply() 86 opcodes.emplace_back(SpvOpReturnValue); in Apply() 90 auto opcode = opcodes[GetFuzzerContext()->RandomIndex(opcodes)]; in Apply()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp | 76 std::vector<SpvOp> opcodes = {SpvOpUnreachable}; in Apply() local 78 opcodes.emplace_back(SpvOpKill); in Apply() 83 opcodes.emplace_back(SpvOpReturn); in Apply() 89 opcodes.emplace_back(SpvOpReturnValue); in Apply() 93 auto opcode = opcodes[GetFuzzerContext()->RandomIndex(opcodes)]; in Apply()
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | import_test.cc | 127 auto opcodes = BuildOpCodes(); in BuildTestModel() local 134 opcodes, subgraphs, s, buffers)); in BuildTestModel() 189 auto opcodes = BuildOpCodes(); in TEST_F() local 194 builder_, ::tflite::CreateModel(builder_, TFLITE_SCHEMA_VERSION, opcodes, in TEST_F() 203 auto opcodes = BuildOpCodes(); in TEST_F() local 208 builder_, ::tflite::CreateModel(builder_, TFLITE_SCHEMA_VERSION, opcodes, in TEST_F() 217 auto opcodes = BuildOpCodes(); in TEST_F() local 222 builder_, ::tflite::CreateModel(builder_, TFLITE_SCHEMA_VERSION, opcodes, in TEST_F() 231 auto opcodes = BuildOpCodes({static_cast<::tflite::BuiltinOperator>(-1), in TEST_F() local 237 builder_, ::tflite::CreateModel(builder_, TFLITE_SCHEMA_VERSION, opcodes, in TEST_F() [all …]
|
/external/python/cffi/c/ |
D | realize_c_type.c | 259 _cffi_opcode_t opcodes[], int index); /* forward */ 267 realize_c_type(builder_c_t *builder, _cffi_opcode_t opcodes[], int index) in realize_c_type() argument 269 PyObject *x = realize_c_type_or_func(builder, opcodes, index); in realize_c_type() 417 _cffi_opcode_t opcodes[], int index) in realize_c_type_or_func() argument 420 _cffi_opcode_t op = opcodes[index]; in realize_c_type_or_func() 437 y = realize_c_type_or_func(builder, opcodes, _CFFI_GETARG(op)); in realize_c_type_or_func() 452 length = (Py_ssize_t)opcodes[index + 1]; in realize_c_type_or_func() 455 y = (PyObject *)realize_c_type(builder, opcodes, _CFFI_GETARG(op)); in realize_c_type_or_func() 566 y = (PyObject *)realize_c_type(builder, opcodes, _CFFI_GETARG(op)); in realize_c_type_or_func() 576 while (_CFFI_GETOP(opcodes[base_index + num_args]) != in realize_c_type_or_func() [all …]
|
/external/llvm-project/lldb/source/Expression/ |
D | DWARFExpression.cpp | 642 const DataExtractor &opcodes, in Evaluate_DW_OP_entry_value() argument 794 const uint32_t subexpr_len = opcodes.GetULEB128(&opcode_offset); in Evaluate_DW_OP_entry_value() 795 const void *subexpr_data = opcodes.GetData(&opcode_offset, subexpr_len); in Evaluate_DW_OP_entry_value() 909 lldb::ModuleSP module_sp, const DataExtractor &opcodes, in Evaluate() argument 914 if (opcodes.GetByteSize() == 0) { in Evaluate() 951 llvm::APInt(8 * opcodes.GetAddressByteSize(), v, is_signed), in Evaluate() 955 while (opcodes.ValidOffset(offset)) { in Evaluate() 957 const uint8_t op = opcodes.GetU8(&offset); in Evaluate() 977 stack.push_back(Scalar(opcodes.GetAddress(&offset))); in Evaluate() 1127 uint8_t size = opcodes.GetU8(&offset); in Evaluate() [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | PathEntryLoader.java | 18 Opcodes opcodes; field in PathEntryLoader 21 return opcodes; in getOpcodes() 31 public PathEntryLoader(Opcodes opcodes) { in PathEntryLoader() argument 32 this.opcodes = opcodes; in PathEntryLoader() 48 container = DexFileFactory.loadDexContainer(entryFile, opcodes); in loadEntry()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | DexFileFactory.java | 61 …public static DexBackedDexFile loadDexFile(@Nonnull String path, @Nullable Opcodes opcodes) throws… in loadDexFile() argument 62 return loadDexFile(new File(path), opcodes); in loadDexFile() 82 …public static DexBackedDexFile loadDexFile(@Nonnull File file, @Nullable Opcodes opcodes) throws I… in loadDexFile() argument 88 ZipDexContainer container = new ZipDexContainer(file, opcodes); in loadDexFile() 97 return DexBackedDexFile.fromInputStream(opcodes, inputStream); in loadDexFile() 103 return DexBackedOdexFile.fromInputStream(opcodes, inputStream); in loadDexFile() 179 … boolean exactMatch, @Nullable Opcodes opcodes) throws IOException { in loadDexEntry() argument 185 ZipDexContainer container = new ZipDexContainer(file, opcodes); in loadDexEntry() 233 @Nonnull File file, @Nullable final Opcodes opcodes) throws IOException { in loadDexContainer() argument 238 ZipDexContainer zipDexContainer = new ZipDexContainer(file, opcodes); in loadDexContainer() [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
D | RawDexFile.java | 47 public RawDexFile(@Nonnull Opcodes opcodes, @Nonnull BaseDexBuffer buf) { in RawDexFile() argument 48 super(opcodes, buf); in RawDexFile() 52 public RawDexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] buf) { in RawDexFile() argument 53 super(opcodes, buf); in RawDexFile()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | SyntheticAccessorFSM.java | 216 @Nonnull private final Opcodes opcodes; field in SyntheticAccessorFSM 218 public SyntheticAccessorFSM(@Nonnull Opcodes opcodes) { in SyntheticAccessorFSM() argument 219 this.opcodes = opcodes; in SyntheticAccessorFSM() 281 …if ( ( opcodes.getOpcodeValue(instructions.get(p).getOpcode())) < _SyntheticAccessorFSM_trans_keys… in test() 283 …else if ( ( opcodes.getOpcodeValue(instructions.get(p).getOpcode())) > _SyntheticAccessorFSM_trans… in test() 304 …if ( ( opcodes.getOpcodeValue(instructions.get(p).getOpcode())) < _SyntheticAccessorFSM_trans_keys… in test() 306 …else if ( ( opcodes.getOpcodeValue(instructions.get(p).getOpcode())) > _SyntheticAccessorFSM_trans… in test()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_opcodes_cpp.py | 83 from aco_opcodes import opcodes 86 print(Template(template).render(opcodes=opcodes))
|
D | aco_opcodes_h.py | 44 from aco_opcodes import opcodes 47 print(Template(template).render(opcodes=opcodes))
|
D | aco_builder_h.py | 560 from aco_opcodes import opcodes, Format 563 print(Template(template).render(opcodes=opcodes, Format=Format))
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opcodes_h.py | 44 from nir_opcodes import opcodes 47 print(Template(template).render(opcodes=opcodes))
|
D | nir_opcodes_c.py | 28 from nir_opcodes import opcodes, type_sizes 130 print(template.render(opcodes=opcodes, type_sizes=type_sizes))
|
D | nir_builder_opcodes_h.py | 115 from nir_opcodes import opcodes 119 print(Template(template).render(opcodes=opcodes, INTR_OPCODES=INTR_OPCODES))
|
/external/iptables/extensions/ |
D | libebt_arp.c | 46 static char *opcodes[] = variable 74 for (i = 0; i < ARRAY_SIZE(opcodes); i++) in brarp_print_help() 75 printf(" %d = %s\n", i + 1, opcodes[i]); in brarp_print_help() 183 for (i = 0; i < ARRAY_SIZE(opcodes); i++) in brarp_parse() 184 if (!strcasecmp(opcodes[i], optarg)) in brarp_parse() 186 if (i == ARRAY_SIZE(opcodes)) in brarp_parse() 296 if (opcode > 0 && opcode <= ARRAY_SIZE(opcodes)) in brarp_print() 297 printf("%s ", opcodes[opcode - 1]); in brarp_print()
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
D | DexInputCommand.java | 128 Opcodes opcodes = null; in loadDexFile() local 130 opcodes = Opcodes.forApi(apiLevel); in loadDexFile() 143 dexFile = DexFileFactory.loadDexEntry(file, dexEntry, exactMatch, opcodes); in loadDexFile() 149 dexFile = DexFileFactory.loadDexFile(file, opcodes); in loadDexFile()
|