Searched defs:fileIndex (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | debug_info.h | 30 InstDebugInfo(uint32_t dirIndex, uint32_t fileIndex, uint32_t lineNumber) in InstDebugInfo() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
H A D | aot_snapshot.cpp | 42 GenerateSnapshotConstantPools(const CMap<int32_t, JSTaggedValue> &allConstantPools, const CString &fileName, uint32_t fileIndex) GenerateSnapshotConstantPools() argument
|
H A D | snapshot_global_data.cpp | 79 void SnapshotGlobalData::AddSnapshotCpArrayToData(JSThread *thread, CString fileName, uint32_t fileIndex, in AddSnapshotCpArrayToData() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | an_file_info.h | 46 MainFuncEntry GetMainFuncEntry(uint32_t fileIndex, uint32_t methodId) const in GetMainFuncEntry() argument
|
H A D | aot_file_info.h | 72 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 D | an_file_info.cpp | 198 bool AnFileInfo::IsLoadMain(uint32_t fileIndex, const JSPandaFile *jsPandaFile, const CString &entry) const in IsLoadMain() argument
|
H A D | aot_file_manager.cpp | 172 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 D | file_generators.cpp | 140 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 D | mir_function.h | 1429 uint32 fileIndex = 0; // this function belongs to which file, used by VM for plugin manager member in maple::MIRFunction
|
Completed in 15 milliseconds