Lines Matching refs:desc_
1065 desc_(desc) { } in DebugInfoSection()
1118 w->WriteString(desc_->GetFilename().get()); in WriteBodyInternal()
1119 w->Write<intptr_t>(desc_->CodeStart()); in WriteBodyInternal()
1120 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize()); in WriteBodyInternal()
1128 if (desc_->has_scope_info()) { in WriteBodyInternal()
1129 ScopeInfo* scope = desc_->scope_info(); in WriteBodyInternal()
1131 w->WriteString(desc_->name()); in WriteBodyInternal()
1132 w->Write<intptr_t>(desc_->CodeStart()); in WriteBodyInternal()
1133 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize()); in WriteBodyInternal()
1254 CodeDescription* desc_; member in v8::internal::GDBJITInterface::DebugInfoSection
1269 desc_(desc) { } in DebugAbbrevSection()
1334 bool extra_info = desc_->has_scope_info(); in WriteBodyInternal()
1335 DCHECK(desc_->IsLineInfoAvailable()); in WriteBodyInternal()
1351 ScopeInfo* scope = desc_->scope_info(); in WriteBodyInternal()
1425 CodeDescription* desc_; member in v8::internal::GDBJITInterface::DebugAbbrevSection
1440 desc_(desc) { } in DebugLineSection()
1485 w->WriteString(desc_->GetFilename().get()); // File name. in WriteBodyInternal()
1493 w->Write<intptr_t>(desc_->CodeStart()); in WriteBodyInternal()
1500 List<LineInfo::PCInfo>* pc_info = desc_->lineinfo()->pc_info(); in WriteBodyInternal()
1510 intptr_t new_line = desc_->GetScriptLineNumber(info->pos_); in WriteBodyInternal()
1561 w->WriteSLEB128(desc_->CodeSize() - pc); in WriteBodyInternal()
1590 CodeDescription* desc_; member in v8::internal::GDBJITInterface::DebugLineSection
1614 CodeDescription* desc_; member in v8::internal::GDBJITInterface::UnwindInfoSection
1688 desc_(desc) { } in UnwindInfoSection()
1716 w->Write<uintptr_t>(desc_->CodeStart()); in WriteFDE()
1717 w->Write<uintptr_t>(desc_->CodeSize()); in WriteFDE()
1751 desc_->GetStackStateStartAddress(CodeDescription::POST_RBP_PUSH)); in WriteFDEStateOnEntry()
1772 desc_->GetStackStateStartAddress(CodeDescription::POST_RBP_SET)); in WriteFDEStateAfterRBPPush()
1787 desc_->GetStackStateStartAddress(CodeDescription::POST_RBP_POP)); in WriteFDEStateAfterRBPSet()
1807 w->Write<uint64_t>(desc_->CodeEnd()); in WriteFDEStateAfterRBPPop()