Home
last modified time | relevance | path

Searched defs:nullable (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dcheck_jni.cc899 bool nullable = ((flags_ & kFlag_NullableUtf) != 0); in CheckNonHeapValue() local
1231 bool CheckUtfString(const char* bytes, bool nullable) { in CheckUtfString()