Lines Matching refs:BreakLocationIterator

62 BreakLocationIterator::BreakLocationIterator(Handle<DebugInfo> debug_info,
72 BreakLocationIterator::~BreakLocationIterator() {
96 void BreakLocationIterator::Next() {
177 void BreakLocationIterator::Next(int count) {
187 void BreakLocationIterator::FindBreakLocationFromAddress(Address pc) {
209 void BreakLocationIterator::FindBreakLocationFromPosition(int position,
245 void BreakLocationIterator::Reset() {
264 bool BreakLocationIterator::Done() const {
269 void BreakLocationIterator::SetBreakPoint(Handle<Object> break_point_object) {
281 void BreakLocationIterator::ClearBreakPoint(Handle<Object> break_point_object) {
292 void BreakLocationIterator::SetOneShot() {
307 void BreakLocationIterator::ClearOneShot() {
323 void BreakLocationIterator::SetDebugBreak() {
347 void BreakLocationIterator::ClearDebugBreak() {
365 bool BreakLocationIterator::IsStepInLocation(Isolate* isolate) {
381 void BreakLocationIterator::PrepareStepIn(Isolate* isolate) {
416 bool BreakLocationIterator::IsExit() const {
421 bool BreakLocationIterator::HasBreakPoint() {
427 bool BreakLocationIterator::IsDebugBreak() {
485 void BreakLocationIterator::SetDebugBreakAtIC() {
503 void BreakLocationIterator::ClearDebugBreakAtIC() {
509 bool BreakLocationIterator::IsDebuggerStatement() {
514 bool BreakLocationIterator::IsDebugBreakSlot() {
519 Object* BreakLocationIterator::BreakPointObjects() {
527 void BreakLocationIterator::ClearAllDebugBreak() {
535 bool BreakLocationIterator::RinfoDone() const {
541 void BreakLocationIterator::RinfoNext() {
700 BreakLocationIterator it(node->debug_info(), ALL_BREAK_LOCATIONS);
890 BreakLocationIterator break_location_iterator(debug_info,
1094 BreakLocationIterator it(debug_info, SOURCE_BREAK_LOCATIONS);
1138 BreakLocationIterator it(debug_info, SOURCE_BREAK_LOCATIONS);
1163 BreakLocationIterator it(debug_info, SOURCE_BREAK_LOCATIONS);
1185 BreakLocationIterator it(node->debug_info(), ALL_BREAK_LOCATIONS);
1208 BreakLocationIterator it(GetDebugInfo(shared), ALL_BREAK_LOCATIONS);
1337 BreakLocationIterator it(debug_info, ALL_BREAK_LOCATIONS);
1511 bool Debug::StepNextContinue(BreakLocationIterator* break_location_iterator,
1665 BreakLocationIterator it(node->debug_info(), ALL_BREAK_LOCATIONS);