Home
last modified time | relevance | path

Searched refs:Check (Results 1 – 25 of 52) sorted by relevance

123

/art/runtime/jni/
Djni_internal_test.cc110 abort_catcher->Check(check_jni_msg); in ExpectClassNotFound()
120 check_jni_abort_catcher.Check(check_jni ? "non-nullable const char* was NULL" in FindClassTest()
139 check_jni_abort_catcher.Check("illegal class name 'java.lang.String'"); in FindClassTest()
143 check_jni_abort_catcher.Check("illegal class name '[Ljava.lang.String;'"); in FindClassTest()
180 check_jni_abort_catcher.Check(check_jni ? "GetFieldID received NULL jclass" in GetFieldIdBadArgumentTest()
184 check_jni_abort_catcher.Check(check_jni ? "non-nullable const char* was NULL" in GetFieldIdBadArgumentTest()
188 check_jni_abort_catcher.Check(check_jni ? "non-nullable const char* was NULL" in GetFieldIdBadArgumentTest()
203 check_jni_abort_catcher.Check(check_jni ? "GetStaticFieldID received NULL jclass" in GetStaticFieldIdBadArgumentTest()
207 check_jni_abort_catcher.Check(check_jni ? "non-nullable const char* was NULL" in GetStaticFieldIdBadArgumentTest()
211 check_jni_abort_catcher.Check(check_jni ? "non-nullable const char* was NULL" in GetStaticFieldIdBadArgumentTest()
[all …]
Dcheck_jni.cc535 bool Check(ScopedObjectAccess& soa, bool entry, const char* fmt, JniValueType* args) in Check() function in art::__anon01b981930111::ScopedCheck
1565 if (!GuardedCopy::Check(function_name, embedded_buf, true)) { in ReleaseGuardedPACopy()
1597 static bool Check(const char* function_name, const void* embedded_buf, bool mod_okay) { in Check() function in art::__anon01b981930111::GuardedCopy
1753 if (sc.Check(soa, true, "E", args)) { in GetVersion()
1756 if (sc.Check(soa, false, "I", &result)) { in GetVersion()
1768 if (sc.Check(soa, true, "Ep", args)) { in GetJavaVM()
1771 if (sc.Check(soa, false, "i", &result)) { in GetJavaVM()
1783 if (sc.Check(soa, true, "EcpI", args)) { in RegisterNatives()
1786 if (sc.Check(soa, false, "i", &result)) { in RegisterNatives()
1798 if (sc.Check(soa, true, "Ec", args)) { in UnregisterNatives()
[all …]
/art/test/203-multi-checkpoint/
Dmulti_checkpoint.cc50 void Check() { in Check() function
61 gTestClosure.Check(); in Java_Main_checkCheckpointsRun()
/art/compiler/optimizing/
Doptimizing_cfi_test.cc96 void Check(InstructionSet isa, in Check() function in art::OptimizingCFITest
119 Check(isa, isa_str, expected_asm, expected_cfi); in TestImpl()
214 Check(InstructionSet::kThumb2, "kThumb2_adjust", expected_asm, expected_cfi); in TEST_ISA()
244 Check(InstructionSet::kMips, "kMips_adjust", expected_asm, expected_cfi); in TEST_F()
274 Check(InstructionSet::kMips64, "kMips64_adjust", expected_asm, expected_cfi); in TEST_F()
/art/test/142-classloader2/
Dinfo.txt1 Check sub-classing of PathClassLoader.
/art/test/465-checker-clinit-gvn/
Dinfo.txt1 Check that we GVN HClinitCheck instructions.
/art/test/464-checker-inline-sharpen-calls/
Dinfo.txt1 Check that we inline sharpen calls.
/art/test/138-duplicate-classes-check/
Dinfo.txt1 Check whether a duplicate class is detected.
/art/test/490-checker-inline/
Dinfo.txt1 Check that we inline virtual and interface calls.
/art/test/150-loadlibrary/
Dinfo.txt1 Check that passing the BootClassLoader to loadLibrary works.
/art/test/462-checker-inlining-dex-files/
Dinfo.txt1 Check our inlining heuristics across dex files in optimizing.
/art/test/508-checker-disassembly/
Dinfo.txt1 Check that inlining disassembly in the .cfg works correctly.
/art/test/1336-short-finalizer-timeout/
Dinfo.txt1 Check that FinalizerTimeoutMs option works. Similar to 030-bad-finalizer.
/art/test/140-field-packing/src/
DMain.java20 GapOrder.Check(); in main()
DGapOrder.java70 static public void Check() { in Check() method in GapOrder
/art/test/146-bad-interface/
Dinfo.txt1 Check whether a duplicate class can invoke-interface on an unresolved method.
/art/test/595-profile-saving/
Dinfo.txt1 Check that profile recording works even when JIT compilation is not enabled.
/art/test/120-hashcode/
Dinfo.txt1 Check that object hashCode and System.identityHashCode never cause the hash to change.
/art/test/493-checker-inline-invoke-interface/
Dinfo.txt1 Check that we can optimize interface calls without
/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/170-interface-init/
Dinfo.txt1 Check that holding a lock on an interface class does not block initialization of an
/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/138-duplicate-classes-check2/
Dinfo.txt1 Check whether a duplicate class is not detected, even though we compiled against one (but removed
/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

123