Searched refs:stackMap (Results 1 – 1 of 1) sorted by relevance
175 stackMap: Dict[Tuple[Optional[int], int], int] = field(default_factory=dict) variable in Thread181 stack_id = self.stackMap.get(key)188 self.stackMap[key] = stack_id