Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp158 …instance->GetJSThread()->GetCurrentEcmaContext()->AddConstpool(pf1.get(), constpool1.GetTaggedValu… in HWTEST_F_L0()
159 …instance->GetJSThread()->GetCurrentEcmaContext()->AddConstpool(pf2.get(), constpool2.GetTaggedValu… in HWTEST_F_L0()
168 …instance1->GetJSThread()->GetCurrentEcmaContext()->AddConstpool(pf1.get(), constpool1.GetTaggedVal… in HWTEST_F_L0()
198 … vm->GetJSThread()->GetCurrentEcmaContext()->AddConstpool(pf.get(), constpool.GetTaggedValue(), 0); in CreateJSPandaFileAndConstpool()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp404 AddConstpool(jsPandaFile, newConstpool.GetTaggedValue(), index); in FindOrCreateConstPool()
420 AddConstpool(jsPandaFile, constpool.GetTaggedValue(), index++); in CreateAllConstpool()
424 void EcmaContext::AddConstpool(const JSPandaFile *jsPandaFile, JSTaggedValue constpool, int32_t ind… in AddConstpool() function in panda::ecmascript::EcmaContext
Decma_context.h196 void AddConstpool(const JSPandaFile *jsPandaFile, JSTaggedValue constpool, int32_t index = 0);
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp117 … vm->GetJSThread()->GetCurrentEcmaContext()->AddConstpool(jsPandaFile, constpool.GetTaggedValue()); in GenerateProgram()