Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.cpp125 JSHandle<JSTaggedValue> ConstantPool::GetDeserializedConstantPool(EcmaVM *vm, const JSPandaFile *jsPandaFile, in GetDeserializedConstantPool() function in panda::ecmascript::ConstantPool
129 auto constantPool = aotFileManager->GetDeserializedConstantPool(jsPandaFile, cpID); in GetDeserializedConstantPool()
H A Dprogram_object.h125 constpool = GetDeserializedConstantPool(vm, jsPandaFile, index); in CreateUnSharedConstPool()
156 constpool = GetDeserializedConstantPool(vm, jsPandaFile, cpId); in CreateUnSharedConstPoolBySharedConstpool()
737 static JSHandle<JSTaggedValue> GetDeserializedConstantPool(
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.h194 JSHandle<JSTaggedValue> GetDeserializedConstantPool(const JSPandaFile* jsPandaFile, int32_t cpID);
H A Daot_file_manager.cpp560 JSHandle<JSTaggedValue> AOTFileManager::GetDeserializedConstantPool(const JSPandaFile *jsPandaFile, int32_t cpID) in GetDeserializedConstantPool() function in panda::ecmascript::AOTFileManager

Completed in 9 milliseconds