/art/test/044-proxy/src/ |
D | ReturnsAndArgPassing.java | 22 static void check(boolean x) { in check() method in ReturnsAndArgPassing 57 check(proxy instanceof Proxy); in invoke() 58 check(method.getDeclaringClass() == MyInterface.class); in invoke() 61 check(args == null); in invoke() 64 check(args == null); in invoke() 76 check(args.length == 6); in invoke() 84 check(name.endsWith("Bar")); in invoke() 101 check(fooInvocations == 0); in testProxyReturns() 103 check(fooInvocations == 1); in testProxyReturns() 105 check(barInvocations == 0); in testProxyReturns() [all …]
|
/art/test/064-field-access/src/ |
D | Main.java | 216 private static void check(boolean b) { in check() method in SubClass 223 check(otherProtectedClassPublicBooleanInstanceField == true); in doDirectTests() 224 check(otherProtectedClassPublicByteInstanceField == 2); in doDirectTests() 225 check(otherProtectedClassPublicCharInstanceField == 3); in doDirectTests() 226 check(otherProtectedClassPublicShortInstanceField == 4); in doDirectTests() 227 check(otherProtectedClassPublicIntInstanceField == 5); in doDirectTests() 228 check(otherProtectedClassPublicLongInstanceField == 6); in doDirectTests() 229 check(otherProtectedClassPublicFloatInstanceField == 7.0f); in doDirectTests() 230 check(otherProtectedClassPublicDoubleInstanceField == 8.0); in doDirectTests() 231 check(otherProtectedClassPublicObjectInstanceField == "9"); in doDirectTests() [all …]
|
/art/test/022-interface/src/ |
D | Main.java | 40 static void check(boolean z) { in check() method in Main 91 check(o.equals(null)); in doObjectOverrideTests() 92 check(o.hashCode() == 0xC001D00D); in doObjectOverrideTests() 93 check(o.toString().equals("Mallet's Mallet")); in doObjectOverrideTests() 94 check(subObjectOverrideTests(new SubInterfaceImpl()) != null); in doObjectOverrideTests()
|
/art/test/093-serialization/src/ |
D | Main.java | 75 sub.check(); in checkStream() 76 inner.check(); in checkStream() 86 public void check() { in check() method in Main.Inner 126 public void check() { in check() method in Sub
|
/art/test/003-omnibus-opcodes/ |
D | expected.txt | 2 InstField check... 5 StaticField check... 51 Array check...
|
/art/test/022-interface/classes/ |
D | Main.class | ... java.lang.String[])
static void check (boolean)
static void objectOverrideTests ()
static java ... |
/art/test/072-precise-gc/src/ |
D | Main.java | 29 check(wrefs); in staleStackTest() 65 static void check(WeakReference[] wrefs) { in check() method in Main
|
/art/test/108-check-cast/ |
D | info.txt | 1 This test relies on the correct behavior of instance-of to test check-cast behavior,
|
/art/compiler/dex/quick/ |
D | local_optimizations.cc | 24 #define CHECK_REG_DEP(use, def, check) ((def & check->use_mask) || \ argument 25 ((use | def) & check->def_mask))
|
/art/runtime/arch/arm/ |
D | portable_entrypoints_arm.S | 43 mov r4, #SUSPEND_CHECK_INTERVAL @ reset r4 to suspend check interval
|
D | quick_entrypoints_arm.S | 270 mov r4, #SUSPEND_CHECK_INTERVAL @ reset r4 to suspend check interval 812 cbnz r0, 1f @ check Thread::Current()->suspend_count_ == 0
|
/art/ |
D | Android.mk | 155 $(call run-host-gtests-with,valgrind --leak-check=full)
|
/art/compiler/llvm/ |
D | intrinsic_func_list.def | 887 // null check and/or array bounds check may be skipped. 1004 // null check may be skipped.
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 425 addiu $s0, $zero, SUSPEND_CHECK_INTERVAL # reset s0 to suspend check interval
|