Home
last modified time | relevance | path

Searched refs:SetJniIdType (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/test/1972-jni-id-swap-indices/
H A Djni_id.cc53 Runtime::Current()->SetJniIdType(JniIdType::kPointer); in Java_Main_SetToPointerIds()
57 Runtime::Current()->SetJniIdType(JniIdType::kIndices); in Java_Main_SetToIndexIds()
/aosp12/art/runtime/
H A Druntime.cc1163 SetJniIdType(JniIdType::kIndices); in InitNonZygoteOrPostFork()
1165 SetJniIdType(JniIdType::kPointer); in InitNonZygoteOrPostFork()
3239 void Runtime::SetJniIdType(JniIdType t) { in SetJniIdType() function in art::Runtime
H A Druntime.h945 void SetJniIdType(JniIdType t);