/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | DUP.java | 26 public class DUP extends StackInstruction implements PushInstruction { class 28 public DUP() { in DUP() method in DUP 29 super(org.apache.bcel.Const.DUP); in DUP()
|
D | InstructionConst.java | 81 public static final StackInstruction DUP = new DUP(); field in InstructionConst 212 INSTRUCTIONS[Const.DUP] = DUP;
|
D | InstructionConstants.java | 82 StackInstruction DUP = new DUP(); field 217 INSTRUCTIONS[Const.DUP] = DUP; in Clinit()
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_cos_sin_mod_loop2.s | 49 DUP V0.4s, w19 50 DUP V1.4s, w19 87 DUP v6.2s, w9 168 DUP V0.4s, w19 169 DUP V1.4s, w19
|
D | ixheaacd_cos_sin_mod_loop1.s | 49 DUP V0.8h, w19 87 DUP V0.8h, w19 124 DUP V0.8h, w19 160 DUP V0.8h, w19 199 DUP V0.8h, w19
|
D | ixheaacd_no_lap1.s | 57 DUP V31.4S, W2 59 DUP V30.4S, W4
|
D | ixheaacd_shiftrountine_with_round.s | 32 DUP V0.4s, w9
|
D | ixheaacd_shiftrountine_with_round_eld.s | 32 DUP V0.4s, w9
|
/external/llvm/test/tools/llvm-dwp/X86/ |
D | gcc_type.test | 3 …p/../Inputs/gcc_type/a.dwo %p/../Inputs/gcc_type/a.dwo -o %t 2>&1 | FileCheck --check-prefix=DUP %s 9 DUP: Duplicate DWO ID ({{.*}}) in 'a.cpp' and 'a.cpp'
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwp/X86/ |
D | gcc_type.test | 3 …p/../Inputs/gcc_type/a.dwo %p/../Inputs/gcc_type/a.dwo -o %t 2>&1 | FileCheck --check-prefix=DUP %s 9 DUP: Duplicate DWO ID ({{.*}}) in 'a.cpp' and 'a.cpp'
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
D | RuntimeData.java | 201 mv.visitInsn(Opcodes.DUP); in generateArgumentArray() 209 mv.visitInsn(Opcodes.DUP); in generateArgumentArray() 215 mv.visitInsn(Opcodes.DUP); in generateArgumentArray()
|
D | URLStreamHandlerRuntime.java | 82 mv.visitInsn(Opcodes.DUP); in generateDataAccessor() 88 mv.visitInsn(Opcodes.DUP); in generateDataAccessor()
|
D | LoggerRuntime.java | 83 mv.visitInsn(Opcodes.DUP); in generateDataAccessor()
|
/external/curl/lib/ |
D | urlapi.c | 909 #define DUP(dest, src, name) \ macro 920 DUP(u, in, scheme); in curl_url_dup() 921 DUP(u, in, user); in curl_url_dup() 922 DUP(u, in, password); in curl_url_dup() 923 DUP(u, in, options); in curl_url_dup() 924 DUP(u, in, host); in curl_url_dup() 925 DUP(u, in, port); in curl_url_dup() 926 DUP(u, in, path); in curl_url_dup() 927 DUP(u, in, query); in curl_url_dup() 928 DUP(u, in, fragment); in curl_url_dup()
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | ObjectsRequireNonNullMethodRewriter.java | 17 import static org.objectweb.asm.Opcodes.DUP; 61 super.visitInsn(DUP); in visitMethodInsn()
|
/external/apache-commons-bcel/src/examples/ |
D | HelloWorldBuilder.java | 87 il.append(InstructionConstants.DUP); // Use predefined constant, i.e. flyweight in main() 89 il.append(InstructionConstants.DUP); in main() 146 il.append(InstructionConstants.DUP); in main()
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/ |
D | ClassFieldProbeArrayStrategy.java | 79 mv.visitInsn(Opcodes.DUP); in createInitMethod() 123 mv.visitInsn(Opcodes.DUP); in genInitializeDataField()
|
D | InterfaceFieldProbeArrayStrategy.java | 61 mv.visitInsn(Opcodes.DUP); in storeInstance() 107 mv.visitInsn(Opcodes.DUP); in createInitMethod()
|
/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/ |
D | GeneratingAnnotatedClassesTestCase.java | 430 il.append(InstructionConst.DUP); // Use predefined constant in buildClassContentsWithAnnotatedMethods() 432 il.append(InstructionConst.DUP); in buildClassContentsWithAnnotatedMethods() 483 il.append(InstructionConst.DUP); in buildClassContentsWithAnnotatedMethods() 524 il.append(InstructionConst.DUP); // Use predefined constant in buildClassContents() 526 il.append(InstructionConst.DUP); in buildClassContents() 577 il.append(InstructionConst.DUP); in buildClassContents()
|
/external/apache-commons-bcel/src/examples/Mini/ |
D | ASTProgram.java | 258 il.append(InstructionConstants.DUP); in byte_code() 307 il.append(InstructionConstants.DUP); in byte_code() 309 il.append(InstructionConstants.DUP); in byte_code()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMScheduleSwift.td | 934 (instregex "VLD1(LN|DUP)(d|q)(8|16|32)$", "VLD1(LN|DUP)(d|q)(8|16|32)Pseudo$")>; 936 (instregex "VLD1(LN|DUP)(d|q)(8|16|32)(wb|_UPD)", 940 (instregex "VLD2(DUP|LN)(d|q)(8|16|32|8x2|16x2|32x2)$", 954 (instregex "VLD3(DUP|LN)(d|q)(8|16|32)$", 955 "VLD3(LN|DUP)(d|q)(8|16|32)Pseudo$")>; 958 (instregex "VLD3(LN|DUP)(d|q)(8|16|32)_UPD")>; 961 (instregex "VLD3(LN|DUP)(d|q)(8|16|32)Pseudo_UPD")>; 965 (instregex "VLD4(LN|DUP)(d|q)(8|16|32)$", 966 "VLD4(LN|DUP)(d|q)(8|16|32)Pseudo$")>; 970 (instregex "VLD4(DUP|LN)(d|q)(8|16|32)_UPD")>; [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMScheduleSwift.td | 921 (instregex "VLD1(LN|DUP)(d|q)(8|16|32)$", "VLD1(LN|DUP)(d|q)(8|16|32)Pseudo$")>; 923 (instregex "VLD1(LN|DUP)(d|q)(8|16|32)(wb|_UPD)", 927 (instregex "VLD2(DUP|LN)(d|q)(8|16|32|8x2|16x2|32x2)$", 941 (instregex "VLD3(DUP|LN)(d|q)(8|16|32)$", 942 "VLD3(LN|DUP)(d|q)(8|16|32)Pseudo$")>; 945 (instregex "VLD3(LN|DUP)(d|q)(8|16|32)_UPD")>; 948 (instregex "VLD3(LN|DUP)(d|q)(8|16|32)Pseudo_UPD")>; 952 (instregex "VLD4(LN|DUP)(d|q)(8|16|32)$", 953 "VLD4(LN|DUP)(d|q)(8|16|32)Pseudo$")>; 957 (instregex "VLD4(DUP|LN)(d|q)(8|16|32)_UPD")>; [all …]
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/ |
D | SynchronizedFilterTest.java | 47 m.visitInsn(Opcodes.DUP); in javac() 136 m.visitInsn(Opcodes.DUP); in ecj()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationShrinker.java | 61 private static final int DUP = InstructionConstants.OP_DUP & 0xff; field in EvaluationShrinker 78 private static final int POP_DUP = POP | (DUP << 8); 83 private static final int SWAP_POP_DUP = SWAP | (POP << 8) | (DUP << 16); 1080 stackEntryNecessary1 ? DUP : // ...O -> ...OO in fixedDup() 1118 stackEntryNecessary0 ? DUP : // ...O -> ...OO in fixedDup_x1() 1210 stackEntryNecessary0 ? DUP : // ...O -> ...OO in fixedDup_x2() 1236 stackEntryNecessary0 ? DUP : // ...AB -> ...ABB in fixedDup2() 1242 DUP : // ...A -> ...AA in fixedDup2()
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl15.c | 64 #define DUP 0 macro 548 if (run_test(O_CREAT | O_RDWR | O_TRUNC, 0777, DUP)) in main()
|