Home
last modified time | relevance | path

Searched refs:AddOrUpdateConstpool (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp160 constpool1 = context->AddOrUpdateConstpool(pf1.get(), constpool1, 0); in HWTEST_F_L0()
161 constpool2 = context->AddOrUpdateConstpool(pf2.get(), constpool2, 0); in HWTEST_F_L0()
206 constpool = context->AddOrUpdateConstpool(pf.get(), constpool, 0); in CreateJSPandaFileAndConstpool()
/arkcompiler/ets_runtime/ecmascript/
Druntime.h148 JSHandle<ConstantPool> AddOrUpdateConstpool(const JSPandaFile *jsPandaFile,
Decma_context.cpp594 JSHandle<ConstantPool> EcmaContext::AddOrUpdateConstpool(const JSPandaFile *jsPandaFile, in AddOrUpdateConstpool() function in panda::ecmascript::EcmaContext
598 constpool = Runtime::GetInstance()->AddOrUpdateConstpool(jsPandaFile, constpool, index); in AddOrUpdateConstpool()
675 newSConstpool = AddOrUpdateConstpool(jsPandaFile, newSConstpool, index); in FindOrCreateConstPool()
696 sconstpool = AddOrUpdateConstpool(jsPandaFile, sconstpool, index); in CreateAllConstpool()
Druntime.cpp283 JSHandle<ConstantPool> Runtime::AddOrUpdateConstpool(const JSPandaFile *jsPandaFile, in AddOrUpdateConstpool() function in panda::ecmascript::Runtime
Decma_context.h261 JSHandle<ConstantPool> AddOrUpdateConstpool(const JSPandaFile *jsPandaFile,
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp157 sconstpool = context->AddOrUpdateConstpool(jsPandaFile, sconstpool); in GenerateProgram()