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/
H A Ddebug_info.h30 InstDebugInfo(uint32_t dirIndex, uint32_t fileIndex, uint32_t lineNumber) in InstDebugInfo() argument
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Daot_snapshot.cpp42 GenerateSnapshotConstantPools(const CMap<int32_t, JSTaggedValue> &allConstantPools, const CString &fileName, uint32_t fileIndex) GenerateSnapshotConstantPools() argument
H A Dsnapshot_global_data.cpp79 void SnapshotGlobalData::AddSnapshotCpArrayToData(JSThread *thread, CString fileName, uint32_t fileIndex, in AddSnapshotCpArrayToData() argument
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dan_file_info.h46 MainFuncEntry GetMainFuncEntry(uint32_t fileIndex, uint32_t methodId) const in GetMainFuncEntry() argument
H A Daot_file_info.h72 AddEntry(CallSignature::TargetKind kind, bool isMainFunc, bool isFastCall, int indexInKind, uint64_t offset, uint32_t fileIndex, uint32_t moduleIndex, int delta, uint32_t size, CalleeRegAndOffsetVec info = {}) AddEntry() argument
H A Dan_file_info.cpp198 bool AnFileInfo::IsLoadMain(uint32_t fileIndex, const JSPandaFile *jsPandaFile, const CString &entry) const in IsLoadMain() argument
H A Daot_file_manager.cpp172 auto fileIndex = INVALID_INDEX; in GetFileIndex() local
201 auto fileIndex = GetFileIndex(jsPandaFile->GetAOTFileInfoIndex(), jsPandaFile->GetNormalizedFileDesc().c_str()); in IsLoadMain() local
355 uint32_t fileIndex = GetFileIndex(jsPandaFile->GetAOTFileInfoIndex(), jsPandaFile->GetNormalizedFileDesc().c_str()); in SetAOTMainFuncEntry() local
533 uint32_t fileIndex = static_cast<uint32_t>(fileInfo->Get(indexOffset).GetInt()); ParseDeserializedData() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.cpp140 void Module::CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo, uint32_t fileIndex, in CollectFuncEntryInfo() argument
212 CollectFuncEntryInfoByLiteCG(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo, uint32_t fileIndex, uint32_t moduleIndex) CollectFuncEntryInfoByLiteCG() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_function.h1429 uint32 fileIndex = 0; // this function belongs to which file, used by VM for plugin manager member in maple::MIRFunction

Completed in 9 milliseconds