Searched refs:check (Results 1 - 16 of 16) sorted by path

/art/build/
H A DAndroid.gtest.mk291 valgrind --leak-check=full --error-exitcode=1 $$< && $$(call ART_TEST_PASSED,$$@) \
/art/compiler/dex/quick/
H A Dlocal_optimizations.cc24 #define LOAD_STORE_CHECK_REG_DEP(mask, check) (mask.Intersects(*check->u.m.def_mask))
27 #define CHECK_REG_DEP(use, def, check) (def.Intersects(*check->u.m.use_mask)) || \
28 (use.Union(def).Intersects(*check->u.m.def_mask))
355 * TODO: Sanity check. LoadStoreElimination uses kBranchBit to fake a PC.
361 /* Similar as above, but just check for pure register dependency */
382 /* Potential WAR alias seen - check the exact relation */
448 * Make sure we check slot >= 0 since first_slot may be negative
/art/runtime/arch/arm/
H A Dportable_entrypoints_arm.S43 mov r4, #SUSPEND_CHECK_INTERVAL @ reset r4 to suspend check interval
H A Dquick_entrypoints_arm.S50 // Ugly compile-time check, but we only have the preprocessor.
75 // Ugly compile-time check, but we only have the preprocessor.
128 // Ugly compile-time check, but we only have the preprocessor.
309 mov r4, #SUSPEND_CHECK_INTERVAL @ reset r4 to suspend check interval
861 * R1 holds the string index. The fast path check for hit in strings cache has already been
921 cbnz r0, 1f @ check Thread::Current()->suspend_count_ == 0
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S38 // Ugly compile-time check, but we only have the preprocessor.
78 // Ugly compile-time check, but we only have the preprocessor.
160 // Ugly compile-time check, but we only have the preprocessor.
497 addiu $s0, $zero, SUSPEND_CHECK_INTERVAL # reset s0 to suspend check interval
913 * R1 holds the string index. The fast path check for hit in strings cache has already been
/art/test/004-UnsafeTest/src/
H A DMain.java25 private static void check(int actual, int expected, String msg) { method in class:Main
32 private static void check(long actual, long expected, String msg) { method in class:Main
48 check(unsafe.arrayBaseOffset(boolean[].class), vmArrayBaseOffset(boolean[].class),
50 check(unsafe.arrayBaseOffset(byte[].class), vmArrayBaseOffset(byte[].class),
52 check(unsafe.arrayBaseOffset(char[].class), vmArrayBaseOffset(char[].class),
54 check(unsafe.arrayBaseOffset(double[].class), vmArrayBaseOffset(double[].class),
56 check(unsafe.arrayBaseOffset(float[].class), vmArrayBaseOffset(float[].class),
58 check(unsafe.arrayBaseOffset(int[].class), vmArrayBaseOffset(int[].class),
60 check(unsafe.arrayBaseOffset(long[].class), vmArrayBaseOffset(long[].class),
62 check(unsaf
[all...]
/art/test/022-interface/classes/
H A DMain.class ... static void main (java.lang.String[]) static void check (boolean) static void objectOverrideTests () static java.lang.String ...
/art/test/022-interface/src/
H A DMain.java40 static void check(boolean z) { method in class:Main
91 check(o.equals(null));
92 check(o.hashCode() == 0xC001D00D);
93 check(o.toString().equals("Mallet's Mallet"));
94 check(subObjectOverrideTests(new SubInterfaceImpl()) != null);
/art/test/044-proxy/src/
H A DReturnsAndArgPassing.java22 static void check(boolean x) { method in class:ReturnsAndArgPassing
57 check(proxy instanceof Proxy);
58 check(method.getDeclaringClass() == MyInterface.class);
61 check(args == null);
64 check(args == null);
76 check(args.length == 6);
84 check(name.endsWith("Bar"));
101 check(fooInvocations == 0);
103 check(fooInvocations == 1);
105 check(barInvocation
[all...]
/art/test/064-field-access/src/
H A DMain.java222 private static void check(boolean b) { method in class:SubClass
229 check(otherProtectedClassPublicBooleanInstanceField == true);
230 check(otherProtectedClassPublicByteInstanceField == 2);
231 check(otherProtectedClassPublicCharInstanceField == 3);
232 check(otherProtectedClassPublicShortInstanceField == 4);
233 check(otherProtectedClassPublicIntInstanceField == 5);
234 check(otherProtectedClassPublicLongInstanceField == 6);
235 check(otherProtectedClassPublicFloatInstanceField == 7.0f);
236 check(otherProtectedClassPublicDoubleInstanceField == 8.0);
237 check(otherProtectedClassPublicObjectInstanceFiel
[all...]
/art/test/072-precise-gc/src/
H A DMain.java29 check(wrefs);
65 static void check(WeakReference[] wrefs) { method in class:Main
/art/test/093-serialization/src/
H A DMain.java75 sub.check();
76 inner.check();
86 public void check() { method in class:Main.Inner
126 public void check() { method in class:Sub
/art/test/111-unresolvable-exception/src/
H A DMain.java20 check(false);
26 private static void check(boolean b) { method in class:Main
/art/test/121-modifiers/classes/
H A DMain.class ... String[]) throws java.lang.Exception private static void check (java.lang.String) throws java.lang. ...
/art/test/121-modifiers/src/
H A DMain.java17 // These classes are to check the additional flags for inner classes.
78 check("Inf");
79 check("NonInf");
80 check("A");
81 check("A$B");
84 private static void check(String className) throws Exception { method in class:Main
118 // Interface field, just check generically.
/art/test/
H A Drun-test63 check_cmd="check"
382 cp "${progdir}/etc/default-check" check

Completed in 1082 milliseconds