Home
last modified time | relevance | path

Searched refs:pointerLocations_ (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/toolchain/tooling/test/testcases/
Djs_step_over_test.h27 ASSERT_EQ(breakpointCounter_, pointerLocations_.size()); // size: break point counter in JsStepOverTest()
38 SetJSPtLocation(breakpoint[0], POINTER_SIZE, pointerLocations_); in JsStepOverTest()
44 for (auto &iter : pointerLocations_) { in JsStepOverTest()
53 ASSERT_LOCATION_EQ(location, pointerLocations_.at(breakpointCounter_)); in JsStepOverTest()
76 while (index < pointerLocations_.size()) { in JsStepOverTest()
77 TestUtil::WaitForBreakpoint(pointerLocations_.at(index)); in JsStepOverTest()
107 std::vector<JSPtLocation> pointerLocations_; variable
Djs_step_out_test.h27 ASSERT_EQ(breakpointCounter_, pointerLocations_.size()); // size: break point counter in JsStepOutTest()
38 SetJSPtLocation(breakpoint[0], POINTER_SIZE, pointerLocations_); in JsStepOutTest()
44 for (auto &iter : pointerLocations_) { in JsStepOutTest()
53 ASSERT_LOCATION_EQ(location, pointerLocations_.at(breakpointCounter_)); in JsStepOutTest()
76 while (index < pointerLocations_.size()) { in JsStepOutTest()
77 TestUtil::WaitForBreakpoint(pointerLocations_.at(index)); in JsStepOutTest()
107 std::vector<JSPtLocation> pointerLocations_; variable
Djs_step_into_test.h27 ASSERT_EQ(breakpointCounter_, pointerLocations_.size()); in JsStepIntoTest()
40 SetJSPtLocation(breakpoint[0], POINTER_SIZE, pointerLocations_); in JsStepIntoTest()
46 for (auto &iter : pointerLocations_) { in JsStepIntoTest()
55 ASSERT_LOCATION_EQ(location, pointerLocations_.at(breakpointCounter_)); in JsStepIntoTest()
79 TestUtil::WaitForBreakpoint(pointerLocations_.at(index)); in JsStepIntoTest()
107 std::vector<JSPtLocation> pointerLocations_; variable
Djs_dropframe_test.h55 SetJSPtLocation(breakpoint[0], POINTER_SIZE, pointerLocations_); in JsDropFrameTest()
61 for (auto &iter : pointerLocations_) { in JsDropFrameTest()
73 TestUtil::WaitForBreakpoint(pointerLocations_.at(index)); in JsDropFrameTest()
84 auto ret = debugInterface_->RemoveBreakpoint(pointerLocations_.at(index)); in JsDropFrameTest()
255 std::vector<JSPtLocation> pointerLocations_; variable