Home
last modified time | relevance | path

Searched refs:fileIndex (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_info.h40 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;
Daot_file_manager.cpp131 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 …]
Daot_file_info.h72 …uint32_t fileIndex, uint32_t moduleIndex, int delta, uint32_t size, CalleeRegAndOffsetVec info = {…
83 des.abcIndexInAi_ = fileIndex;
Dan_file_info.cpp171 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/
Ddebug_info.h30 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/
Daot_snapshot.cpp46 const CString &fileName, uint32_t fileIndex) in GenerateSnapshotConstantPools() argument
50 snapshotData_.AddSnapshotCpArrayToData(thread_, fileName, fileIndex, snapshotCpArr); in GenerateSnapshotConstantPools()
Dsnapshot_global_data.cpp62 …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()
Daot_snapshot.h67 uint32_t fileIndex);
Dsnapshot_global_data.h130 void AddSnapshotCpArrayToData(JSThread *thread, CString fileName, uint32_t fileIndex,
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.h42 …FuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo, uint32_t fileIndex,
47 uint32_t fileIndex, uint32_t moduleIndex);
Dfile_generators.cpp123 …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/
Ddwarf_builder.cpp152 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/
Dmir_function.h830 fileIndex = newFileIndex; in SetFileIndex()
1564 uint32 fileIndex = 0; // this function belongs to which file, used by VM for plugin manager variable