Searched defs:array_of_class (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc2157 ObjPtr<mirror::Class> array_of_class = FindArrayClass(self, &class_type); local
2159 mirror::ObjectArray<mirror::Class>::Alloc(self, array_of_class, class_table_size));
8329 ObjPtr<mirror::Class> array_of_class = FindArrayClass(self, &class_type); local
8331 mirror::ObjectArray<mirror::Class>::Alloc(self, array_of_class, num_method_args)));
8431 ObjPtr<mirror::Class> array_of_class = FindArrayClass(self, &class_type); local
8433 mirror::ObjectArray<mirror::Class>::Alloc(self, array_of_class, num_params)));

Completed in 47 milliseconds