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);
410 ExecutionContextRef::ExecutionContextRef(Target *target, bool adopt_selected) in ExecutionContextRef() argument412 SetTargetPtr(target, adopt_selected); in ExecutionContextRef()496 void ExecutionContextRef::SetTargetPtr(Target *target, bool adopt_selected) { in SetTargetPtr() argument502 if (adopt_selected) { in SetTargetPtr()
1069 bool adopt_selected = true; in GetSelectedExecutionContext() local1070 ExecutionContextRef exe_ctx_ref(GetSelectedTarget().get(), adopt_selected); in GetSelectedExecutionContext()