Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dclass_hierarchy_test.cpp65 const int fileIndex = 2; in TEST_F() local
112 const int fileIndex = 5; in TEST_F() local
157 const int fileIndex = 3; in TEST_F() local
193 const int fileIndex = 0; in TEST_F() local
Dget_reference_location.cpp64 const int fileIndex = 0; in TEST_F() local
103 const int fileIndex = 1; in TEST_F() local
143 const int fileIndex = 0; in TEST_F() local
/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.h47 MainFuncEntry GetMainFuncEntry(uint32_t fileIndex, uint32_t methodId) const in GetMainFuncEntry()
Daot_file_manager.cpp190 auto fileIndex = INVALID_INDEX; in GetFileIndex() local
219 …auto fileIndex = GetFileIndex(jsPandaFile->GetAOTFileInfoIndex(), jsPandaFile->GetNormalizedFileDe… in IsLoadMain() local
382 …uint32_t fileIndex = GetFileIndex(jsPandaFile->GetAOTFileInfoIndex(), jsPandaFile->GetNormalizedFi… in SetAOTMainFuncEntry() local
598 uint32_t fileIndex = static_cast<uint32_t>(fileInfo->Get(thread, indexOffset).GetInt()); in ParseDeserializedData() local
Dan_file_info.cpp243 bool AnFileInfo::IsLoadMain(uint32_t fileIndex, const JSPandaFile *jsPandaFile, const CString &entr… in IsLoadMain()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Daot_snapshot.cpp43 const CString &fileName, uint32_t fileIndex) in GenerateSnapshotConstantPools()
Dsnapshot_global_data.cpp79 …napshotGlobalData::AddSnapshotCpArrayToData(JSThread *thread, CString fileName, uint32_t fileIndex, in AddSnapshotCpArrayToData()
/arkcompiler/runtime_core/static_core/irtoc/backend/
Ddwarf_builder.cpp122 auto fileIndex {AddFile(sourceFiles[debugInfo->GetFileIndex()], dirIndex)}; in BuildGraphNestedFunction() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp134 …FuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo, uint32_t fileIndex, in CollectFuncEntryInfo()
207 uint32_t fileIndex, uint32_t moduleIndex) in CollectFuncEntryInfoByLiteCG()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h1438 uint32 fileIndex = 0; // this function belongs to which file, used by VM for plugin manager variable