Searched refs:SetUnsharedConstpool (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_context.cpp | 524 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()
|
| D | ecma_context.h | 274 …void SetUnsharedConstpool(JSHandle<ConstantPool> sharedConstpool, JSTaggedValue unsharedConstpool); 275 void SetUnsharedConstpool(int32_t constpoolIndex, JSTaggedValue unsharedConstpool);
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | js_pandafile_manager_test.cpp | 208 context->SetUnsharedConstpool(constpool, newConstpool.GetTaggedValue()); in CreateJSPandaFileAndConstpool()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | panda_file_translator.cpp | 158 context->SetUnsharedConstpool(sconstpool, unsharedConstpool.GetTaggedValue()); in GenerateProgram()
|