Home
last modified time | relevance | path

Searched refs:aotFileManager (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.cpp128 auto aotFileManager = vm->GetAOTFileManager(); in GetDeserializedConstantPool() local
129 auto constantPool = aotFileManager->GetDeserializedConstantPool(jsPandaFile, cpID); in GetDeserializedConstantPool()
/arkcompiler/ets_runtime/ecmascript/
H A Dshared_object_factory.cpp194 auto aotFileManager = thread_->GetEcmaVM()->GetAOTFileManager(); in NewSMethod() local
195 aotFileManager->SetAOTFuncEntry(jsPandaFile, nullptr, *method, entryIndex, canFastCall); in NewSMethod()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp1425 AOTFileManager *aotFileManager = vm_->GetAOTFileManager(); in AddRootObjectToAOTFileManager() local
1426 aotFileManager->ParseDeserializedData(fileName, root_); in AddRootObjectToAOTFileManager()

Completed in 6 milliseconds