Lines Matching defs:BreakLocationIterator

105 BreakLocationIterator::BreakLocationIterator(Handle<DebugInfo> debug_info,
115 BreakLocationIterator::~BreakLocationIterator() {
123 void BreakLocationIterator::Next() {
206 void BreakLocationIterator::Next(int count) {
215 void BreakLocationIterator::FindBreakLocationFromAddress(Address pc) {
237 void BreakLocationIterator::FindBreakLocationFromPosition(int position) {
260 void BreakLocationIterator::Reset() {
275 bool BreakLocationIterator::Done() const {
280 void BreakLocationIterator::SetBreakPoint(Handle<Object> break_point_object) {
294 void BreakLocationIterator::ClearBreakPoint(Handle<Object> break_point_object) {
305 void BreakLocationIterator::SetOneShot() {
322 void BreakLocationIterator::ClearOneShot() {
340 void BreakLocationIterator::SetDebugBreak() {
368 void BreakLocationIterator::ClearDebugBreak() {
388 void BreakLocationIterator::PrepareStepIn() {
438 bool BreakLocationIterator::IsExit() const {
443 bool BreakLocationIterator::HasBreakPoint() {
449 bool BreakLocationIterator::IsDebugBreak() {
460 void BreakLocationIterator::SetDebugBreakAtIC() {
478 void BreakLocationIterator::ClearDebugBreakAtIC() {
484 bool BreakLocationIterator::IsDebuggerStatement() {
489 bool BreakLocationIterator::IsDebugBreakSlot() {
494 Object* BreakLocationIterator::BreakPointObjects() {
502 void BreakLocationIterator::ClearAllDebugBreak() {
510 bool BreakLocationIterator::RinfoDone() const {
516 void BreakLocationIterator::RinfoNext() {
702 BreakLocationIterator it(node->debug_info(), ALL_BREAK_LOCATIONS);
927 BreakLocationIterator break_location_iterator(debug_info,
1157 BreakLocationIterator it(debug_info, SOURCE_BREAK_LOCATIONS);
1186 BreakLocationIterator it(debug_info, SOURCE_BREAK_LOCATIONS);
1207 BreakLocationIterator it(node->debug_info(), ALL_BREAK_LOCATIONS);
1228 BreakLocationIterator it(GetDebugInfo(shared), ALL_BREAK_LOCATIONS);
1343 BreakLocationIterator it(debug_info, ALL_BREAK_LOCATIONS);
1506 bool Debug::StepNextContinue(BreakLocationIterator* break_location_iterator,
1714 BreakLocationIterator it(node->debug_info(), ALL_BREAK_LOCATIONS);