Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h337 aotCodeCommentFilePath = aotCodeCommentFile; in SetEmitAotCodeCommentFile()
342 return aotCodeCommentFilePath; in GetEmitAotCodeCommentFile()
900 std::string aotCodeCommentFilePath = ""; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp832 std::string aotCodeCommentFilePath = ""; in GenAotCodeCommentFileName() local
834 aotCodeCommentFilePath = dirPath + "aot_code_comment_" + prefix + ".txt"; in GenAotCodeCommentFileName()
835 SetAotCodeCommentFile(aotCodeCommentFilePath); in GenAotCodeCommentFileName()
839 return aotCodeCommentFilePath; in GenAotCodeCommentFileName()