Home | History | Annotate | Download | only in src

Lines Matching refs:desc_

1059         desc_(desc) { }
1088 w->WriteString(desc_->GetFilename().get());
1089 w->Write<intptr_t>(desc_->CodeStart());
1090 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize());
1098 if (desc_->IsInfoAvailable()) {
1099 Scope* scope = desc_->info()->scope();
1101 w->WriteString(desc_->name());
1102 w->Write<intptr_t>(desc_->CodeStart());
1103 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize());
1225 CodeDescription* desc_;
1240 desc_(desc) { }
1305 bool extra_info = desc_->IsInfoAvailable();
1306 DCHECK(desc_->IsLineInfoAvailable());
1322 Scope* scope = desc_->info()->scope();
1396 CodeDescription* desc_;
1411 desc_(desc) { }
1456 w->WriteString(desc_->GetFilename().get()); // File name.
1464 w->Write<intptr_t>(desc_->CodeStart());
1471 List<LineInfo::PCInfo>* pc_info = desc_->lineinfo()->pc_info();
1481 intptr_t new_line = desc_->GetScriptLineNumber(info->pos_);
1532 w->WriteSLEB128(desc_->CodeSize() - pc);
1561 CodeDescription* desc_;
1585 CodeDescription* desc_;
1659 desc_(desc) { }
1687 w->Write<uintptr_t>(desc_->CodeStart());
1688 w->Write<uintptr_t>(desc_->CodeSize());
1722 desc_->GetStackStateStartAddress(CodeDescription::POST_RBP_PUSH));
1743 desc_->GetStackStateStartAddress(CodeDescription::POST_RBP_SET));
1758 desc_->GetStackStateStartAddress(CodeDescription::POST_RBP_POP));
1778 w->Write<uint64_t>(desc_->CodeEnd());