Searched refs:dvmLinearRealloc (Results 1 – 3 of 3) sorted by relevance
/dalvik/vm/ |
D | LinearAlloc.h | 69 void* dvmLinearRealloc(Object* classLoader, void* mem, size_t newSize);
|
D | LinearAlloc.cpp | 417 void* dvmLinearRealloc(Object* classLoader, void* mem, size_t newSize) in dvmLinearRealloc() function
|
/dalvik/vm/oo/ |
D | Class.cpp | 266 fiddle = (char*)dvmLinearRealloc(NULL, fiddle, 12); in linearAllocTests() 269 fiddle = (char*)dvmLinearRealloc(NULL, fiddle, 5); in linearAllocTests() 2965 clazz->vtable = (Method **)dvmLinearRealloc(clazz->classLoader, in createVtable() 3265 mirandaList = (Method**)dvmLinearRealloc( in createIftable() 3344 newVirtualMethods = (Method*) dvmLinearRealloc(clazz->classLoader, in createIftable() 3383 clazz->vtable = (Method**) dvmLinearRealloc(clazz->classLoader, in createIftable()
|