Home
last modified time | relevance | path

Searched refs:check (Results 1 – 14 of 14) sorted by relevance

/art/test/044-proxy/src/
DReturnsAndArgPassing.java22 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/
DMain.java216 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/
DMain.java40 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/
DMain.java75 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/
Dexpected.txt2 InstField check...
5 StaticField check...
51 Array check...
/art/test/022-interface/classes/
DMain.class ... java.lang.String[]) static void check (boolean) static void objectOverrideTests () static java ...
/art/test/072-precise-gc/src/
DMain.java29 check(wrefs); in staleStackTest()
65 static void check(WeakReference[] wrefs) { in check() method in Main
/art/test/108-check-cast/
Dinfo.txt1 This test relies on the correct behavior of instance-of to test check-cast behavior,
/art/compiler/dex/quick/
Dlocal_optimizations.cc24 #define CHECK_REG_DEP(use, def, check) ((def & check->use_mask) || \ argument
25 ((use | def) & check->def_mask))
/art/runtime/arch/arm/
Dportable_entrypoints_arm.S43 mov r4, #SUSPEND_CHECK_INTERVAL @ reset r4 to suspend check interval
Dquick_entrypoints_arm.S270 mov r4, #SUSPEND_CHECK_INTERVAL @ reset r4 to suspend check interval
812 cbnz r0, 1f @ check Thread::Current()->suspend_count_ == 0
/art/
DAndroid.mk155 $(call run-host-gtests-with,valgrind --leak-check=full)
/art/compiler/llvm/
Dintrinsic_func_list.def887 // null check and/or array bounds check may be skipped.
1004 // null check may be skipped.
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S425 addiu $s0, $zero, SUSPEND_CHECK_INTERVAL # reset s0 to suspend check interval