Searched defs:isa_caches (Results 1 - 1 of 1) sorted by last modified time

/external/lldb/examples/summaries/cocoa/
H A 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)

Completed in 93 milliseconds