Lines Matching refs:desc_
1074 desc_(desc) { } in DebugInfoSection()
1127 w->WriteString(desc_->GetFilename().get()); in WriteBodyInternal()
1128 w->Write<intptr_t>(desc_->CodeStart()); in WriteBodyInternal()
1129 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize()); in WriteBodyInternal()
1137 if (desc_->has_scope_info()) { in WriteBodyInternal()
1138 ScopeInfo* scope = desc_->scope_info(); in WriteBodyInternal()
1140 w->WriteString(desc_->name()); in WriteBodyInternal()
1141 w->Write<intptr_t>(desc_->CodeStart()); in WriteBodyInternal()
1142 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize()); in WriteBodyInternal()
1243 CodeDescription* desc_; member in v8::internal::GDBJITInterface::DebugInfoSection
1258 desc_(desc) { } in DebugAbbrevSection()
1323 bool extra_info = desc_->has_scope_info(); in WriteBodyInternal()
1324 DCHECK(desc_->IsLineInfoAvailable()); in WriteBodyInternal()
1340 ScopeInfo* scope = desc_->scope_info(); in WriteBodyInternal()
1404 CodeDescription* desc_; member in v8::internal::GDBJITInterface::DebugAbbrevSection
1419 desc_(desc) { } in DebugLineSection()
1464 w->WriteString(desc_->GetFilename().get()); // File name. in WriteBodyInternal()
1472 w->Write<intptr_t>(desc_->CodeStart()); in WriteBodyInternal()
1479 std::vector<LineInfo::PCInfo>* pc_info = desc_->lineinfo()->pc_info(); in WriteBodyInternal()
1488 intptr_t new_line = desc_->GetScriptLineNumber(info->pos_); in WriteBodyInternal()
1539 w->WriteSLEB128(desc_->CodeSize() - pc); in WriteBodyInternal()
1565 CodeDescription* desc_; member in v8::internal::GDBJITInterface::DebugLineSection
1589 CodeDescription* desc_; member in v8::internal::GDBJITInterface::UnwindInfoSection
1663 desc_(desc) { } in UnwindInfoSection()
1691 w->Write<uintptr_t>(desc_->CodeStart()); in WriteFDE()
1692 w->Write<uintptr_t>(desc_->CodeSize()); in WriteFDE()
1726 desc_->GetStackStateStartAddress(CodeDescription::POST_RBP_PUSH)); in WriteFDEStateOnEntry()
1747 desc_->GetStackStateStartAddress(CodeDescription::POST_RBP_SET)); in WriteFDEStateAfterRBPPush()
1762 desc_->GetStackStateStartAddress(CodeDescription::POST_RBP_POP)); in WriteFDEStateAfterRBPSet()
1782 w->Write<uint64_t>(desc_->CodeEnd()); in WriteFDEStateAfterRBPPop()