Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.cpp126 int32_t cpID) in GetDeserializedConstantPool()
129 auto constantPool = aotFileManager->GetDeserializedConstantPool(jsPandaFile, cpID); in GetDeserializedConstantPool()
125 GetDeserializedConstantPool(EcmaVM *vm, const JSPandaFile *jsPandaFile, int32_t cpID) GetDeserializedConstantPool() argument
H A Dprogram_object.h738 EcmaVM *vm, const JSPandaFile *jsPandaFile, int32_t cpID);
/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() argument
581 auto iter = cpMap.find(cpID); in GetDeserializedConstantPool()
583 LOG_COMPILER(FATAL) << "can not find deserialized constantpool in anFileInfo, constantPoolID is " << cpID; in GetDeserializedConstantPool()

Completed in 4 milliseconds