Searched refs:adopt_selected (Results 1 – 3 of 3) sorted by relevance
96 ExecutionContextRef(Target *target, bool adopt_selected);199 void SetTargetPtr(Target *target, bool adopt_selected);
409 ExecutionContextRef::ExecutionContextRef(Target *target, bool adopt_selected) in ExecutionContextRef() argument411 SetTargetPtr(target, adopt_selected); in ExecutionContextRef()495 void ExecutionContextRef::SetTargetPtr(Target *target, bool adopt_selected) { in SetTargetPtr() argument501 if (adopt_selected) { in SetTargetPtr()
980 bool adopt_selected = true; in GetSelectedExecutionContext() local981 ExecutionContextRef exe_ctx_ref(GetSelectedTarget().get(), adopt_selected); in GetSelectedExecutionContext()