Lines Matching full:debug_info_
64 : debug_info_(debug_info),
74 : debug_info_(debug_info),
114 rinfo()->data() - debug_info_->shared()->start_position());
119 debug_info_->shared()->start_position());
130 if (debug_info_->shared()->HasSourceCode()) {
131 position_ = debug_info_->shared()->end_position() -
132 debug_info_->shared()->start_position() - 1;
225 DebugInfo::SetBreakPoint(debug_info_, pc_offset_, position_,
232 DebugInfo::ClearBreakPoint(debug_info_, pc_offset_, break_point_object);
283 Isolate* isolate = debug_info_->GetIsolate();
297 DebugCodegen::ClearDebugBreakSlot(debug_info_->GetIsolate(), pc());
310 return debug_info_->GetBreakPointObjects(pc_offset_);
362 debug_info_ =
368 if (debug_info_ == nullptr) return;
369 GlobalHandles::Destroy(reinterpret_cast<Object**>(debug_info_));
370 debug_info_ = nullptr;