Home
last modified time | relevance | path

Searched refs:newConstpool (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp102 …JSHandle<ConstantPool> newConstpool = thread->GetCurrentEcmaContext()->FindOrCreateConstPool(jsPan… in Create() local
103 method->SetConstantPool(thread, newConstpool); in Create()
Decma_context.cpp403 JSHandle<ConstantPool> newConstpool = ConstantPool::CreateConstPool(vm_, jsPandaFile, id); in FindOrCreateConstPool() local
404 AddConstpool(jsPandaFile, newConstpool.GetTaggedValue(), index); in FindOrCreateConstPool()
405 return newConstpool; in FindOrCreateConstPool()
/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp196 JSHandle<ConstantPool> newConstpool = thread->GetCurrentEcmaContext()->FindOrCreateConstPool( in CheckAndGetPatch() local
198 method->SetConstantPool(thread, newConstpool); in CheckAndGetPatch()