Lines Matching defs:stack_mmap
2661 StackMemoryMap &stack_mmap,
2687 if (stack_mmap.find(fp) != stack_mmap.end())
2690 stack_mmap[fp] = stack_memory;
2948 StackMemoryMap stack_mmap;
2949 ReadStackMemory(pid, tid, stack_mmap, 2);
2950 if (!stack_mmap.empty()) {
2951 for (const auto &stack_memory : stack_mmap) {
5618 StackMemoryMap stack_mmap;
5619 ReadStackMemory(pid, tid, stack_mmap);
5620 if (!stack_mmap.empty()) {
5623 for (const auto &stack_memory : stack_mmap) {