Searched refs:newVirtualMethods (Results 1 – 1 of 1) sorted by relevance
3309 Method* newVirtualMethods; in createIftable() local3335 newVirtualMethods = (Method*) dvmLinearAlloc(clazz->classLoader, in createIftable()3339 newVirtualMethods = (Method*) dvmLinearRealloc(clazz->classLoader, in createIftable()3343 if (newVirtualMethods != clazz->virtualMethods) { in createIftable()3362 Method* meth = newVirtualMethods; in createIftable()3369 clazz->virtualMethods = newVirtualMethods; in createIftable()