Searched defs:methodToEntryIndexMap (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
H A D | aot_snapshot.h | 78 void ResolveSnapshotData(const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) in ResolveSnapshotData() argument
|
H A D | snapshot_global_data.cpp | 32 Resolve(JSThread *thread, const SnapshotGlobalData *globalData, const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) Resolve() argument
|
H A D | snapshot_global_data.h | 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
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | file_generators.cpp | 790 const auto &methodToEntryIndexMap = aotInfo_.GetMethodToEntryIndexMap(); in SaveSnapshotFile() local
|
Completed in 6 milliseconds