Home
last modified time | relevance | path

Searched refs:cpID (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.cpp20 int32_t cpID) in GetDeserializedConstantPool() argument
23 …Handle<ConstantPool>(context->GetAOTFileManager()->GetDeserializedConstantPool(jsPandaFile, cpID)); in GetDeserializedConstantPool()
Dprogram_object.h380 …onstantPool> GetDeserializedConstantPool(EcmaVM *vm, const JSPandaFile *jsPandaFile, int32_t cpID);
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp341 …gedValue> AOTFileManager::GetDeserializedConstantPool(const JSPandaFile *jsPandaFile, int32_t cpID) in GetDeserializedConstantPool() argument
351 auto iter = cpMap.find(cpID); in GetDeserializedConstantPool()
353 …PILER(FATAL) << "can not find deserialized constantpool in anFileInfo, constantPoolID is " << cpID; in GetDeserializedConstantPool()
Daot_file_manager.h153 … JSHandle<JSTaggedValue> GetDeserializedConstantPool(const JSPandaFile *jsPandaFile, int32_t cpID);
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h724 CVector<JSTaggedType>& GetSnapshotValVector(int32_t cpID) in GetSnapshotValVector() argument
726 return snapshotVals_[cpID]; in GetSnapshotValVector()