Searched refs:AddOrUpdateConstpool (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | js_pandafile_manager_test.cpp | 160 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/ |
| D | runtime.h | 148 JSHandle<ConstantPool> AddOrUpdateConstpool(const JSPandaFile *jsPandaFile,
|
| D | ecma_context.cpp | 594 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()
|
| D | runtime.cpp | 283 JSHandle<ConstantPool> Runtime::AddOrUpdateConstpool(const JSPandaFile *jsPandaFile, in AddOrUpdateConstpool() function in panda::ecmascript::Runtime
|
| D | ecma_context.h | 261 JSHandle<ConstantPool> AddOrUpdateConstpool(const JSPandaFile *jsPandaFile,
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | panda_file_translator.cpp | 157 sconstpool = context->AddOrUpdateConstpool(jsPandaFile, sconstpool); in GenerateProgram()
|