HomeSort by relevance Sort by last modified time
    Searched defs:Vptr (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/ubsan/
ubsan_type_hash_itanium.cc 77 // (vptr,type) pair, a hash is computed. This hash is assumed to be globally
82 // * the vptr, and thus the hash, can be affected by ASLR, so multiple runs
187 /// The offset from the vptr to the start of the most-derived object.
195 VtablePrefix *Vptr = reinterpret_cast<VtablePrefix*>(Vtable);
196 if (!Vptr)
198 VtablePrefix *Prefix = Vptr - 1;
208 // A crash anywhere within this function probably means the vptr is corrupted.
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 352 unsigned char* Vptr = planar + planeSize;
353 unsigned char* Uptr = Vptr + planeSize;
358 *Vptr++ = *in++;
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]

Completed in 444 milliseconds