Searched refs:new_mid (Results 1 - 9 of 9) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
H A Dcontiguous_container_crash.cc14 const void *new_mid);
/external/compiler-rt/include/sanitizer/
H A Dcommon_interface_defs.h88 // Supply the old and the new values of mid (old_mid/new_mid).
107 const void *new_mid);
/external/compiler-rt/lib/asan/
H A Dasan_poisoning.cc275 uptr new_mid = reinterpret_cast<uptr>(new_mid_p); local
277 if (!(beg <= old_mid && beg <= new_mid && old_mid <= end && new_mid <= end &&
280 ReportBadParamsToAnnotateContiguousContainer(beg, end, old_mid, new_mid,
286 uptr a = RoundDownTo(Min(old_mid, new_mid), granularity);
287 uptr c = RoundUpTo(Max(old_mid, new_mid), granularity);
304 uptr b1 = RoundDownTo(new_mid, granularity);
305 uptr b2 = RoundUpTo(new_mid, granularity);
312 *(u8*)MemToShadow(b1) = static_cast<u8>(new_mid - b1);
H A Dasan_report.h55 uptr new_mid, StackTrace *stack);
H A Dasan_report.cc746 uptr old_mid, uptr new_mid,
754 " new_mid : %p\n",
755 beg, end, old_mid, new_mid);
745 ReportBadParamsToAnnotateContiguousContainer(uptr beg, uptr end, uptr old_mid, uptr new_mid, StackTrace *stack) argument
/external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
H A DSorterTemplate.java123 int new_mid = first_cut + len22;
124 merge(lo, first_cut, new_mid, len11, len22);
125 merge(new_mid, second_cut, hi, len1 - len11, len2 - len22);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h119 const void *new_mid);
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 1204 milliseconds