| 230 | } |
| 231 | |
| 232 | Status FunctionLibraryRuntimeOverlay::ReleaseHandle(Handle handle) { |
| 233 | return base_flr_->ReleaseHandle(handle); |
| 234 | } |
| 235 | |
| 236 | const FunctionBody* FunctionLibraryRuntimeOverlay::GetFunctionBody(Handle h) { |
| 237 | return base_flr_->GetFunctionBody(h); |