Home
last modified time | relevance | path

Searched defs:AOTFileManager (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.h33 class AOTFileManager; variable
/arkcompiler/ets_runtime/ecmascript/
Decma_context.h62 class AOTFileManager; variable
610 friend class AOTFileManager; variable
Decma_vm.h82 class AOTFileManager; variable
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp474 AOTFileManager::AOTFileManager(EcmaVM *vm) : vm_(vm), factory_(vm->GetFactory()) in AOTFileManager() function in panda::ecmascript::AOTFileManager