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

  /external/chromium_org/tools/android/memdump/
memsymbols.py 62 map_start = int(r.group(1), 16)
74 map_pages_count = (map_end - map_start + 1) / _PAGE_SIZE
81 _HexAddr(map_start),
86 _HexAddr(offset + map_end - map_start),
  /external/qemu/memcheck/
memcheck_mmrange_map.c 47 const target_ulong start1 = d1->desc.map_start;
48 const target_ulong start2 = d2->desc.map_start;
106 rdesc.desc.map_start = start;
memcheck_proc_management.c 715 desc.map_start = vstart;
736 proc->image_path, proc->pid, replaced.path, replaced.map_start,
737 replaced.map_end, desc.path, desc.map_start, desc.map_end);
760 if (desc.map_start >= vstart && desc.map_end <= vend) {
772 desc.map_start, desc.map_end, desc.exec_offset, vstart, vend);
773 if (desc.map_start == vstart) {
775 desc.exec_offset += vend - desc.map_start;
776 desc.map_start = vend;
785 tail.map_start = vend;
787 tail.exec_offset = vend - desc.map_start + desc.exec_offset
    [all...]
memcheck_common.h 238 target_ulong map_start; member in struct:MMRangeDesc
368 return address - rdesc->map_start + rdesc->exec_offset;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.cc 427 char* const map_start = buf + size - map_length; // move to end local
428 memmove(map_start, buf, map_length);
450 RAW_DCHECK(buf + bucket_length <= map_start, "");
451 memmove(buf + bucket_length, map_start, map_length); // close the gap
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.cc 412 char* const map_start = buf + size - map_length; // move to end local
413 memmove(map_start, buf, map_length);
438 RAW_DCHECK(buf + bucket_length <= map_start, "");
439 memmove(buf + bucket_length, map_start, map_length); // close the gap

Completed in 564 milliseconds