Searched refs:other_instance (Results 1 – 3 of 3) sorted by relevance
61 for other_instance in self._instances:63 if instance == other_instance:65 instance.add_remote_peer(other_instance.self_peer)
254 for other_instance in [x for x in range(self.num_phys)256 other_phy_num = self._get_phy_num_for_instance(other_instance)264 self.context.router.get_ssid(instance=other_instance),
853 Handle<WasmInstanceObject> other_instance(exported->instance(), isolate); in GetWasmFunctionForImportWrapper() local855 return &other_instance->module()->functions[func_index]; in GetWasmFunctionForImportWrapper()