Searched refs:array_of_class (Results 1 – 2 of 2) sorted by relevance
220 ObjPtr<mirror::Class> array_of_class = GetClassRoot<mirror::ObjectArray<mirror::Class>>(); in MethodTypeOf() local222 ObjectArray<Class>::Alloc(Thread::Current(), array_of_class, ptypes_count)); in MethodTypeOf()
1524 ObjPtr<Class> array_of_class = GetClassRoot<ObjectArray<Class>>(); in GetMethodTypeForAccessMode() local1526 hs.NewHandle(ObjectArray<Class>::Alloc(Thread::Current(), array_of_class, ptypes_count)); in GetMethodTypeForAccessMode()