Lines Matching refs:m_process_start
223 if (AllocationsIntersect(addr, size, iter->second.m_process_start, in IntersectsAllocation()
230 if (AllocationsIntersect(addr, size, iter->second.m_process_start, in IntersectsAllocation()
299 : m_process_alloc(process_alloc), m_process_start(process_start), in Allocation()
508 (uint64_t)process_address, iter->second.m_process_start, in Free()
509 iter->second.m_process_start + iter->second.m_size); in Free()
522 if (address > (al.m_process_start + al.m_size)) { in GetAllocSize()
527 if (address > al.m_process_start) { in GetAllocSize()
528 int dif = address - al.m_process_start; in GetAllocSize()
560 uint64_t offset = process_address - allocation.m_process_start; in WriteMemory()
606 (uint64_t)allocation.m_process_start, in WriteMemory()
607 (uint64_t)allocation.m_process_start + in WriteMemory()
676 uint64_t offset = process_address - allocation.m_process_start; in ReadMemory()
735 (uint64_t)allocation.m_process_start, in ReadMemory()
736 (uint64_t)allocation.m_process_start + in ReadMemory()
837 process_sp->ReadMemory(allocation.m_process_start, in GetMemoryData()
842 uint64_t offset = process_address - allocation.m_process_start; in GetMemoryData()
854 uint64_t offset = process_address - allocation.m_process_start; in GetMemoryData()