Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 25 of 70) sorted by relevance

123

/art/test/004-JniTest/
Dexpected.txt13 RUNNING super object, sub class, super nonstatic
15 PASSED super object, sub class, super nonstatic
18 RUNNING sub object, super class, super nonstatic
20 PASSED sub object, super class, super nonstatic
23 RUNNING sub object, sub class, super nonstatic
25 PASSED sub object, sub class, super nonstatic
28 RUNNING sub object, sub class, sub nonstatic
30 PASSED sub object, sub class, sub nonstatic
/art/test/093-serialization/src/
DMain.java48 Sub sub = new Sub('X'); in createStream() local
49 objStream.writeObject(sub); in createStream()
63 Sub sub; in checkStream() local
66 sub = (Sub) objStream.readObject(); in checkStream()
75 sub.check(); in checkStream()
/art/runtime/arch/x86/
Dmemcmp16_x86.S82 sub $0xffff, %edx
88 sub %edx, %esi
125 sub $0xffff, %edx
142 sub $32, %ecx
147 sub $32, %ecx
172 sub $0xffff, %edx
202 sub $0xffff, %edx
214 sub $32, %ecx
225 sub $32, %ecx
254 sub $0xffff, %edx
[all …]
/art/test/032-concrete-sub/src/
DConcreteSub.java29 ConcreteSub sub = new ConcreteSub(); in main() local
32 callBase(sub); in main()
/art/test/474-fp-sub-neg/
Dinfo.txt3 A pair (sub, neg) should not be transforemd to (sub) for
/art/compiler/optimizing/
Dinduction_var_analysis_test.cc290 HInstruction* sub = InsertInstruction( in TEST_F() local
301 EXPECT_STREQ("(( - (1)) * i + (100)):PrimInt", GetInductionInfo(sub, 0).c_str()); in TEST_F()
323 HInstruction* sub = InsertInstruction( in TEST_F() local
325 HInstruction* store2 = InsertArrayStore(sub, 0); in TEST_F()
326 k_header->AddInput(sub); in TEST_F()
473 HInstruction* sub = InsertInstruction( in TEST_F() local
476 new (&allocator_) HNeg(Primitive::kPrimInt, sub), 0); in TEST_F()
492 GetInductionInfo(sub, 0).c_str()); in TEST_F()
575 HInstruction* sub = InsertInstruction( in TEST_F() local
578 new (&allocator_) HNeg(Primitive::kPrimInt, sub), 0); in TEST_F()
[all …]
/art/test/961-default-iface-resolution-gen/util-src/
Dgenerate_java.py320 for sub in split:
321 if sub == 1:
326 ifaces.append(list(create_interface_trees_inner(sub, allow_default)))
335 for sub, cs in zip(split, itertools.count()):
336 if sub == 1:
339 ifaces.append(list(create_interface_trees_inner(sub, i == cs)))
/art/runtime/arch/arm64/
Dmemcmp16_arm64.S102 sub result, data1, data2
131 sub limit, limit, #1
139 sub result, data1, data2
/art/tools/
Danalyze-init-failures.py109 failed_clazz_norm = re.sub(r"^L", "", failed_clazz)
110 failed_clazz_norm = re.sub(r";$", "", failed_clazz_norm)
111 failed_clazz_norm = re.sub(r"/", "", failed_clazz_norm)
/art/test/100-reflect2/src/sub/
DPPClass.java17 package sub; package
/art/test/142-classloader2/
Dinfo.txt1 Check sub-classing of PathClassLoader.
/art/runtime/arch/x86_64/
Dmemcmp16_x86_64.S64 sub %rsi, %rcx
66 sub %rcx, %rdi
74 sub $64, %rdx
107 sub $32, %rdx
123 sub $128, %rdx
183 sub $32, %rdx
192 sub $256, %rdx
294 sub $32, %rdx
314 sub $64, %rdx
337 sub $64, %rdx
[all …]
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S51 sub sp, #12 @ 3 words of space, bottom word will hold Method*
79 sub sp, #4 @ bottom word will hold Method*
131 sub sp, #8 @ 2 words of space, alignment padding and Method*
182 sub sp, #8 @ 2 words of space, alignment padding and Method*
730 sub r1, r1, #LOCK_WORD_THIN_LOCK_COUNT_ONE @ decrement count
772 sub sp, #4
823 sub sp, #8 @ push padding
1181 sub r1, #1
1215 sub r12, r3, r12 // Compute the remaining buf size.
1280 sub r12, r12, r3 // Compute the remaining buf size.
[all …]
Dmemcmp16_arm.S79 sub r2, r2, #1
194 sub r2, r2, #8
222 sub r1, r1, #2
231 sub r1, r1, #2
/art/test/640-checker-float-simd/src/
DMain.java54 static void sub(float x) { in sub() method in Main
158 sub(2.0f); in main()
/art/test/640-checker-double-simd/src/
DMain.java54 static void sub(double x) { in sub() method in Main
156 sub(2.0); in main()
/art/test/571-irreducible-loop/smali/
DIrreducibleLoop.smali33 sub-float v2, v2, v1
37 sub-int p0, p0, v0
/art/test/640-checker-int-simd/src/
DMain.java53 static void sub(int x) { in sub() method in Main
196 sub(2); in main()
/art/test/640-checker-long-simd/src/
DMain.java53 static void sub(long x) { in sub() method in Main
194 sub(2L); in main()
/art/test/964-default-iface-init-gen/util-src/
Dgenerate_java.py366 for sub in split:
367 ifaces.append(list(create_interface_trees(sub)))
385 for sub in split:
386 ifaces.append(list(create_interface_trees(sub)))
/art/test/640-checker-short-simd/src/
DMain.java53 static void sub(int x) { in sub() method in Main
207 sub(2); in main()
/art/test/640-checker-char-simd/src/
DMain.java53 static void sub(int x) { in sub() method in Main
206 sub(2); in main()
/art/test/970-iface-super-resolution-gen/util-src/
Dgenerate_smali.py562 for sub in split:
563 ifaces.append(list(create_interface_trees(sub)))
577 for sub in split:
578 ifaces.append(list(create_interface_trees(sub)))
/art/test/547-regression-trycatch-critic-edge/smali/
DTestCase.smali32 sub-int/2addr v2, v1
40 sub-int/2addr v3, v1
/art/test/640-checker-byte-simd/src/
DMain.java53 static void sub(int x) { in sub() method in Main
211 sub(2); in main()

123