Searched refs:newConstpool (Results 1 – 3 of 3) sorted by relevance
102 …JSHandle<ConstantPool> newConstpool = thread->GetCurrentEcmaContext()->FindOrCreateConstPool(jsPan… in Create() local103 method->SetConstantPool(thread, newConstpool); in Create()
403 JSHandle<ConstantPool> newConstpool = ConstantPool::CreateConstPool(vm_, jsPandaFile, id); in FindOrCreateConstPool() local404 AddConstpool(jsPandaFile, newConstpool.GetTaggedValue(), index); in FindOrCreateConstPool()405 return newConstpool; in FindOrCreateConstPool()
196 JSHandle<ConstantPool> newConstpool = thread->GetCurrentEcmaContext()->FindOrCreateConstPool( in CheckAndGetPatch() local198 method->SetConstantPool(thread, newConstpool); in CheckAndGetPatch()