Home
last modified time | relevance | path

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

/art/runtime/jni/
Dcheck_jni.cc866 bool expect_null = false; in CheckInstance() local
893 expect_null = true; in CheckInstance()
899 if (!expect_null && obj == nullptr) { in CheckInstance()
903 if (expect_null && !null_ok) { in CheckInstance()
/art/runtime/
Dthread.cc2637 bool expect_null = false; in DecodeJObject() local
2657 expect_null = true; in DecodeJObject()
2662 DCHECK(expect_null || result != nullptr) in DecodeJObject()