Lines Matching refs:m_process_start
198 if (AllocationsIntersect(addr, size, iter->second.m_process_start, in IntersectsAllocation()
205 if (AllocationsIntersect(addr, size, iter->second.m_process_start, in IntersectsAllocation()
274 : m_process_alloc(process_alloc), m_process_start(process_start), in Allocation()
483 (uint64_t)process_address, iter->second.m_process_start, in Free()
484 iter->second.m_process_start + iter->second.m_size); in Free()
497 if (address > (al.m_process_start + al.m_size)) { in GetAllocSize()
502 if (address > al.m_process_start) { in GetAllocSize()
503 int dif = address - al.m_process_start; in GetAllocSize()
535 uint64_t offset = process_address - allocation.m_process_start; in WriteMemory()
581 (uint64_t)allocation.m_process_start, in WriteMemory()
582 (uint64_t)allocation.m_process_start + in WriteMemory()
651 uint64_t offset = process_address - allocation.m_process_start; in ReadMemory()
710 (uint64_t)allocation.m_process_start, in ReadMemory()
711 (uint64_t)allocation.m_process_start + in ReadMemory()
812 process_sp->ReadMemory(allocation.m_process_start, in GetMemoryData()
817 uint64_t offset = process_address - allocation.m_process_start; in GetMemoryData()
829 uint64_t offset = process_address - allocation.m_process_start; in GetMemoryData()