Searched refs:Check (Results 1 - 14 of 14) sorted by relevance

/art/test/140-field-packing/src/
H A DMain.java20 GapOrder.Check();
H A DGapOrder.java70 static public void Check() { method in class:GapOrder
/art/runtime/
H A Djni_internal_test.cc107 abort_catcher->Check(check_jni_msg);
117 check_jni_abort_catcher.Check(check_jni ? "non-nullable const char* was NULL"
133 // Check JNI will reject invalid class names as aborts but without pending exceptions.
136 check_jni_abort_catcher.Check("illegal class name 'java.lang.String'");
140 check_jni_abort_catcher.Check("illegal class name '[Ljava.lang.String;'");
177 check_jni_abort_catcher.Check(check_jni ? "GetFieldID received NULL jclass"
181 check_jni_abort_catcher.Check(check_jni ? "non-nullable const char* was NULL"
185 check_jni_abort_catcher.Check(check_jni ? "non-nullable const char* was NULL"
200 check_jni_abort_catcher.Check(check_jni ? "GetStaticFieldID received NULL jclass"
204 check_jni_abort_catcher.Check(check_jn
[all...]
H A Dcheck_jni.cc458 bool Check(ScopedObjectAccess& soa, bool entry, const char* fmt, JniValueType* args)
682 DCHECK(field != nullptr); // Already checked by Check.
1430 if (!GuardedCopy::Check(function_name, embedded_buf, true)) {
1462 static bool Check(const char* function_name, const void* embedded_buf, bool mod_okay) { function in class:art::GuardedCopy
1539 // Check the begin red zone.
1553 // Check end region.
1617 if (sc.Check(soa, true, "E", args)) {
1620 if (sc.Check(soa, false, "I", &result)) {
1631 if (sc.Check(soa, true, "Ep", args)) {
1634 if (sc.Check(so
[all...]
H A Dcommon_runtime_test.h196 void Check(const char* expected_text);
H A Dclass_linker_test.cc277 // Check that all direct methods are static (either <clinit> or a regular static method).
465 bool Check() SHARED_REQUIRES(Locks::mutator_lock_) {
711 EXPECT_TRUE(ObjectOffsets().Check());
712 EXPECT_TRUE(ClassOffsets().Check());
713 EXPECT_TRUE(StringOffsets().Check());
714 EXPECT_TRUE(ThrowableOffsets().Check());
715 EXPECT_TRUE(StackTraceElementOffsets().Check());
716 EXPECT_TRUE(ClassLoaderOffsets().Check());
717 EXPECT_TRUE(ProxyOffsets().Check());
718 EXPECT_TRUE(DexCacheOffsets().Check());
[all...]
H A Dcommon_runtime_test.cc383 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption before the test
433 Runtime::Current()->GetHeap()->VerifyHeap(); // Check for heap corruption after the test
467 // Check that for target builds we have ART_TARGET_NATIVETEST_DIR set.
621 void CheckJniAbortCatcher::Check(const char* expected_text) { function in class:art::CheckJniAbortCatcher
/art/compiler/optimizing/
H A Doptimizing_cfi_test.cc91 void Check(InstructionSet isa, function in class:art::OptimizingCFITest
114 Check(isa, isa_str, expected_asm, expected_cfi);
185 Check(kThumb2, "kThumb2_adjust", expected_asm, expected_cfi);
213 Check(kMips, "kMips_adjust", expected_asm, expected_cfi);
241 Check(kMips64, "kMips64_adjust", expected_asm, expected_cfi);
H A Dregister_allocator_test.cc38 static bool Check(const uint16_t* data) { function in namespace:art
162 ASSERT_TRUE(Check(data));
201 ASSERT_TRUE(Check(data));
250 ASSERT_TRUE(Check(data));
449 // Check that we have split the interval.
451 // Check that we know need to find a new register where the next interval
543 // Check that the register allocator is deterministic.
676 // Check that the field gets put in the register expected by its use.
/art/compiler/debug/dwarf/
H A Ddwarf_test.h38 #define DW_CHECK(substring) Check(substring, false, __FILE__, __LINE__)
39 #define DW_CHECK_NEXT(substring) Check(substring, true, __FILE__, __LINE__)
52 // Check that the objdump output contains given output.
54 void Check(const char* substr, bool next, const char* at_file, int at_line) { function in class:art::dwarf::DwarfTest
/art/compiler/jni/
H A Djni_compiler_test.cc735 // Check a single call of a JNI method is ok
753 // Check a single call of a JNI method is ok
776 // Check stack trace entries have expected values
948 check_jni_abort_catcher.Check("attempt to return an instance of java.lang.String from java.lang.Class MyClassNatives.instanceMethodThatShouldReturnClass()");
952 check_jni_abort_catcher.Check("attempt to return an instance of java.lang.String from java.lang.Class MyClassNatives.instanceMethodThatShouldReturnClass()");
954 check_jni_abort_catcher.Check("calling non-static method java.lang.Class MyClassNatives.instanceMethodThatShouldReturnClass() with CallStaticObjectMethodV");
966 check_jni_abort_catcher.Check("attempt to return an instance of java.lang.String from java.lang.Class MyClassNatives.staticMethodThatShouldReturnClass()");
970 check_jni_abort_catcher.Check("attempt to return an instance of java.lang.String from java.lang.Class MyClassNatives.staticMethodThatShouldReturnClass()");
972 check_jni_abort_catcher.Check("calling static method java.lang.Class MyClassNatives.staticMethodThatShouldReturnClass() with CallObjectMethodV");
995 check_jni_abort_catcher.Check("ba
[all...]
/art/runtime/arch/mips64/
H A Dquick_entrypoints_mips64.S1546 lwu $a5, MIRROR_CLASS_STATUS_OFFSET($t0) # Check class status.
1554 lwu $a5, MIRROR_CLASS_ACCESS_FLAGS_OFFSET($t0) # Check if access flags has
1559 ld $t3, THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET($s1) # Check if thread local allocation stack
1564 li $a5, ROSALLOC_MAX_THREAD_LOCAL_BRACKET_SIZE # Check if size is for a thread local
/art/tools/
H A Dcpplint.py40 # - Check for no 'explicit' for multi-arg ctor
41 # - Check for boolean assign RHS in parens
42 # - Check for ctor initializer-list colon position and spacing
43 # - Check that if there's a ctor, there should be a dtor
44 # - Check accessors that return non-pointer member variables are
46 # - Check accessors that return non-const pointer member vars are
48 # - Check for using public includes for testing
49 # - Check for spaces between brackets in one-line inline method
50 # - Check for no assert()
51 # - Check fo
726 def Check(self, error, filename, linenum): member in class:_FunctionState
[all...]
/art/test/
H A DAndroid.run-test.mk263 # Check if we have python3 to run our tests.

Completed in 271 milliseconds