Searched refs:methodToEntryIndexMap (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| 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() argument 65 reviseData_.Resolve(thread, globalData, methodToEntryIndexMap); in ResolveData() 141 … const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) in ResolveSnapshotData() argument 143 reviseInfo_.ResolveData(thread, this, methodToEntryIndexMap); in ResolveSnapshotData()
|
| D | aot_snapshot.h | 58 … ResolveSnapshotData(const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) in ResolveSnapshotData() argument 60 snapshotData_.ResolveSnapshotData(thread_, methodToEntryIndexMap); in ResolveSnapshotData()
|
| D | snapshot_global_data.cpp | 35 const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) in Resolve() argument 56 uint32_t entryIndex = methodToEntryIndexMap.at(key); in Resolve()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | file_generators.cpp | 652 const auto &methodToEntryIndexMap = aotInfo_.GetMethodToEntryIndexMap(); in SaveSnapshotFile() local 654 ptManager->GetAOTSnapshot().ResolveSnapshotData(methodToEntryIndexMap); in SaveSnapshotFile()
|