Home
last modified time | relevance | path

Searched refs:GetDeserializedConstantPool (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.cpp19 JSHandle<ConstantPool> ConstantPool::GetDeserializedConstantPool(EcmaVM *vm, const JSPandaFile *jsP… in GetDeserializedConstantPool() function in panda::ecmascript::ConstantPool
23 …return JSHandle<ConstantPool>(context->GetAOTFileManager()->GetDeserializedConstantPool(jsPandaFil… in GetDeserializedConstantPool()
Dprogram_object.h89 constpool = GetDeserializedConstantPool(vm, jsPandaFile, index); in CreateConstPool()
380 …static JSHandle<ConstantPool> GetDeserializedConstantPool(EcmaVM *vm, const JSPandaFile *jsPandaFi…
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.h153 … JSHandle<JSTaggedValue> GetDeserializedConstantPool(const JSPandaFile *jsPandaFile, int32_t cpID);
Daot_file_manager.cpp341 JSHandle<JSTaggedValue> AOTFileManager::GetDeserializedConstantPool(const JSPandaFile *jsPandaFile,… in GetDeserializedConstantPool() function in panda::ecmascript::AOTFileManager