Home
last modified time | relevance | path

Searched refs:CreateAndVerifyJSPandaFile (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler_preprocessor.h232 std::shared_ptr<JSPandaFile> CreateAndVerifyJSPandaFile(const std::string &fileName);
Daot_compiler_preprocessor.cpp272 std::shared_ptr<JSPandaFile> jsPandaFile = CreateAndVerifyJSPandaFile(extendedFilePath); in GenerateAbcFileInfos()
309 std::shared_ptr<JSPandaFile> AotCompilerPreprocessor::CreateAndVerifyJSPandaFile(const std::string … in CreateAndVerifyJSPandaFile() function in panda::ecmascript::kungfu::AotCompilerPreprocessor