Home
last modified time | relevance | path

Searched refs:expect_null (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jni/
Dcheck_jni.cc870 bool expect_null = false; in CheckInstance() local
900 expect_null = true; in CheckInstance()
906 if (!expect_null && obj == nullptr) { in CheckInstance()
910 if (expect_null && !null_ok) { in CheckInstance()
/art/runtime/
Dthread.cc2831 bool expect_null = false; in DecodeGlobalJObject() local
2839 expect_null = true; in DecodeGlobalJObject()
2844 DCHECK(expect_null || result != nullptr) in DecodeGlobalJObject()