Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_id_manager.cc116 bool EnsureIdsArray(Thread* self, ObjPtr<mirror::Class> k, ArtType* t)
120 bool EnsureIdsArray(Thread* self, ObjPtr<mirror::Class> k, ArtField* field) { in EnsureIdsArray() function
140 bool EnsureIdsArray(Thread* self, ObjPtr<mirror::Class> k, ArtMethod* method) { in EnsureIdsArray() function
283 bool allocation_failure = EnsureIdsArray(self, t->GetDeclaringClass(), t.Get()); in EncodeGenericId()
624 bool alloc_failure = EnsureIdsArray(self, (*t)->GetDeclaringClass(), *t); in EndDefer()