Home
last modified time | relevance | path

Searched refs:cpMap (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp53 auto &cpMap = eachFileData.second.multiCpsMap_; in Iterate() local
54 for (auto &eachCpPair : cpMap) { in Iterate()
540 MultiConstantPoolMap &cpMap = PandaCpInfoInserted.multiCpsMap_; in ParseDeserializedData() local
551 cpMap.insert({constantPoolID, cpHandle.GetTaggedValue()}); in ParseDeserializedData()
580 const CMap<int32_t, JSTaggedValue> &cpMap = cpMapIter->second.multiCpsMap_; in GetDeserializedConstantPool() local
581 auto iter = cpMap.find(cpID); in GetDeserializedConstantPool()
582 if (iter == cpMap.end()) { in GetDeserializedConstantPool()

Completed in 2 milliseconds