Searched refs:stepLocations_ (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
H A D | thread_state.cpp | 34 stepLocations_.clear(); in Reset() 58 stepLocations_ = std::move(locations); in ContinueTo() 66 stepLocations_ = std::move(locations); in StepInto() 74 stepLocations_ = std::move(locations); in StepOver() 198 paused_ = stepLocations_.find(location) != stepLocations_.end(); in OnSingleStep() 208 paused_ = stepLocations_.find(location) == stepLocations_.end(); in OnSingleStep() 218 paused_ = !methodEntered_ && stepLocations_.find(location) == stepLocations_ in OnSingleStep() [all...] |
H A D | thread_state.h | 93 std::unordered_set<PtLocation, HashLocation> stepLocations_; member in ark::tooling::inspector::final
|
/arkcompiler/toolchain/tooling/test/testcases/ |
H A D | js_step_over_test.h | 28 ASSERT_EQ(stepCompleteCounter_, stepLocations_.size()); // size: step complete counter in JsStepOverTest() 39 SetJSPtLocation(stepOver[0], STEP_SIZE, stepLocations_); in JsStepOverTest() 68 ASSERT_LOCATION_EQ(location, stepLocations_.at(stepCompleteCounter_)); in JsStepOverTest() 84 TestUtil::WaitForStepComplete(stepLocations_.at(index)); in JsStepOverTest() 112 std::vector<JSPtLocation> stepLocations_; member in panda::ecmascript::tooling::test::JsStepOverTest
|
H A D | js_step_out_test.h | 28 ASSERT_EQ(stepCompleteCounter_, stepLocations_.size()); // size: step complete counter in JsStepOutTest() 39 SetJSPtLocation(stepOut[0], STEP_SIZE, stepLocations_); in JsStepOutTest() 64 ASSERT_LOCATION_EQ(location, stepLocations_.at(stepCompleteCounter_)); in JsStepOutTest() 80 TestUtil::WaitForStepComplete(stepLocations_.at(index)); in JsStepOutTest() 108 std::vector<JSPtLocation> stepLocations_; member in panda::ecmascript::tooling::test::JsStepOutTest
|
H A D | js_step_into_test.h | 28 ASSERT_EQ(stepCompleteCounter_, stepLocations_.size()); in JsStepIntoTest() 41 SetJSPtLocation(stepInto[0], STEP_SIZE, stepLocations_); in JsStepIntoTest() 70 ASSERT_LOCATION_EQ(location, stepLocations_.at(stepCompleteCounter_)); in JsStepIntoTest() 86 TestUtil::WaitForStepComplete(stepLocations_.at(index)); in JsStepIntoTest() 112 std::vector<JSPtLocation> stepLocations_; member in panda::ecmascript::tooling::test::JsStepIntoTest
|
Completed in 2 milliseconds