Searched refs:GetNextId (Results 1 – 2 of 2) sorted by relevance
79 template <typename ArtType> uintptr_t GetNextId(JniIdType id)
228 uintptr_t JniIdManager::GetNextId<ArtField>(JniIdType type) { in GetNextId() function in art::jni::JniIdManager237 uintptr_t JniIdManager::GetNextId<ArtMethod>(JniIdType type) { in GetNextId() function in art::jni::JniIdManager349 cur_id = GetNextId<ArtType>(id_type); in EncodeGenericId()