Searched refs:destroy (Results 1 - 7 of 7) sorted by relevance

/dalvik/tests/071-dexfile/src/
H A DMain.java58 p.destroy();
/dalvik/vm/
H A DIndirectRefTable.h318 void destroy();
H A DIndirectRefTable.cpp54 void IndirectRefTable::destroy() function in class:IndirectRefTable
H A DCheckJni.cpp1114 static void* destroy(void* dataBuf) { function in struct:GuardedCopy
1294 result = (u1*) GuardedCopy::destroy(dataBuf);
1715 chars = (const jchar*) GuardedCopy::destroy((jchar*)chars);
1751 utf = (const char*) GuardedCopy::destroy((char*)utf);
1958 carray = (const jchar*) GuardedCopy::destroy((jchar*)carray);
H A DThread.cpp992 thread->jniLocalRefTable.destroy();
H A DJni.cpp281 gDvm.jniGlobalRefTable.destroy();
282 gDvm.jniWeakGlobalRefTable.destroy();
/dalvik/vm/test/
H A DTestIndirectRefTable.cpp343 irt.destroy();
403 irt.destroy();

Completed in 178 milliseconds