Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 25 of 60) 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/021-string2/src/
DMain.java29 String sub = offset.substring(3, 13); in main() local
45 Assert.assertEquals(test.compareTo(sub), 0); in main()
46 Assert.assertEquals(sub.compareTo(test), 0); in main()
47 Assert.assertTrue(test.equals(sub)); in main()
48 Assert.assertTrue(sub.equals(test)); in main()
50 Assert.assertFalse(offset.equals(sub)); in main()
51 Assert.assertFalse(sub.equals(offset)); in main()
/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.cc258 HInstruction *sub = InsertInstruction( in TEST_F() local
269 EXPECT_STREQ("(( - (1)) * i + (100)):PrimInt", GetInductionInfo(sub, 0).c_str()); in TEST_F()
291 HInstruction *sub = InsertInstruction( in TEST_F() local
293 HInstruction* store2 = InsertArrayStore(sub, 0); in TEST_F()
294 k->AddInput(sub); in TEST_F()
378 HInstruction *sub = InsertInstruction( in TEST_F() local
380 k->AddInput(sub); in TEST_F()
404 HInstruction *sub = InsertInstruction( in TEST_F() local
406 t->AddInput(sub); in TEST_F()
430 HInstruction *sub = InsertInstruction( in TEST_F() local
[all …]
Dinstruction_simplifier.cc256 static bool IsSubRegBitsMinusOther(HSub* sub, size_t reg_bits, HInstruction* other) { in IsSubRegBitsMinusOther() argument
257 return (sub->GetRight() == other && in IsSubRegBitsMinusOther()
258 sub->GetLeft()->IsConstant() && in IsSubRegBitsMinusOther()
259 (Int64FromConstant(sub->GetLeft()->AsConstant()) & (reg_bits - 1)) == 0); in IsSubRegBitsMinusOther()
936 HSub* sub = new(GetGraph()->GetArena()) HSub(instruction->GetType(), other, neg->GetInput()); in VisitAdd() local
937 instruction->GetBlock()->ReplaceAndRemoveInstructionWith(instruction, sub); in VisitAdd()
1250 HSub* sub = new (allocator) HSub(type, shl, input_other); in VisitMul() local
1253 block->ReplaceAndRemoveInstructionWith(instruction, sub); in VisitMul()
1293 HSub* sub = input->AsSub(); in VisitNeg() local
1295 new (GetGraph()->GetArena()) HSub(instruction->GetType(), sub->GetRight(), sub->GetLeft()); in VisitNeg()
[all …]
/art/test/961-default-iface-resolution-generated/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
Dquick_entrypoints_arm64.S37 sub sp, sp, #176
99 sub sp, sp, #96
180 sub sp, sp, #224
488 sub x10, sp, x10 // Calculate SP position - saves + ArtMethod* + args
492 sub x10, x9, #SAVE_SIZE // Calculate new FP (later). Done here as we must move SP
545 sub w2, w2, #4 // Need 65536 bytes of range.
930 sub x10, sp, # SAVE_SIZE
944 sub sp, sp, #16
990 sub sp, sp, x1
993 sub w1, w1, #8
[all …]
/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/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/test/100-reflect2/src/sub/
DPPClass.java17 package sub; package
/art/test/142-classloader2/
Dinfo.txt1 Check sub-classing of PathClassLoader.
/art/runtime/arch/arm/
Dmemcmp16_arm.S79 sub r2, r2, #1
194 sub r2, r2, #8
222 sub r1, r1, #2
231 sub r1, r1, #2
Dquick_entrypoints_arm.S51 sub sp, #12 @ 3 words of space, bottom word will hold Method*
78 sub sp, #4 @ bottom word will hold Method*
106 sub sp, #4 @ bottom word will hold Method*
159 sub sp, #8 @ 2 words of space, bottom word will hold Method*
423 sub r4, sp, r4 @ reserve & align *stack* to 16 bytes: native calling
477 sub r7, sp, #12 @ Reserve space for stack pointer,
485 sub sp, sp, r1 @ Reserve space for callee stack
506 sub r10, r10, #4
709 sub sp, #8 @ push padding
1041 sub r3, r3, #1
[all …]
Djni_entrypoints_arm.S31 sub sp, #12 @ pad stack pointer to align frame
/art/test/571-irreducible-loop/smali/
DIrreducibleLoop.smali33 sub-float v2, v2, v1
37 sub-int p0, p0, v0
/art/test/964-default-iface-init-generated/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/970-iface-super-resolution-generated/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-critical-edge/smali/
DTestCase.smali32 sub-int/2addr v2, v1
40 sub-int/2addr v3, v1
/art/test/971-iface-super/util-src/
Dgenerate_smali.py641 for sub in split:
642 ifaces.append(list(create_interface_trees(sub)))
656 for sub in split:
657 ifaces.append(list(create_interface_trees(sub)))
/art/runtime/interpreter/mterp/x86/
Dop_cmp_long.S14 sub VREG_ADDRESS(%ecx), %eax
/art/runtime/base/unix_file/
DREADME14 of multiple sub-operations, it will return the errno corresponding to the most

123