Searched refs:AddConstpool (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | js_pandafile_manager_test.cpp | 158 …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/ |
| D | ecma_context.cpp | 404 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
|
| D | ecma_context.h | 196 void AddConstpool(const JSPandaFile *jsPandaFile, JSTaggedValue constpool, int32_t index = 0);
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | panda_file_translator.cpp | 117 … vm->GetJSThread()->GetCurrentEcmaContext()->AddConstpool(jsPandaFile, constpool.GetTaggedValue()); in GenerateProgram()
|