Home
last modified time | relevance | path

Searched refs:GetFileIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddebug_info.h40 uint32_t GetFileIndex() const in GetFileIndex() function
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp129 uint32_t AOTFileManager::GetFileIndex(uint32_t anFileInfoIndex, CString abcNormalizedName) const in GetFileIndex() function in panda::ecmascript::AOTFileManager
160 …auto fileIndex = GetFileIndex(jsPandaFile->GetAOTFileInfoIndex(), jsPandaFile->GetNormalizedFileDe… in IsLoadMain()
268 …uint32_t fileIndex = GetFileIndex(jsPandaFile->GetAOTFileInfoIndex(), jsPandaFile->GetNormalizedFi… in SetAOTMainFuncEntry()
Daot_file_manager.h163 uint32_t GetFileIndex(uint32_t anFileInfoIndex, CString abcNormalizedName) const;
/arkcompiler/runtime_core/static_core/irtoc/backend/
Ddwarf_builder.cpp152 auto fileIndex {AddFile(sourceFiles[debugInfo->GetFileIndex()], dirIndex)}; in BuildGraph()