Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h90 static JSHandle<ConstantPool> CreateConstPool(EcmaVM *vm, const JSPandaFile *jsPandaFile, in CreateConstPool() function
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp134 …JSHandle<ConstantPool> constpool = ConstantPool::CreateConstPool(thread_->GetEcmaVM(), jsPandaFile… in DeserializeConstPool()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp488 JSHandle<ConstantPool> newConstpool = ConstantPool::CreateConstPool(vm_, jsPandaFile, id); in FindOrCreateConstPool()