Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.cpp669 JSHandle<ConstantPool> newSConstpool; in FindOrCreateConstPool() local
671 newSConstpool = ConstantPool::CreateSharedConstPoolForAOT(vm_, newConstpool, index); in FindOrCreateConstPool()
673 newSConstpool = ConstantPool::CreateSharedConstPool(vm_, jsPandaFile, id, index); in FindOrCreateConstPool()
675 newSConstpool = AddOrUpdateConstpool(jsPandaFile, newSConstpool, index); in FindOrCreateConstPool()
676 SetUnsharedConstpool(newSConstpool, newConstpool.GetTaggedValue()); in FindOrCreateConstPool()
677 return newSConstpool; in FindOrCreateConstPool()

Completed in 4 milliseconds