Searched defs:processMemory (Results 1 – 3 of 3) sorted by relevance
39 std::shared_ptr<unwindstack::Memory>& processMemory; member109 auto processMemory = unwindstack::Memory::CreateProcessMemory(getpid()); in BenchmarkUnwindStackLocal() local127 auto processMemory = unwindstack::Memory::CreateProcessMemoryCached(getpid()); in BenchmarkUnwindStackLocalCache() local145 auto processMemory = unwindstack::Memory::CreateProcessMemory(getpid()); in BenchmarkUnwindStackLocalFrames() local163 auto processMemory = unwindstack::Memory::CreateProcessMemoryCached(getpid()); in BenchmarkUnwindStackLocalFramesCache() local
140 std::shared_ptr<unwindstack::Memory> processMemory; in Run() local
245 static void SetValueOfProcessMemory(ProcessMemory& processMemory, const std::string& attrName, int3… in SetValueOfProcessMemory()436 CollectResult<std::vector<ProcessMemory>> processMemory = this->CollectAllProcessMemory(); in ExportAllProcessMemory() local