Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.h152 void AddConstantPool(const CString &snapshotFileName, JSTaggedValue deserializedCPList);
Daot_file_manager.cpp323 void AOTFileManager::AddConstantPool(const CString &snapshotFileName, JSTaggedValue deserializedCPL… in AddConstantPool() function in panda::ecmascript::AOTFileManager
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1427 …vm_->GetJSThread()->GetCurrentEcmaContext()->GetAOTFileManager()->AddConstantPool(fileName_, item); in HandleRootObject()