Searched refs:DecodeGenericId (Results 1 – 2 of 2) sorted by relevance
76 ArtType* DecodeGenericId(uintptr_t input) REQUIRES(!Locks::jni_id_lock_);
505 template <typename ArtType> ArtType* JniIdManager::DecodeGenericId(uintptr_t t) { in DecodeGenericId() function in art::jni::JniIdManager518 return DecodeGenericId<ArtMethod>(reinterpret_cast<uintptr_t>(method)); in DecodeMethodId()522 return DecodeGenericId<ArtField>(reinterpret_cast<uintptr_t>(field)); in DecodeFieldId()