Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h914 bool CanSetJniIdType() const { in CanSetJniIdType() function
Druntime.cc1075 if (LIKELY(automatically_set_jni_ids_indirection_) && CanSetJniIdType()) { in InitNonZygoteOrPostFork()
3026 CHECK(CanSetJniIdType()) << "Not allowed to change id type!"; in SetJniIdType()