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