Searched refs:methodToEntryIndexMap (Results 1 – 2 of 2) sorted by relevance
1442 …d TSManager::ResolveSnapshotConstantPool(const std::map<uint32_t, uint32_t> &methodToEntryIndexMap) in ResolveSnapshotConstantPool() argument1455 if (methodToEntryIndexMap.find(methodOffset) != methodToEntryIndexMap.end()) { in ResolveSnapshotConstantPool()1456 uint32_t entryIndex = methodToEntryIndexMap.at(methodOffset); in ResolveSnapshotConstantPool()1480 uint32_t entryIndex = methodToEntryIndexMap.at(methodOffset); in ResolveSnapshotConstantPool()
768 … PUBLIC_API ResolveSnapshotConstantPool(const std::map<uint32_t, uint32_t> &methodToEntryIndexMap);