/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
D | an_file_info.h | 40 std::pair<uint64_t, bool> GetMainFuncEntry(uint32_t fileIndex, uint32_t methodId) const in GetMainFuncEntry() argument 42 auto it = mainEntryMap_.find(std::make_pair(fileIndex, methodId)); in GetMainFuncEntry() 66 bool IsLoadMain(uint32_t fileIndex, const JSPandaFile *jsPandaFile, const CString &entry) const;
|
D | aot_file_manager.cpp | 131 auto fileIndex = INVALID_INDEX; in GetFileIndex() local 142 fileIndex = fileIter->second.fileIndex_; in GetFileIndex() 144 fileIndex = STUB_FILE_INDEX; in GetFileIndex() 146 return fileIndex; in GetFileIndex() 160 …auto fileIndex = GetFileIndex(jsPandaFile->GetAOTFileInfoIndex(), jsPandaFile->GetNormalizedFileDe… in IsLoadMain() local 161 if (fileIndex == INVALID_INDEX) { in IsLoadMain() 164 return anFileInfo->IsLoadMain(fileIndex, jsPandaFile, entry); in IsLoadMain() 268 …uint32_t fileIndex = GetFileIndex(jsPandaFile->GetAOTFileInfoIndex(), jsPandaFile->GetNormalizedFi… in SetAOTMainFuncEntry() local 269 if (fileIndex == INVALID_INDEX) { in SetAOTMainFuncEntry() 278 std::tie(mainEntry, isFastCall) = anFileInfo->GetMainFuncEntry(fileIndex, mainFuncMethodId); in SetAOTMainFuncEntry() [all …]
|
D | aot_file_info.h | 72 …uint32_t fileIndex, uint32_t moduleIndex, int delta, uint32_t size, CalleeRegAndOffsetVec info = {… 83 des.abcIndexInAi_ = fileIndex;
|
D | an_file_info.cpp | 171 bool AnFileInfo::IsLoadMain(uint32_t fileIndex, const JSPandaFile *jsPandaFile, const CString &entr… in IsLoadMain() argument 177 auto it = mainEntryMap_.find(std::make_pair(fileIndex, methodId)); in IsLoadMain()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
D | debug_info.h | 30 InstDebugInfo(uint32_t dirIndex, uint32_t fileIndex, uint32_t lineNumber) in InstDebugInfo() argument 31 : dirIndex_(dirIndex), fileIndex_(fileIndex), lineNumber_(lineNumber) in InstDebugInfo()
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
D | aot_snapshot.cpp | 46 const CString &fileName, uint32_t fileIndex) in GenerateSnapshotConstantPools() argument 50 snapshotData_.AddSnapshotCpArrayToData(thread_, fileName, fileIndex, snapshotCpArr); in GenerateSnapshotConstantPools()
|
D | snapshot_global_data.cpp | 62 …napshotGlobalData::AddSnapshotCpArrayToData(JSThread *thread, CString fileName, uint32_t fileIndex, in AddSnapshotCpArrayToData() argument 74 fileInfo->Set(thread, Cast(CP_PANDA_INFO_ITEM::INDEX_ID), JSTaggedValue(fileIndex)); in AddSnapshotCpArrayToData()
|
D | aot_snapshot.h | 67 uint32_t fileIndex);
|
D | snapshot_global_data.h | 130 void AddSnapshotCpArrayToData(JSThread *thread, CString fileName, uint32_t fileIndex,
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | file_generators.h | 42 …FuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo, uint32_t fileIndex, 47 uint32_t fileIndex, uint32_t moduleIndex);
|
D | file_generators.cpp | 123 …FuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo, uint32_t fileIndex, in CollectFuncEntryInfo() argument 128 CollectFuncEntryInfoByLiteCG(addr2name, aotInfo, fileIndex, moduleIndex); in CollectFuncEntryInfo() 185 offset, fileIndex, moduleIndex, delta, funcSize, calleeSaveRegisters[i]); in CollectFuncEntryInfo() 196 uint32_t fileIndex, uint32_t moduleIndex) in CollectFuncEntryInfoByLiteCG() argument 249 offset, fileIndex, moduleIndex, delta, funcSize, calleeSaveRegisters[i]); in CollectFuncEntryInfoByLiteCG()
|
/arkcompiler/runtime_core/static_core/irtoc/backend/ |
D | dwarf_builder.cpp | 152 auto fileIndex {AddFile(sourceFiles[debugInfo->GetFileIndex()], dirIndex)}; in BuildGraph() local 153 …if (dwarf_add_line_entry(dwarf_, fileIndex, debugInfo->GetOffset(), debugInfo->GetLineNumber(), 0,… in BuildGraph()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
D | mir_function.h | 830 fileIndex = newFileIndex; in SetFileIndex() 1564 uint32 fileIndex = 0; // this function belongs to which file, used by VM for plugin manager variable
|