Home
last modified time | relevance | path

Searched refs:SetUnsharedConstpool (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp524 SetUnsharedConstpool(constpoolIndex, unsharedConstpool); in FindOrCreateUnsharedConstpool()
534 SetUnsharedConstpool(constpoolIndex, JSTaggedValue::Hole()); in EraseUnusedConstpool()
615 void EcmaContext::SetUnsharedConstpool(JSHandle<ConstantPool> sharedConstpool, JSTaggedValue unshar… in SetUnsharedConstpool() function in panda::ecmascript::EcmaContext
618 SetUnsharedConstpool(constpoolIndex, unsharedConstpool); in SetUnsharedConstpool()
621 void EcmaContext::SetUnsharedConstpool(int32_t constpoolIndex, JSTaggedValue unsharedConstpool) in SetUnsharedConstpool() function in panda::ecmascript::EcmaContext
676 SetUnsharedConstpool(newSConstpool, newConstpool.GetTaggedValue()); in FindOrCreateConstPool()
702 SetUnsharedConstpool(sconstpool, constpool.GetTaggedValue()); in CreateAllConstpool()
Decma_context.h274 …void SetUnsharedConstpool(JSHandle<ConstantPool> sharedConstpool, JSTaggedValue unsharedConstpool);
275 void SetUnsharedConstpool(int32_t constpoolIndex, JSTaggedValue unsharedConstpool);
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp208 context->SetUnsharedConstpool(constpool, newConstpool.GetTaggedValue()); in CreateJSPandaFileAndConstpool()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp158 context->SetUnsharedConstpool(sconstpool, unsharedConstpool.GetTaggedValue()); in GenerateProgram()