Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/art/test/661-oat-writer-layout/src/
DTest.java24 all_methods.add(A.class.getDeclaredMethod("m_a$$$")); in getTestMethods()
25 all_methods.add(A.class.getDeclaredMethod("m_a$$Startup$")); in getTestMethods()
26 all_methods.add(A.class.getDeclaredMethod("m_a$Hot$Startup$")); in getTestMethods()
27 all_methods.add(A.class.getDeclaredMethod("m_a$$$Poststartup")); in getTestMethods()
28 all_methods.add(A.class.getDeclaredMethod("m_a$Hot$$Poststartup")); in getTestMethods()
29 all_methods.add(A.class.getDeclaredMethod("m_a$$Startup$Poststartup")); in getTestMethods()
30 all_methods.add(A.class.getDeclaredMethod("m_a$Hot$Startup$Poststartup")); in getTestMethods()
31 all_methods.add(A.class.getDeclaredMethod("m_b$$$")); in getTestMethods()
32 all_methods.add(A.class.getDeclaredMethod("m_b$$Startup$")); in getTestMethods()
33 all_methods.add(A.class.getDeclaredMethod("m_b$Hot$Startup$")); in getTestMethods()
[all …]
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java86 arithmeticInsns.add(mInsn); in generateCachedArithmeticInsns()
186 intOpcodes.add(Opcode.ADD_INT);
187 intOpcodes.add(Opcode.SUB_INT);
188 intOpcodes.add(Opcode.MUL_INT);
189 intOpcodes.add(Opcode.DIV_INT);
190 intOpcodes.add(Opcode.REM_INT);
191 intOpcodes.add(Opcode.AND_INT);
192 intOpcodes.add(Opcode.OR_INT);
193 intOpcodes.add(Opcode.XOR_INT);
194 intOpcodes.add(Opcode.SHL_INT);
[all …]
/art/test/800-smali/src/
DMain.java61 testCases.add(new TestCase("PackedSwitch", "PackedSwitch", "packedSwitch", in Main()
63 testCases.add(new TestCase("PackedSwitch key INT_MAX", "PackedSwitch", in Main()
65 testCases.add(new TestCase("PackedSwitch key overflow", "b_24399945", in Main()
68 testCases.add(new TestCase("b/17790197", "B17790197", "getInt", null, null, 100)); in Main()
69 testCases.add(new TestCase("FloatBadArgReg", "FloatBadArgReg", "getInt", in Main()
71 testCases.add(new TestCase("negLong", "negLong", "negLong", null, null, 122142L)); in Main()
72 testCases.add(new TestCase("sameFieldNames", "sameFieldNames", "getInt", null, null, 7)); in Main()
73 testCases.add(new TestCase("b/18380491", "B18380491ConcreteClass", "foo", in Main()
75 testCases.add(new TestCase("invoke-super abstract", "B18380491ConcreteClass", "foo", in Main()
77 testCases.add(new TestCase("BadCaseInOpRegRegReg", "BadCaseInOpRegRegReg", "getInt", null, in Main()
[all …]
/art/tools/ahat/src/test/com/android/ahat/
DDiffFieldsTest.java123 a.add(new FieldValue("n0", t0, null)); in basicDiff()
124 a.add(new FieldValue("n2", t2, null)); in basicDiff()
125 a.add(new FieldValue("n3", t3, null)); in basicDiff()
126 a.add(new FieldValue("n4", t4, null)); in basicDiff()
127 a.add(new FieldValue("n5", t5, null)); in basicDiff()
128 a.add(new FieldValue("n6", t6, null)); in basicDiff()
131 b.add(new FieldValue("n0", t0, null)); in basicDiff()
132 b.add(new FieldValue("n1", t1, null)); in basicDiff()
133 b.add(new FieldValue("n2", t2, null)); in basicDiff()
134 b.add(new FieldValue("n3", t3, null)); in basicDiff()
[all …]
/art/
DCleanSpec.mk48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libart_*)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libartd_*)
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libart_*)
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libartd_*)
54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/apex/com.android.runtime.apex)
57 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib*/libandroidicu.so)
58 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib*/libpac.so)
60 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest*/art_libdexfile_support_tests/dex_file…
61 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest*/)
62 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest*/)
[all …]
/art/test/980-redefine-object/src/
DMain.java117 al.add(new Object()); in doTest()
118 al.add(new Object()); in doTest()
119 al.add(o2); in doTest()
120 al.add(o); in doTest()
121 al.add(t); in doTest()
122 al.add(t2); in doTest()
123 al.add(new Transform()); in doTest()
129 ll.add(new Object()); in doTest()
130 ll.add(new Object()); in doTest()
131 ll.add(o2); in doTest()
[all …]
/art/tools/ahat/src/main/com/android/ahat/
DSizeTable.java46 cols.add(left); in table()
47 cols.add(new Column("Java Size", Column.Align.RIGHT)); in table()
48 cols.add(new Column("Δ", Column.Align.RIGHT, showDiff)); in table()
49 cols.add(new Column("Registered Native Size", Column.Align.RIGHT)); in table()
50 cols.add(new Column("Δ", Column.Align.RIGHT, showDiff)); in table()
51 cols.add(new Column("Total Size", Column.Align.RIGHT)); in table()
52 cols.add(new Column("Δ", Column.Align.RIGHT, showDiff)); in table()
64 vals.add(left); in row()
65 vals.add(DocString.size(size.getJavaSize(), false)); in row()
66 vals.add(DocString.delta(false, false, size.getJavaSize(), base.getJavaSize())); in row()
[all …]
DHeapTable.java59 heaps.add(heap); in render()
68 subcols.add(new Column(heap.getName(), Column.Align.RIGHT)); in render()
69 subcols.add(new Column("Δ", Column.Align.RIGHT, snapshot.isDiffed())); in render()
72 subcols.add(new Column("Total", Column.Align.RIGHT, showTotal)); in render()
73 subcols.add(new Column("Δ", Column.Align.RIGHT, showTotal && snapshot.isDiffed())); in render()
76 cols.add(new Column(value.getDescription())); in render()
93 vals.add(DocString.size(size, elem.isPlaceHolder())); in render()
94 vals.add(DocString.delta(elem.isPlaceHolder(), base.isPlaceHolder(), size, basesize)); in render()
96 vals.add(DocString.size(total, elem.isPlaceHolder())); in render()
97 vals.add(DocString.delta(elem.isPlaceHolder(), base.isPlaceHolder(), total, basetotal)); in render()
[all …]
/art/runtime/arch/x86_64/
Dmemcmp16_x86_64.S41 add %r11, %rcx; \
50 add %rdx, %rsi
51 add %rdx, %rdi
63 add $16, %rsi
67 add %rcx, %rdx
108 add $32, %rdi
109 add $32, %rsi
111 add $64, %rdi
112 add $64, %rsi
113 add %rdx, %rsi
[all …]
/art/runtime/interpreter/mterp/arm64/
Dmain.S184 add xPC, xPC, #((\count)*2)
194 add xPC, xPC, \reg, sxtw
240 add \reg, xIBASE, \reg, lsl #${handler_size_bits}
244 add \reg, \base, \reg, lsl #${handler_size_bits}
271 add ip2, xFP, \vreg, lsl #2
275 add ip2, xFP, \vreg, lsl #2
277 add ip2, xREFS, \vreg, lsl #2
281 add ip2, xFP, \vreg, lsl #2
285 add ip2, xFP, \vreg, lsl #2
287 add ip2, xREFS, \vreg, lsl #2
[all …]
Darray.S21 add x0, x0, w1, uxtw #$shift // w0<- arrayObj + index*width
78 add x0, x0, w1, lsl #3 // w0<- arrayObj + index*width
107 add x0, x0, w1, lsl #$shift // w0<- arrayObj + index*width
131 add x0, xFP, #OFF_FP_SHADOWFRAME
157 add x0, x0, w1, lsl #3 // w0<- arrayObj + index*width
188 add x1, xPC, x1, lsl #1 // x1<- PC + ssssssssBBBBbbbb*2 (array data off.)
205 add x0, xFP, #OFF_FP_SHADOWFRAME
227 add x0, xFP, #OFF_FP_SHADOWFRAME
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DMapList.java50 mapItems.add(mapItem); in read()
71 rawDexFile.stringIds.add(newStringId); in read()
78 rawDexFile.typeIds.add(newTypeId); in read()
85 rawDexFile.protoIds.add(newProtoId); in read()
92 rawDexFile.fieldIds.add(newFieldId); in read()
99 rawDexFile.methodIds.add(newMethodId); in read()
106 rawDexFile.classDefs.add(newClassDef); in read()
117 rawDexFile.typeLists.add(newTypeList); in read()
126 rawDexFile.annotationSetRefLists.add(newAnnotationSetRefList); in read()
134 rawDexFile.annotationSetItems.add(newAnnotationSetItem); in read()
[all …]
/art/test/484-checker-register-hints/smali/
DSmali.smali44 add-int v6, v0, v1
45 add-int/2addr v6, v2
46 add-int/2addr v6, v5
63 add-int v7, v0, v4
64 add-int/2addr v7, v3
67 add-int v7, v1, v4
68 add-int/2addr v7, v3
71 add-int v7, v2, v4
72 add-int/2addr v7, v3
77 add-int v7, v4, v3
[all …]
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DDiffFields.java40 currentSorted.add(field); in diff()
46 baselineSorted.add(field); in diff()
60 diffed.add(DiffedFieldValue.added(currentField)); in diff()
63 diffed.add(DiffedFieldValue.matched(currentField, baselineField)); in diff()
67 diffed.add(DiffedFieldValue.deleted(baselineField)); in diff()
74 diffed.add(DiffedFieldValue.added(currentField)); in diff()
80 diffed.add(DiffedFieldValue.deleted(baselineField)); in diff()
/art/test/904-object-allocation/src/art/
DTest904.java55 l.add(new Object()); in doTest()
56 l.add(new Integer(1)); in doTest()
60 l.add(new Float(1.0f)); in doTest()
64 l.add(new Short((short)0)); in doTest()
68 l.add(new Byte((byte)0)); in doTest()
76 l.add(new Byte((byte)0)); in doTest()
90 l.add(new Byte((byte)0)); in doTest()
120 l.add(new Double(0.0)); in testThread()
/art/test/913-heaps/src/art/
DTest913.java277 extensionTestHolder.add(a); in doExtensionTests()
288 extensionTestHolder.add(o); in doExtensionTests()
379 tmpStorage.add(a); in doFollowReferencesTestNonRoot()
380 v.add("0@0", "1@1000"); // tmpStorage[0] --(array-element)--> a. in doFollowReferencesTestNonRoot()
411 v.add("1001@0", "1000@0"); // B.class --(superclass)--> A.class. in tagClasses()
415 v.add("1002@0", "1001@0"); // C.class --(superclass)--> B.class. in tagClasses()
416 v.add("1002@0", "2001@0"); // C.class --(interface)--> I2.class. in tagClasses()
423 v.add("2001@0", "2000@0"); // I2.class --(interface)--> I1.class. in tagClasses()
431 v.add(aInstStr, aClassStr); // A -->(class) --> A.class. in createTree()
437 v.add(a2InstStr, aClassStr); // A2 -->(class) --> A.class. in createTree()
[all …]
/art/runtime/interpreter/mterp/arm/
Dmain.S186 add rPC, #((\count)*2)
245 add pc, rIBASE, \reg, lsl #${handler_size_bits}
248 add pc, \base, \reg, lsl #${handler_size_bits}
263 add ip, rFP, \vreg, lsl #2
267 add ip, rREFS, \vreg, lsl #2
278 add \tmpreg, rFP, \vreg, lsl #2
289 add \tmp2, \vreg, #1
298 add \reg, rFP, \vreg, lsl #2 /* WARNING/FIXME: handle shadow frame vreg zero if store */
407 add rFP, r2, #SHADOWFRAME_VREGS_OFFSET @ point to vregs.
410 add rPC, r1, r0, lsl #1 @ Create direct pointer to 1st dex opcode
[all …]
/art/tools/ahat/src/main/com/android/ahat/dominators/
DDominators.java192 public void add(long id) { in add() method in Dominators.IdSet
226 public void add(NodeS nodeS) { in add() method in Dominators.NodeSet
329 dstS.inRefIds.add(link.srcS.id); in computeDominators()
331 dstS.domS.dominated.add(dstS); in computeDominators()
347 dstS.inRefIds.add(link.srcS.id); in computeDominators()
365 revisit.add(dstS.oldDomS); in computeDominators()
367 dstS.oldDomS.revisit.add(dstS); in computeDominators()
375 dstS.domS.dominated.add(dstS); in computeDominators()
415 revisit.add(xS.oldDomS); in computeDominators()
417 xS.oldDomS.revisit.add(xS); in computeDominators()
[all …]
/art/test/168-vmstack-annotated/src/
DMain.java125 l1.add(o1); in testCluster1()
126 l1.add(o3); in testCluster1()
127 l1.add(o2); in testCluster1()
128 l2.add(o4); in testCluster1()
129 l2.add(o2); in testCluster1()
130 l2.add(o1); in testCluster1()
134 b1.add(c1); in testCluster1()
135 b1.add(null); in testCluster1()
136 b1.add(c2); in testCluster1()
137 b2.add(null); in testCluster1()
[all …]
/art/test/922-properties/src/art/
DTest922.java64 keys.add("java.vm.vendor"); in getRecommendedProperties()
65 keys.add("java.vm.version"); in getRecommendedProperties()
66 keys.add("java.vm.name"); in getRecommendedProperties()
67 keys.add("java.vm.info"); in getRecommendedProperties()
68 keys.add("java.library.path"); in getRecommendedProperties()
69 keys.add("java.class.path"); in getRecommendedProperties()
77 keys.add(p); in getAllProperties()
/art/test/989-method-trace-throw/src/art/
DTest989.java36 testMethods.add(Test989.class.getDeclaredMethod("doNothing"));
37 testMethods.add(Test989.class.getDeclaredMethod("doNothingNative"));
38 testMethods.add(Test989.class.getDeclaredMethod("throwA"));
39 testMethods.add(Test989.class.getDeclaredMethod("throwANative"));
40 testMethods.add(Test989.class.getDeclaredMethod("returnFloat"));
41 testMethods.add(Test989.class.getDeclaredMethod("returnFloatNative"));
42 testMethods.add(Test989.class.getDeclaredMethod("returnDouble"));
43 testMethods.add(Test989.class.getDeclaredMethod("returnDoubleNative"));
44 testMethods.add(Test989.class.getDeclaredMethod("returnValue"));
45 testMethods.add(Test989.class.getDeclaredMethod("returnValueNative"));
[all …]
/art/test/800-smali/smali/
Db_18718277.smali7 add-int/lit8 v0, p0, 2
22 add-int/2addr v0, v0
25 add-int/lit8 v1, v1, -1
/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc18 " 2c: f50d 5c80 add.w ip, sp, #4096 ; 0x1000\n",
29 " 50: f50d 5580 add.w r5, sp, #4096 ; 0x1000\n",
41 " 7e: f50d 5c80 add.w ip, sp, #4096 ; 0x1000\n",
58 " ba: f10d 0c30 add.w ip, sp, #48 ; 0x30\n",
148 " 20c: f50d 5d80 add.w sp, sp, #4096 ; 0x1000\n",
149 " 210: b008 add sp, #32\n",
150 " 212: b009 add sp, #36 ; 0x24\n",
164 " 6: f504 5280 add.w r2, r4, #4096 ; 0x1000\n",
166 " c: f504 1280 add.w r2, r4, #1048576 ; 0x100000\n",
170 " 1c: 4422 add r2, r4\n",
[all …]
/art/test/467-regalloc-pair/smali/
DTestCase.smali39 add-int/lit8 v3, v0, 1
42 add-int/lit16 v0, v0, 256
46 add-int/lit8 v0, v1, 1
51 add-int/lit8 v3, v0, 1
54 add-int/lit8 v0, v6, 1
/art/test/testrunner/
Dtestrunner.py166 RUN_TEST_SET.add(f)
214 _user_input_variants['address_sizes_target']['target'].add(
216 _user_input_variants['address_sizes_target']['host'].add(
219 _user_input_variants['address_sizes_target']['host'].add(
221 _user_input_variants['address_sizes_target']['target'].add(
790 variant.add(and_variant)
791 variant_list.add(frozenset(variant))
848 test_set.add(test)
870 _user_input_variants['target'].add(match.group(1))
871 _user_input_variants['run'].add(match.group(2))
[all …]

12345678910>>...13