Lines Matching full:move
69 breakpointResolved.SetBreakpointId("00").SetLocation(std::move(location)); in HWTEST_F_L0()
98 callFrame->SetLocation(std::move(location)); in HWTEST_F_L0()
99 callFrame->SetThis(std::move(res)); in HWTEST_F_L0()
100 callFrames_.emplace_back(std::move(callFrame)); in HWTEST_F_L0()
102 paused.SetCallFrames(std::move(callFrames_)) in HWTEST_F_L0()
119 paused1.SetData(std::move(obj)).SetReason(PauseReason::AMBIGUOUS).SetReason(PauseReason::ASSERT) in HWTEST_F_L0()
315 profile->SetNodes(std::move(v)) in HWTEST_F_L0()
320 …consoleProfileFinished.SetId("11").SetLocation(std::move(location)).SetProfile(std::move(profile))… in HWTEST_F_L0()
340 consoleProfileFinished1.SetLocation(std::move(location1)).SetProfile(std::move(profile1)); in HWTEST_F_L0()
351 consoleProfileStarted.SetId("12").SetLocation(std::move(location)).SetTitle("002"); in HWTEST_F_L0()
373 consoleProfileStarted1.SetLocation(std::move(location1)); in HWTEST_F_L0()
384 .SetResult(std::move(v)) in HWTEST_F_L0()
411 v.push_back(std::move(scriptCoverage)); in HWTEST_F_L0()
412 preciseCoverageDeltaUpdate1.SetResult(std::move(v)); in HWTEST_F_L0()
504 dataCollected.SetTraceEvents(std::move(traceEvents)); in HWTEST_F_L0()
524 .SetTraceFormat(std::move(traceFormat)) in HWTEST_F_L0()
525 .SetStreamCompression(std::move(streamCompression)); in HWTEST_F_L0()
551 callFrame->SetLocation(std::move(location)); in HWTEST_F_L0()
552 callFrame->SetThis(std::move(res)); in HWTEST_F_L0()
553 callFrames_.emplace_back(std::move(callFrame)); in HWTEST_F_L0()
554 mixedStack.SetCallFrames(std::move(callFrames_)); in HWTEST_F_L0()
559 p.emplace_back(std::move(ptr)); in HWTEST_F_L0()
560 mixedStack.SetNativePointers(std::move(p)); in HWTEST_F_L0()