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

/art/runtime/
H A Djni_internal_test.cc138 check_jni_abort_catcher.Check("name == null");
142 check_jni_abort_catcher.Check("illegal class name 'java.lang.String'");
144 check_jni_abort_catcher.Check("illegal class name 'Ljava.lang.String;'");
146 check_jni_abort_catcher.Check("illegal class name '[Ljava.lang.String;'");
148 check_jni_abort_catcher.Check("illegal class name '[java.lang.String'");
152 check_jni_abort_catcher.Check("illegal class name 'Ljava/lang/String;'");
156 check_jni_abort_catcher.Check("illegal class name '[java/lang/String'");
159 check_jni_abort_catcher.Check("illegal class name '[K'");
163 check_jni_abort_catcher.Check("illegal class name '[V'");
214 check_jni_abort_catcher.Check("java_clas
[all...]
H A Dcommon_runtime_test.h130 void Check(const char* expected_text);
H A Dcheck_jni.cc400 void Check(bool entry, const char* fmt0, ...) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
896 sc.Check(true, types, ##args)
900 sc.Check(false, type, _rc); \
903 sc.Check(false, "V")
980 static void Check(const char* functionName, const void* dataBuf, bool modOkay) { function in struct:art::GuardedCopy
999 // Check bottom half of guard; skip over optional checksum storage.
1019 // Check top half of guard.
1101 GuardedCopy::Check(__FUNCTION__, dataBuf, true);
1508 GuardedCopy::Check(__FUNCTION__, chars, false);
1540 GuardedCopy::Check(__FUNCTION_
1594 ResultT Check(JNIEnv* env, jarray array, jboolean* isCopy, ResultT result) { function in struct:art::CheckJNI::ForceCopyGetChecker
[all...]
H A Dclass_linker_test.cc375 bool Check() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
624 EXPECT_TRUE(ObjectOffsets().Check());
625 EXPECT_TRUE(ArtFieldOffsets().Check());
626 EXPECT_TRUE(ArtMethodOffsets().Check());
627 EXPECT_TRUE(ClassOffsets().Check());
628 EXPECT_TRUE(StringOffsets().Check());
629 EXPECT_TRUE(ThrowableOffsets().Check());
630 EXPECT_TRUE(StackTraceElementOffsets().Check());
631 EXPECT_TRUE(ClassLoaderOffsets().Check());
632 EXPECT_TRUE(ProxyOffsets().Check());
[all...]
H A Dcommon_runtime_test.cc225 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption before the test
274 Runtime::Current()->GetHeap()->VerifyHeap(); // Check for heap corruption after the test
299 // Check that for target builds we have ART_TARGET_NATIVETEST_DIR set.
366 void CheckJniAbortCatcher::Check(const char* expected_text) { function in class:art::CheckJniAbortCatcher
/art/compiler/optimizing/
H A Dregister_allocator_test.cc34 static bool Check(const uint16_t* data) { function in namespace:art
159 ASSERT_TRUE(Check(data));
198 ASSERT_TRUE(Check(data));
247 ASSERT_TRUE(Check(data));
/art/compiler/jni/
H A Djni_compiler_test.cc756 // Check a single call of a JNI method is ok
774 // Check a single call of a JNI method is ok
797 // Check stack trace entries have expected values
978 check_jni_abort_catcher.Check("attempt to return an instance of java.lang.String from java.lang.Class MyClassNatives.instanceMethodThatShouldReturnClass()");
982 check_jni_abort_catcher.Check("attempt to return an instance of java.lang.String from java.lang.Class MyClassNatives.instanceMethodThatShouldReturnClass()");
984 check_jni_abort_catcher.Check("calling non-static method java.lang.Class MyClassNatives.instanceMethodThatShouldReturnClass() with CallStaticVoidMethodV");
998 check_jni_abort_catcher.Check("attempt to return an instance of java.lang.String from java.lang.Class MyClassNatives.staticMethodThatShouldReturnClass()");
1002 check_jni_abort_catcher.Check("attempt to return an instance of java.lang.String from java.lang.Class MyClassNatives.staticMethodThatShouldReturnClass()");
1004 check_jni_abort_catcher.Check("calling static method java.lang.Class MyClassNatives.staticMethodThatShouldReturnClass() with CallVoidMethodV");
1025 check_jni_abort_catcher.Check("ba
[all...]
/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
700 def Check(self, error, filename, linenum): member in class:_FunctionState
[all...]

Completed in 2907 milliseconds