Home
last modified time | relevance | path

Searched refs:CreateAllConstpool (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_context.h208 void CreateAllConstpool(const JSPandaFile *jsPandaFile);
Decma_context.cpp411 void EcmaContext::CreateAllConstpool(const JSPandaFile *jsPandaFile) in CreateAllConstpool() function in panda::ecmascript::EcmaContext
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp59 thread->GetCurrentEcmaContext()->CreateAllConstpool(patchFile); in LoadPatchInternal()