Searched refs:dtor (Results 1 – 9 of 9) sorted by relevance
126 node->dtor(node->addr); in ~LinearAllocator()190 void LinearAllocator::addToDestructionList(Destructor dtor, void* addr) { in addToDestructionList() argument196 node->dtor = dtor; in addToDestructionList()212 node->dtor(node->addr); in runDestructorFor()
74 auto dtor = [](void* ret) { ((T*)ret)->~T(); }; in create()75 addToDestructionList(dtor, ret); in create()125 Destructor dtor; member
121 dtor(mBackupWriter); in finalize()128 private native static void dtor(long mBackupWriter); in dtor() method in BackupDataOutput
88 dtor(mBackupReader); in finalize()193 private native static void dtor(long mBackupReader); in dtor() method in BackupDataInput
43 dtor(mPtr); in finalize()119 private static native void dtor(long ptr); in dtor() method in FileBackupHelperBase
35 dtor(JNIEnv* env, jobject clazz, jlong ptr) in dtor() function111 { "dtor", "(J)V", (void*)dtor },
8 LOCAL_CFLAGS += -Wno-non-virtual-dtor
45 TEST(LinearAllocator, dtor) { in TEST() argument
288 * The function **.rs.dtor** is a function that is sometimes generated by