Searched refs:cpID (Results 1 – 5 of 5) sorted by relevance
20 int32_t cpID) in GetDeserializedConstantPool() argument23 …Handle<ConstantPool>(context->GetAOTFileManager()->GetDeserializedConstantPool(jsPandaFile, cpID)); in GetDeserializedConstantPool()
380 …onstantPool> GetDeserializedConstantPool(EcmaVM *vm, const JSPandaFile *jsPandaFile, int32_t cpID);
341 …gedValue> AOTFileManager::GetDeserializedConstantPool(const JSPandaFile *jsPandaFile, int32_t cpID) in GetDeserializedConstantPool() argument351 auto iter = cpMap.find(cpID); in GetDeserializedConstantPool()353 …PILER(FATAL) << "can not find deserialized constantpool in anFileInfo, constantPoolID is " << cpID; in GetDeserializedConstantPool()
153 … JSHandle<JSTaggedValue> GetDeserializedConstantPool(const JSPandaFile *jsPandaFile, int32_t cpID);
724 CVector<JSTaggedType>& GetSnapshotValVector(int32_t cpID) in GetSnapshotValVector() argument726 return snapshotVals_[cpID]; in GetSnapshotValVector()