Home
last modified time | relevance | path

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

/external/lldb/examples/summaries/cocoa/
Dobjc_runtime.py569 isa_caches = lldb.formatters.cache.Cache() variable
582 global isa_caches
608 if isa_caches.look_for_key(self.pid):
609 self.isa_cache = isa_caches.get_value(self.pid)
612 isa_caches.add_item(self.pid,self.isa_cache)