Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_id_manager.h79 template <typename ArtType> uintptr_t GetNextId(JniIdType id)
Djni_id_manager.cc228 uintptr_t JniIdManager::GetNextId<ArtField>(JniIdType type) { in GetNextId() function in art::jni::JniIdManager
237 uintptr_t JniIdManager::GetNextId<ArtMethod>(JniIdType type) { in GetNextId() function in art::jni::JniIdManager
349 cur_id = GetNextId<ArtType>(id_type); in EncodeGenericId()