HomeSort by relevance Sort by last modified time
    Searched refs:new_mid (Results 1 - 8 of 8) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_interface_internal.h 56 const void *new_mid);
  /external/compiler-rt/test/asan/TestCases/
contiguous_container_crash.cc 15 const void *new_mid);
  /external/compiler-rt/lib/asan/
asan_poisoning.cc 337 uptr new_mid = reinterpret_cast<uptr>(new_mid_p); local
339 if (!(beg <= old_mid && beg <= new_mid && old_mid <= end && new_mid <= end &&
342 ReportBadParamsToAnnotateContiguousContainer(beg, end, old_mid, new_mid,
348 uptr a = RoundDownTo(Min(old_mid, new_mid), granularity);
349 uptr c = RoundUpTo(Max(old_mid, new_mid), granularity);
366 uptr b1 = RoundDownTo(new_mid, granularity);
367 uptr b2 = RoundUpTo(new_mid, granularity);
374 *(u8*)MemToShadow(b1) = static_cast<u8>(new_mid - b1);
asan_report.h 73 uptr old_mid, uptr new_mid,
asan_report.cc     [all...]
  /external/compiler-rt/include/sanitizer/
common_interface_defs.h 82 // Supply the old and the new values of mid (old_mid/new_mid).
101 const void *new_mid);
  /external/guice/lib/build/
cglib-3.2.6.jar 
  /external/guice/extensions/persist/lib/
cglib-nodep-3.2.6.jar 

Completed in 1536 milliseconds