Home
last modified time | relevance | path

Searched defs:fileIndex (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddebug_info.h30 InstDebugInfo(uint32_t dirIndex, uint32_t fileIndex, uint32_t lineNumber) in InstDebugInfo()
/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()
Daot_file_manager.cpp131 auto fileIndex = INVALID_INDEX; in GetFileIndex() local
160 …auto fileIndex = GetFileIndex(jsPandaFile->GetAOTFileInfoIndex(), jsPandaFile->GetNormalizedFileDe… in IsLoadMain() local
268 …uint32_t fileIndex = GetFileIndex(jsPandaFile->GetAOTFileInfoIndex(), jsPandaFile->GetNormalizedFi… in SetAOTMainFuncEntry() local
421 uint32_t fileIndex = fileInfo->Get(indexOffset).GetInt(); in ParseDeserializedData() local
Dan_file_info.cpp171 bool AnFileInfo::IsLoadMain(uint32_t fileIndex, const JSPandaFile *jsPandaFile, const CString &entr… in IsLoadMain()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Daot_snapshot.cpp46 const CString &fileName, uint32_t fileIndex) in GenerateSnapshotConstantPools()
Dsnapshot_global_data.cpp62 …napshotGlobalData::AddSnapshotCpArrayToData(JSThread *thread, CString fileName, uint32_t fileIndex, in AddSnapshotCpArrayToData()
/arkcompiler/runtime_core/static_core/irtoc/backend/
Ddwarf_builder.cpp152 auto fileIndex {AddFile(sourceFiles[debugInfo->GetFileIndex()], dirIndex)}; in BuildGraph() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp123 …FuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo, uint32_t fileIndex, in CollectFuncEntryInfo()
196 uint32_t fileIndex, uint32_t moduleIndex) in CollectFuncEntryInfoByLiteCG()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h1564 uint32 fileIndex = 0; // this function belongs to which file, used by VM for plugin manager variable