• Home
  • Raw
  • Download

Lines Matching refs:CodeDescription

925 class CodeDescription BASE_EMBEDDED {
936 CodeDescription(const char* name, Code* code, Handle<Script> script, in CodeDescription() function in v8::internal::BASE_EMBEDDED
1018 static void CreateSymbolsTable(CodeDescription* desc, in CreateSymbolsTable()
1050 explicit DebugInfoSection(CodeDescription* desc) in DebugInfoSection()
1225 CodeDescription* desc_;
1231 explicit DebugAbbrevSection(CodeDescription* desc) in DebugAbbrevSection()
1396 CodeDescription* desc_;
1402 explicit DebugLineSection(CodeDescription* desc) in DebugLineSection()
1561 CodeDescription* desc_;
1569 explicit UnwindInfoSection(CodeDescription* desc);
1585 CodeDescription* desc_;
1652 UnwindInfoSection::UnwindInfoSection(CodeDescription* desc) in UnwindInfoSection()
1722 desc_->GetStackStateStartAddress(CodeDescription::POST_RBP_PUSH)); in WriteFDEStateOnEntry()
1743 desc_->GetStackStateStartAddress(CodeDescription::POST_RBP_SET)); in WriteFDEStateAfterRBPPush()
1758 desc_->GetStackStateStartAddress(CodeDescription::POST_RBP_POP)); in WriteFDEStateAfterRBPSet()
1791 static void CreateDWARFSections(CodeDescription* desc, in CreateDWARFSections()
1919 static JITCodeEntry* CreateELFObject(CodeDescription* desc, Isolate* isolate) { in CreateELFObject()
2018 static void AddUnwindInfo(CodeDescription* desc) { in AddUnwindInfo()
2037 desc->SetStackStateStartAddress(CodeDescription::POST_RBP_PUSH, in AddUnwindInfo()
2039 desc->SetStackStateStartAddress(CodeDescription::POST_RBP_SET, in AddUnwindInfo()
2041 desc->SetStackStateStartAddress(CodeDescription::POST_RBP_POP, in AddUnwindInfo()
2044 desc->SetStackStateStartAddress(CodeDescription::POST_RBP_PUSH, in AddUnwindInfo()
2046 desc->SetStackStateStartAddress(CodeDescription::POST_RBP_SET, in AddUnwindInfo()
2048 desc->SetStackStateStartAddress(CodeDescription::POST_RBP_POP, in AddUnwindInfo()
2070 CodeDescription code_desc(name, in AddCode()