[FLR] Switch to using LocalHandle in `FLRImpl::GetOrCreateItem()`.
This enables us to avoid two lock-protected lookups in the parent ProcFLR's handle map (the first for `parent_->IsInstantiatedOnDevice()`, and the second in `GetOrCreateItem()`) every time we invoke a function. PiperOrigin-RevId: 220209369
Loading
Please sign in to comment