Home | History | Annotate | Download | only in tools

Lines Matching defs:Is

18 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
87 if type is not None:
386 assert not self.arch is None
410 assert self.memory_list is None
416 assert self.memory_list64 is None
423 return self.FindLocation(address) is not None
449 if self.memory_list64 is not None:
454 if self.memory_list is not None:
462 if location is None: return []
644 def Is(self, cls):
811 if self.shared.script.Is(Script) and self.shared.script.name.Is(String):
825 if self.shared.Is(SharedFunctionInfo):
834 if not self.shared.script.Is(Script): return source
836 if not script_source.Is(String): return source
974 if map is None: return None
976 if instance_type_name is None: return None
1017 if reader.exception is None: