Searched defs:fileIndex (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/test/unit/lsp/ |
| D | class_hierarchy_test.cpp | 65 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
|
| D | get_reference_location.cpp | 64 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/ |
| D | debug_info.h | 30 InstDebugInfo(uint32_t dirIndex, uint32_t fileIndex, uint32_t lineNumber) in InstDebugInfo()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | an_file_info.h | 47 MainFuncEntry GetMainFuncEntry(uint32_t fileIndex, uint32_t methodId) const in GetMainFuncEntry()
|
| D | aot_file_manager.cpp | 190 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
|
| D | an_file_info.cpp | 243 bool AnFileInfo::IsLoadMain(uint32_t fileIndex, const JSPandaFile *jsPandaFile, const CString &entr… in IsLoadMain()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | aot_snapshot.cpp | 43 const CString &fileName, uint32_t fileIndex) in GenerateSnapshotConstantPools()
|
| D | snapshot_global_data.cpp | 79 …napshotGlobalData::AddSnapshotCpArrayToData(JSThread *thread, CString fileName, uint32_t fileIndex, in AddSnapshotCpArrayToData()
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| D | dwarf_builder.cpp | 122 auto fileIndex {AddFile(sourceFiles[debugInfo->GetFileIndex()], dirIndex)}; in BuildGraphNestedFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | file_generators.cpp | 134 …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/ |
| D | mir_function.h | 1438 uint32 fileIndex = 0; // this function belongs to which file, used by VM for plugin manager variable
|