Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Daot_snapshot.h78 … ResolveSnapshotData(const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) in ResolveSnapshotData() argument
Dsnapshot_global_data.h63 const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) in ResolveData() argument
143 … const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) in ResolveSnapshotData() argument
Dsnapshot_global_data.cpp33 const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) in Resolve() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp793 const auto &methodToEntryIndexMap = aotInfo_.GetMethodToEntryIndexMap(); in SaveSnapshotFile() local