Home
last modified time | relevance | path

Searched refs:CreateUnSharedConstPool (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h112 … static JSHandle<ConstantPool> CreateUnSharedConstPool(EcmaVM *vm, const JSPandaFile *jsPandaFile, in CreateUnSharedConstPool() function
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp668 … JSHandle<ConstantPool> newConstpool = ConstantPool::CreateUnSharedConstPool(vm_, jsPandaFile, id); in FindOrCreateConstPool()