Home
last modified time | relevance | path

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

123

/art/runtime/jni/
Djni_internal_test.cc111 abort_catcher->Check(check_jni_msg); in ExpectClassNotFound()
121 check_jni_abort_catcher.Check(check_jni ? "non-nullable const char* was NULL" in FindClassTest()
140 check_jni_abort_catcher.Check("illegal class name 'java.lang.String'"); in FindClassTest()
144 check_jni_abort_catcher.Check("illegal class name '[Ljava.lang.String;'"); in FindClassTest()
181 check_jni_abort_catcher.Check(check_jni ? "GetFieldID received NULL jclass" in GetFieldIdBadArgumentTest()
185 check_jni_abort_catcher.Check(check_jni ? "non-nullable const char* was NULL" in GetFieldIdBadArgumentTest()
189 check_jni_abort_catcher.Check(check_jni ? "non-nullable const char* was NULL" in GetFieldIdBadArgumentTest()
204 check_jni_abort_catcher.Check(check_jni ? "GetStaticFieldID received NULL jclass" in GetStaticFieldIdBadArgumentTest()
208 check_jni_abort_catcher.Check(check_jni ? "non-nullable const char* was NULL" in GetStaticFieldIdBadArgumentTest()
212 check_jni_abort_catcher.Check(check_jni ? "non-nullable const char* was NULL" in GetStaticFieldIdBadArgumentTest()
[all …]
Dcheck_jni.cc556 bool Check(ScopedObjectAccess& soa, bool entry, const char* fmt, JniValueType* args) in Check() function in art::__anon846bc2ca0111::ScopedCheck
1624 if (!GuardedCopy::Check(function_name, embedded_buf, true)) { in ReleaseGuardedPACopy()
1655 static bool Check(const char* function_name, const void* embedded_buf, bool mod_okay) { in Check() function in art::__anon846bc2ca0111::GuardedCopy
1811 if (sc.Check(soa, true, "E", args)) { in GetVersion()
1814 if (sc.Check(soa, false, "I", &result)) { in GetVersion()
1826 if (sc.Check(soa, true, "Ep", args)) { in GetJavaVM()
1829 if (sc.Check(soa, false, "i", &result)) { in GetJavaVM()
1841 if (sc.Check(soa, true, "EcpI", args)) { in RegisterNatives()
1844 if (sc.Check(soa, false, "i", &result)) { in RegisterNatives()
1856 if (sc.Check(soa, true, "Ec", args)) { in UnregisterNatives()
[all …]
/art/test/2012-structural-redefinition-failures-jni-id/src-art/
DMain.java20 public static void Check(Class[] klasses) { in Check() method in Main
52 Check(classes); in doTest()
55 Check(classes); in doTest()
/art/test/1983-structural-redefinition-failures/src/art/
DTest1983.java35 public static void Check(Class[] klasses) { in Check() method in Test1983
95 Check(mirrord_classes); in doTest()
105 Check(non_mirrord_classes); in doTest()
118 Check(non_mirrord_classes); in doTestNonCts()
/art/test/2012-structural-redefinition-failures-jni-id/src-art/art/
DTest1983.java35 public static void Check(Class[] klasses) { in Check() method in Test1983
95 Check(mirrord_classes); in doTest()
105 Check(non_mirrord_classes); in doTest()
118 Check(non_mirrord_classes); in doTestNonCts()
/art/test/203-multi-checkpoint/
Dmulti_checkpoint.cc50 void Check() { in Check() function
61 gTestClosure.Check(); in Java_Main_checkCheckpointsRun()
/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
162 # Check that we don't GVN across irreducible loops:
204 # Check that we don't LICM across irreducible loops:
233 # Check that we don't LICM across irreducible loops:
262 # Check that we don't LICM in a natural loop that contains an irreducible loop:
309 # Check a loop within an irreducible loop
355 # Check than a loop before an irreducible loop is not part of the
402 # Check two irreducible loops, one within another.
449 # Check two irreducible loops, one within another. Almost identical
[all …]
/art/test/1983-structural-redefinition-failures/
Dinfo.txt1 Check for isStructurallyModifiable.
/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/2230-profile-save-hotness/
Dinfo.txt1 Check that profile recording with AOT hotness.
/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/1336-short-finalizer-timeout/
Dinfo.txt1 Check that FinalizerTimeoutMs option works. Similar to 030-bad-finalizer.
/art/test/2271-profile-inline-cache/
Dinfo.txt1 Check that inline caches are saved in the profile.
/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/compiler/debug/dwarf/
Ddwarf_test.h40 #define DW_CHECK(substring) Check(substring, false, __FILE__, __LINE__)
41 #define DW_CHECK_NEXT(substring) Check(substring, true, __FILE__, __LINE__)
56 void Check(const char* substr, bool next, const char* at_file, int at_line) { in Check() function
/art/compiler/optimizing/
Doptimizing_cfi_test.cc92 void Check(InstructionSet isa, in Check() function in art::OptimizingCFITest
115 Check(isa, isa_str, expected_asm, expected_cfi); in TestImpl()
184 Check(InstructionSet::kThumb2, "kThumb2_adjust", expected_asm, expected_cfi); in TEST_ISA()
/art/test/140-field-packing/src/
DMain.java20 GapOrder.Check(); in main()
/art/test/595-profile-saving/
Dinfo.txt1 Check that profile recording works even when JIT compilation is not enabled.
/art/test/146-bad-interface/
Dinfo.txt1 Check whether a duplicate class can invoke-interface on an unresolved method.
/art/test/120-hashcode/
Dinfo.txt1 Check that object hashCode and System.identityHashCode never cause the hash to change.

123