Home | History | Annotate | Download | only in runtime

Lines Matching refs:AllocIfTable

554   java_lang_Object->SetIfTable(AllocIfTable(self, 0));
557 object_array_class->SetIfTable(AllocIfTable(self, 2));
7086 MutableHandle<mirror::IfTable> iftable(hs.NewHandle(AllocIfTable(self, ifcount)));
9751 ObjPtr<mirror::IfTable> ClassLinker::AllocIfTable(Thread* self, size_t ifcount) {