Searched refs:cont_ (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/static_linker/ |
H A D | linker_context.cpp | 50 auto clz = cont_.GetOrCreateForeignClassItem(name); in AddItemToKnown() 82 auto &cm = *cont_.GetClassMap(); in Merge() 123 auto &cm = *cont_.GetClassMap(); in CheckClassRedifinition() 147 auto clz = cont_.GetOrCreateClassItem(name); in AddRegularClasses() 156 auto &cm = *cont_.GetClassMap(); in FillRegularClasses() 237 cont_.CreateItem<panda_file::ParamAnnotationsItem>(ni, true); in MergeMethod() 241 cont_.CreateItem<panda_file::ParamAnnotationsItem>(ni, false); in MergeMethod() 252 auto nci = cont_.CreateItem<panda_file::CodeItem>(); in MergeMethod() 280 cont_.IncRefLineNumberProgramItem(lnpItem); in UpdateDebugInfo() 282 lnpItem = cont_ in UpdateDebugInfo() [all...] |
H A D | linker_code_parser_context.cpp | 31 LinkerDebugInfoUpdater(const panda_file::File *file, panda_file::ItemContainer *cont) : Super(file), cont_(cont) {} in LinkerDebugInfoUpdater() 35 return cont_->GetOrCreateStringItem(s); in GetOrCreateStringItem() 40 auto *cm = cont_->GetClassMap(); in GetType() 49 panda_file::ItemContainer *cont_; member in ark::static_linker::__anon200::LinkerDebugInfoUpdater 57 : Super(file), patcher_(patcher), cont_(cont) in LinkerDebugInfoScrapper() 69 auto *cm = cont_->GetClassMap(); in GetType() 79 panda_file::ItemContainer *cont_; member in ark::static_linker::__anon200::LinkerDebugInfoScrapper 266 auto scrapper = LinkerDebugInfoScrapper(file, &p, &cont_); in ProcessCodeData() 274 auto updater = LinkerDebugInfoUpdater(file, &cont_); in ProcessCodeData()
|
H A D | linker_context.h | 133 return cont_; in GetContainer() 138 return cont_; in GetContainer() 156 panda_file::ItemContainer cont_; member in ark::static_linker::Context
|
H A D | linker_context_misc.cpp | 269 cont_.Write(&writer, true, false); in Write() 272 result_.stats.classCount = cont_.GetClassMap()->size(); in Write()
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | file_reader.cpp | 47 FileReaderDebugInfoUpdater(const File *file, ItemContainer *cont) : Super(file), cont_(cont) {} in FileReaderDebugInfoUpdater() 51 return cont_->GetOrCreateStringItem(s); in GetOrCreateStringItem() 57 return cont_->GetOrCreateForeignClassItem(typeName); in GetType() 59 return cont_->GetOrCreateClassItem(typeName); in GetType() 63 ItemContainer *cont_; member in ark::panda_file::__anon164::FileReaderDebugInfoUpdater
|
Completed in 6 milliseconds