Searched refs:GetDeserializedConstantPool (Results 1 – 4 of 4) sorted by relevance
19 JSHandle<ConstantPool> ConstantPool::GetDeserializedConstantPool(EcmaVM *vm, const JSPandaFile *jsP… in GetDeserializedConstantPool() function in panda::ecmascript::ConstantPool23 …return JSHandle<ConstantPool>(context->GetAOTFileManager()->GetDeserializedConstantPool(jsPandaFil… in GetDeserializedConstantPool()
89 constpool = GetDeserializedConstantPool(vm, jsPandaFile, index); in CreateConstPool()380 …static JSHandle<ConstantPool> GetDeserializedConstantPool(EcmaVM *vm, const JSPandaFile *jsPandaFi…
153 … JSHandle<JSTaggedValue> GetDeserializedConstantPool(const JSPandaFile *jsPandaFile, int32_t cpID);
341 JSHandle<JSTaggedValue> AOTFileManager::GetDeserializedConstantPool(const JSPandaFile *jsPandaFile,… in GetDeserializedConstantPool() function in panda::ecmascript::AOTFileManager