Searched refs:start_of_memory_range (Results 1 – 9 of 9) sorted by relevance
324 thread->stack.start_of_memory_range = stack_pointer; in FillThreadStack()370 thread->stack.start_of_memory_range = reinterpret_cast<uintptr_t>(stack); in FillThreadStack()439 ip_memory_d.start_of_memory_range = in WriteThreadListStream()446 end_of_range - ip_memory_d.start_of_memory_range; in WriteThreadListStream()460 reinterpret_cast<void*>(ip_memory_d.start_of_memory_range), in WriteThreadListStream()531 desc.start_of_memory_range = reinterpret_cast<uintptr_t>(iter->ptr); in WriteAppMemory()
84 stack.start_of_memory_range = 0x12f31c135 stack.start_of_memory_range = 0x97f6e8603 start_of_memory_range = 0x7c90eb14611 start_of_memory_range = 0x12f31c619 start_of_memory_range = 0x97f6e8
379 stack_location->start_of_memory_range = start_addr; in WriteStackFromStartAddress()1066 ip_memory_d.start_of_memory_range = in WriteMemoryListStream()1073 static_cast<uintptr_t>(ip_memory_d.start_of_memory_range); in WriteMemoryListStream()1112 ip_memory_d.start_of_memory_range, in WriteMemoryListStream()1122 reinterpret_cast<const void *>(ip_memory_d.start_of_memory_range), in WriteMemoryListStream()
173 Swap(&memory_descriptor->start_of_memory_range); in Swap()1291 descriptor_->start_of_memory_range; in SetDescriptor()1340 return descriptor_->start_of_memory_range; in GetBase()1375 if (address < descriptor_->start_of_memory_range || in GetMemoryAtAddressInternal()1377 address + sizeof(T) > descriptor_->start_of_memory_range + in GetMemoryAtAddressInternal()1381 HexString(descriptor_->start_of_memory_range) << "+" << in GetMemoryAtAddressInternal()1395 &memory[address - descriptor_->start_of_memory_range]); in GetMemoryAtAddressInternal()1554 thread_.stack.start_of_memory_range) { in Read()1557 HexString(thread_.stack.start_of_memory_range) << "+" << in Read()1575 return thread_.stack.start_of_memory_range; in GetStartOfStackMemoryRange()[all …]
264 output->start_of_memory_range = reinterpret_cast<uint64_t>(src); in WriteMemory()
196 thread->stack.start_of_memory_range = sp;
246 uint64_t start_of_memory_range; member
145 loc->start_of_memory_range = last_esp; in WriteLwpStack()
560 thread.stack_addr = rawthread->stack.start_of_memory_range; in ParseThreadList()