Home
last modified time | relevance | path

Searched defs:methodToEntryIndexMap (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Daot_snapshot.h78 void ResolveSnapshotData(const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) in ResolveSnapshotData() argument
H A Dsnapshot_global_data.cpp32 Resolve(JSThread *thread, const SnapshotGlobalData *globalData, const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) Resolve() argument
H A Dsnapshot_global_data.h62 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 Dfile_generators.cpp790 const auto &methodToEntryIndexMap = aotInfo_.GetMethodToEntryIndexMap(); in SaveSnapshotFile() local

Completed in 6 milliseconds