Home
last modified time | relevance | path

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

/dalvik/vm/oo/
DClass.cpp3309 Method* newVirtualMethods; in createIftable() local
3335 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()