HomeSort by relevance Sort by last modified time
    Searched refs:pageframe (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/tools/deep_memory_profiler/lib/
policy.py 170 pageframe=None, group_pfn_counts=None):
173 It uses |bucket_set| to match with backtraces. If |pageframe| is given,
182 pageframe: A PageFrame object representing a pageframe maybe including
185 the pageframe is mapped by the known "group (Chrome)" processes.
199 sharedwith = self._categorize_pageframe(pageframe, group_pfn_counts)
216 not pageframe or sharedwith in rule.sharedwith)):
221 def find_unhooked(self, region, pageframe=None, group_pfn_counts=None):
224 If |pageframe| is given, it considers memory sharing among processes
    [all...]
sorter.py 57 pageframe=None, group_pfn_counts=None):
62 self._pageframe = pageframe
82 def pageframe(self): member in class:VMUnit
93 pageframe=None, group_pfn_counts=None):
95 region, pageframe, group_pfn_counts)
109 pageframe=None, group_pfn_counts=None):
111 region, pageframe, group_pfn_counts)
252 unit.pageframe and sharedwith not in self._sharedwith):
276 unit.pageframe and sharedwith not in self._sharedwith):