Home
last modified time | relevance | path

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

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