OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pfn_dict
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/deep_memory_profiler/subcommands/
cat.py
148
def _iterate_vm_unit(dump,
pfn_dict
, bucket_set):
153
if
pfn_dict
and dump.pageframe_length:
156
region, pageframe,
pfn_dict
)
163
if
pfn_dict
and dump.pageframe_length:
168
region, bucket_set, pageframe,
pfn_dict
)
policies.py
205
def _accumulate_maps(dump,
pfn_dict
, policy, bucket_set, sizes):
249
if
pfn_dict
and dump.pageframe_length:
251
component_match = policy.find_unhooked(value, pageframe,
pfn_dict
)
257
if
pfn_dict
and dump.pageframe_length:
260
value, bucket_set, pageframe,
pfn_dict
)
Completed in 207 milliseconds