Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSMetaClass.cpp368 void ** thisVTable; in ~OSMetaClassBase() local
370 thisVTable = (void **) this; in ~OSMetaClassBase()
371 *thisVTable = (void *) -1UL; in ~OSMetaClassBase()