Lines Matching refs:debug_info_
65 : debug_info_(debug_info), in BreakLocation()
81 : debug_info_(debug_info), in Iterator()
87 if (debug_info_->shared()->HasSourceCode()) { in ReturnPosition()
88 return debug_info_->shared()->end_position() - in ReturnPosition()
89 debug_info_->shared()->start_position() - 1; in ReturnPosition()
137 rinfo()->data() - debug_info_->shared()->start_position()); in Next()
142 debug_info_->shared()->start_position()); in Next()
178 return BreakLocation(debug_info_, type, code_offset(), position(), in GetBreakLocation()
228 BytecodeArray* bytecode_array = debug_info_->original_bytecode_array(); in GetDebugBreakType()
250 return BreakLocation(debug_info_, GetDebugBreakType(), code_offset(), in GetBreakLocation()
343 DebugInfo::SetBreakPoint(debug_info_, code_offset_, position_, in SetBreakPoint()
350 DebugInfo::ClearBreakPoint(debug_info_, code_offset_, break_point_object); in ClearBreakPoint()
434 BytecodeArray* original = debug_info_->original_bytecode_array(); in ClearDebugBreak()
459 return debug_info_->GetBreakPointObjects(code_offset_); in BreakPointObjects()
510 debug_info_ = in DebugInfoListNode()
516 if (debug_info_ == nullptr) return; in ~DebugInfoListNode()
517 GlobalHandles::Destroy(reinterpret_cast<Object**>(debug_info_)); in ~DebugInfoListNode()
518 debug_info_ = nullptr; in ~DebugInfoListNode()