Home
last modified time | relevance | path

Searched refs:Check (Results 26 – 50 of 62) sorted by relevance

123

/art/compiler/debug/dwarf/
Ddwarf_test.h39 #define DW_CHECK(substring) Check(substring, false, __FILE__, __LINE__)
40 #define DW_CHECK_NEXT(substring) Check(substring, true, __FILE__, __LINE__)
55 void Check(const char* substr, bool next, const char* at_file, int at_line) { in Check() function
/art/test/2031-zygote-compiled-frame-deopt/
Dinfo.txt3 Check that we correctly identify jit-zygote compiled frames as non-debuggable.
/art/test/2030-long-running-child/
Dinfo.txt1 Check that a child of a main thread can run to completion even if the
/art/test/693-vdex-inmem-loader-evict/
Dinfo.txt1 Check that caching of verification results for InMemoryDexClassLoader obeys a cap on the number
/art/test/072-reachability-fence/
Dinfo.txt1 Check that reachabilityFence() prevents garbage collection of objects only referred to by a dead
/art/test/1995-final-virtual-structural-multithread/src/art/
DTest1995.java130 public void Check() throws Exception { in Check() method in Test1995.MyThread
161 t.Check(); in finishThreads()
/art/test/2033-shutdown-mechanics/
Dinfo.txt1 Check that when the main thread completes with a Daemon thread running
/art/compiler/optimizing/
Doptimizing_cfi_test.cc94 void Check(InstructionSet isa, in Check() function in art::OptimizingCFITest
117 Check(isa, isa_str, expected_asm, expected_cfi); in TestImpl()
204 Check(InstructionSet::kThumb2, "kThumb2_adjust", expected_asm, expected_cfi); in TEST_ISA()
/art/test/559-checker-irreducible-loop/smali/
DIrreducibleLoop.smali94 # Check that dce does not apply for irreducible loops.
128 # Check that a dex register only used in the loop header remains live thanks
163 # Check that we don't GVN across irreducible loops:
205 # Check that we don't LICM across irreducible loops:
234 # Check that we don't LICM across irreducible loops:
263 # Check that we don't LICM in a natural loop that contains an irreducible loop:
310 # Check a loop within an irreducible loop
356 # Check than a loop before an irreducible loop is not part of the
403 # Check two irreducible loops, one within another.
450 # Check two irreducible loops, one within another. Almost identical
[all …]
/art/test/2001-virtual-structural-multithread/src-art/art/
DTest2001.java190 public void Check() throws Exception { in Check() method in Test2001.MyThread
224 t.Check(); in finishThreads()
/art/test/1004-checker-volatile-ref-load/
Dinfo.txt1 Regression test for b/140507091: Check that an explicit null check is
/art/test/2005-pause-all-redefine-multithreaded/src/art/
DTest2005.java129 public void Check() throws Exception { in Check() method in Test2005.MyThread
162 t.Check(); in finishThreads()
/art/test/140-field-packing/src/
DGapOrder.java70 static public void Check() { in Check() method in GapOrder
/art/tools/bisection_search/
Dbisection_search.py121 res = res and self._output_checker.Check(output)
185 def Check(self, output): member in IOutputCheck
207 def Check(self, output): member in EqualsOutputCheck
232 def Check(self, output): member in ExternalScriptOutputCheck
/art/test/530-checker-peel-unroll/smali/
DPeelUnroll.smali29 ## CHECK-DAG: <<Check:z\d+>> GreaterThanOrEqual [<<PhiI>>,<<Limit>>] loop:<<Loop>> outer_…
30 ## CHECK-DAG: <<If:v\d+>> If [<<Check>>] loop:<<Loop>> outer_…
51 ## CHECK-DAG: <<Check:z\d+>> GreaterThanOrEqual [<<PhiI>>,<<Limit>>] loop:<<Loop>> outer_…
52 ## CHECK-DAG: <<If:v\d+>> If [<<Check>>] loop:<<Loop>> outer_…
135 ## CHECK-DAG: <<Check:z\d+>> GreaterThanOrEqual [<<PhiI>>,<<Limit>>] loop:<<Loop>> outer_…
136 ## CHECK-DAG: <<If:v\d+>> If [<<Check>>] loop:<<Loop>> outer_…
157 ## CHECK-DAG: <<Check:z\d+>> GreaterThanOrEqual [<<PhiI>>,<<Limit>>] loop:<<Loop>> outer_…
158 ## CHECK-DAG: <<If:v\d+>> If [<<Check>>] loop:<<Loop>> outer_…
/art/runtime/
Dclass_linker_test.cc477 bool Check() REQUIRES_SHARED(Locks::mutator_lock_) { in Check() function
844 EXPECT_TRUE(ObjectOffsets().Check()); in TEST_F()
845 EXPECT_TRUE(ClassOffsets().Check()); in TEST_F()
846 EXPECT_TRUE(ClassExtOffsets().Check()); in TEST_F()
847 EXPECT_TRUE(StringOffsets().Check()); in TEST_F()
848 EXPECT_TRUE(ThrowableOffsets().Check()); in TEST_F()
849 EXPECT_TRUE(StackTraceElementOffsets().Check()); in TEST_F()
850 EXPECT_TRUE(ClassLoaderOffsets().Check()); in TEST_F()
851 EXPECT_TRUE(ProxyOffsets().Check()); in TEST_F()
852 EXPECT_TRUE(DexCacheOffsets().Check()); in TEST_F()
[all …]
/art/test/575-checker-string-init-alias/smali/
DTestCase.smali34 # Check that we're being executed by the interpreter.
61 # Check that we're being executed by the interpreter.
/art/test/596-checker-dead-phi/smali/
DIrreducibleLoop.smali23 # Check that the outer loop suspend check environment only has the parameter vreg.
28 # Check that the linear order has non-adjacent loop blocks.
/art/test/518-null-array-get/smali/
DNullArrayFailObject2Int.smali15 # Check that the result of aget-object on null cannot be used as an integral.
DNullArrayFailInt2Object.smali15 # Check that the result of aget on null cannot be used as a reference.
DNullArraySuccessRef.smali15 # Check that the result of aget-object on null can be used as a reference.
DNullArraySuccessShort.smali15 # Check that the result of aget-short on null can be used as a short.
DNullArraySuccessInt.smali15 # Check that the result of aget on null can be used as an int.
DNullArraySuccessInt2Float.smali15 # Check that the result of aget on null can be used as a float.
/art/test/565-checker-irreducible-loop/smali/
DIrreducibleLoop.smali19 # Check that both the irreducible loop and the other loop entry
52 # Check that the compiler does not crash when

123