Searched refs:VtablePtr (Results 1 – 9 of 9) sorted by relevance
221 void *VtablePtr = *reinterpret_cast<void **>(Object); in checkDynamicType() local222 VtablePrefix *Vtable = getVtablePrefix(VtablePtr); in checkDynamicType()247 __ubsan::getDynamicTypeInfoFromVtable(void *VtablePtr) { in getDynamicTypeInfoFromVtable() argument248 VtablePrefix *Vtable = getVtablePrefix(VtablePtr); in getDynamicTypeInfoFromVtable()
28 void *VtablePtr = *reinterpret_cast<void **>(Object); in getDynamicTypeInfoFromObject() local29 return getDynamicTypeInfoFromVtable(VtablePtr); in getDynamicTypeInfoFromObject()
45 __ubsan::getDynamicTypeInfoFromVtable(void *VtablePtr) { in getDynamicTypeInfoFromVtable() argument51 ((CompleteObjectLocator**)VtablePtr)-1; in getDynamicTypeInfoFromVtable()
222 void *VtablePtr = *reinterpret_cast<void **>(Object); in checkDynamicType() local223 VtablePrefix *Vtable = getVtablePrefix(VtablePtr); in checkDynamicType()248 __ubsan::getDynamicTypeInfoFromVtable(void *VtablePtr) { in getDynamicTypeInfoFromVtable() argument249 VtablePrefix *Vtable = getVtablePrefix(VtablePtr); in getDynamicTypeInfoFromVtable()
30 void *VtablePtr = *reinterpret_cast<void **>(Object); in getDynamicTypeInfoFromObject() local31 return getDynamicTypeInfoFromVtable(VtablePtr); in getDynamicTypeInfoFromObject()
47 __ubsan::getDynamicTypeInfoFromVtable(void *VtablePtr) { in getDynamicTypeInfoFromVtable() argument53 ((CompleteObjectLocator**)VtablePtr)-1; in getDynamicTypeInfoFromVtable()
29 void *VtablePtr = *reinterpret_cast<void **>(Object); in getDynamicTypeInfoFromObject() local30 return getDynamicTypeInfoFromVtable(VtablePtr); in getDynamicTypeInfoFromObject()
46 __ubsan::getDynamicTypeInfoFromVtable(void *VtablePtr) { in getDynamicTypeInfoFromVtable() argument52 ((CompleteObjectLocator**)VtablePtr)-1; in getDynamicTypeInfoFromVtable()