Home
last modified time | relevance | path

Searched refs:stackfunction_pattern (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/tools/deep_memory_profiler/lib/
Dpolicy.py39 stackfunction_pattern=None, argument
49 if stackfunction_pattern:
51 stackfunction_pattern + r'\Z')
84 def stackfunction_pattern(self): member in Rule
159 (not rule.stackfunction_pattern or
160 rule.stackfunction_pattern.match(stackfunction)) and
203 (not rule.stackfunction_pattern or
204 rule.stackfunction_pattern.match(stackfunction)) and