Searched defs:invalid (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Djni_internal_test.cc131 // Check JNI will reject invalid class names as aborts but without pending exceptions.
1029 /* Even if the offset is invalid... */ \
1035 /* Even if the offset is invalid... */ \
1311 jobject invalid = reinterpret_cast<jobject>(this); local
1312 EXPECT_EQ(JNIInvalidRefType, env_->GetObjectRefType(invalid));
1313 jni_abort_catcher.Check("use of invalid jobject");
1318 // Null as pointer should not fail and return invalid-ref. b/18820997
1467 // Even if the offset is invalid...
1489 // Even if the offset is invalid...
1837 // Our local reference for the survivor is invalid becaus
[all...]

Completed in 9 milliseconds