Home
last modified time | relevance | path

Searched refs:kIndices (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Djni_id_type.h31 kIndices, enumerator
Dparsed_options.cc455 .WithValueMap({{"true", JniIdType::kIndices}, in MakeParser()
459 {"indices", JniIdType::kIndices}, in MakeParser()
Druntime.cc1334 SetJniIdType(JniIdType::kIndices); in InitNonZygoteOrPostFork()
/art/test/1972-jni-id-swap-indices/
Djni_id.cc57 Runtime::Current()->SetJniIdType(JniIdType::kIndices); in Java_Main_SetToIndexIds()
/art/openjdkjvmti/
Dti_extension.cc401 if (runtime->GetJniIdType() == art::JniIdType::kIndices && IsFullJvmtiAvailable()) { in GetExtensionFunctions()
673 if (runtime->GetJniIdType() == art::JniIdType::kIndices && IsFullJvmtiAvailable()) { in GetExtensionEvents()
/art/runtime/jni/
Djni_id_manager.cc241 DCHECK_EQ(type, JniIdType::kIndices); in GetNextId()
250 DCHECK_EQ(type, JniIdType::kIndices); in GetNextId()
534 if (Runtime::Current()->GetJniIdType() == JniIdType::kIndices && (t % 2) == 1) { in DecodeGenericId()