Searched refs:methodToEntryIndexMap (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
H A D | snapshot_global_data.h | 44 const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap); 63 const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) in ResolveData() 65 reviseData_.Resolve(thread, globalData, methodToEntryIndexMap); in ResolveData() 143 const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) in ResolveSnapshotData() 145 reviseInfo_.ResolveData(thread, this, methodToEntryIndexMap); in ResolveSnapshotData() 62 ResolveData(JSThread *thread, const SnapshotGlobalData *globalData, const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) ResolveData() argument 142 ResolveSnapshotData(JSThread *thread, const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) ResolveSnapshotData() argument
|
H A D | aot_snapshot.h | 78 void ResolveSnapshotData(const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) in ResolveSnapshotData() argument 80 snapshotData_.ResolveSnapshotData(thread_, methodToEntryIndexMap); in ResolveSnapshotData()
|
H A D | snapshot_global_data.cpp | 33 const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) in Resolve() 56 uint32_t entryIndex = methodToEntryIndexMap.at(key); in Resolve() 73 uint32_t entryIndex = methodToEntryIndexMap.at(key); in Resolve() 32 Resolve(JSThread *thread, const SnapshotGlobalData *globalData, const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) Resolve() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | file_generators.cpp | 790 const auto &methodToEntryIndexMap = aotInfo_.GetMethodToEntryIndexMap(); in SaveSnapshotFile() local 792 ptManager->GetAOTSnapshot().ResolveSnapshotData(methodToEntryIndexMap); in SaveSnapshotFile()
|
Completed in 7 milliseconds