Searched refs:GetBreakLocation (Results 1 – 3 of 3) sorted by relevance
131 virtual BreakLocation GetBreakLocation() = 0;165 BreakLocation GetBreakLocation() override;189 BreakLocation GetBreakLocation() override;
161 BreakLocation BreakLocation::CodeIterator::GetBreakLocation() { in GetBreakLocation() function in v8::internal::BreakLocation::CodeIterator249 BreakLocation BreakLocation::BytecodeArrayIterator::GetBreakLocation() { in GetBreakLocation() function in v8::internal::BreakLocation::BytecodeArrayIterator260 return it->GetBreakLocation(); in FromCodeOffset()284 result_out->Add(it->GetBreakLocation()); in AllForStatementPosition()316 BreakLocation closest_break = it->GetBreakLocation(); in FromPosition()326 closest_break = it->GetBreakLocation(); in FromPosition()880 it->GetBreakLocation().ClearDebugBreak(); in ClearAllBreakPoints()914 it->GetBreakLocation().SetOneShot(); in FloodWithOneShot()1156 it->GetBreakLocation().ClearOneShot(); in ClearOneShot()
8041 CHECK(iterator->GetBreakLocation().IsDebuggerStatement()); in TEST()8042 CHECK_EQ(7, iterator->GetBreakLocation().position()); in TEST()8044 CHECK(iterator->GetBreakLocation().IsDebugBreakSlot()); in TEST()8045 CHECK_EQ(22, iterator->GetBreakLocation().position()); in TEST()8047 CHECK(iterator->GetBreakLocation().IsCall()); in TEST()8048 CHECK_EQ(22, iterator->GetBreakLocation().position()); in TEST()8050 CHECK(iterator->GetBreakLocation().IsDebuggerStatement()); in TEST()8051 CHECK_EQ(37, iterator->GetBreakLocation().position()); in TEST()8053 CHECK(iterator->GetBreakLocation().IsReturn()); in TEST()8054 CHECK_EQ(50, iterator->GetBreakLocation().position()); in TEST()[all …]