Lines Matching full:debug_info_
107 debug_info_ = debug_info;
140 rinfo()->data() - debug_info_->shared()->start_position());
145 rinfo()->data() - debug_info_->shared()->start_position());
192 if (debug_info_->shared()->HasSourceCode()) {
193 position_ = debug_info_->shared()->end_position() -
194 debug_info_->shared()->start_position() - 1;
264 reloc_iterator_ = new RelocIterator(debug_info_->code());
265 reloc_iterator_original_ = new RelocIterator(debug_info_->original_code());
288 DebugInfo::SetBreakPoint(debug_info_, code_position(),
296 DebugInfo::ClearBreakPoint(debug_info_, code_position(), break_point_object);
444 return debug_info_->HasBreakPoint(code_position());
495 return debug_info_->GetBreakPointObjects(code_position());
718 debug_info_ = Handle<DebugInfo>::cast(
721 reinterpret_cast<Object**>(debug_info_.location()),
729 reinterpret_cast<Object**>(debug_info_.location()));