Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/public/
Dpublic.h42 std::string sourceFileName; member
Des2panda_lib.cpp434 res->sourceFileName = fileName; in CreateContext()
437 … res->sourceFile = new SourceFile(res->sourceFileName, res->input, cfg->options->ParseModule()); in CreateContext()
471 …rn "C" es2panda_Context *CreateContextFromFile(es2panda_Config *config, char const *sourceFileName) in CreateContextFromFile() argument
474 inputStream.open(sourceFileName); in CreateContextFromFile()
478 res->errorMessage.append(sourceFileName); in CreateContextFromFile()
486 res->errorMessage.append(sourceFileName); in CreateContextFromFile()
489 return CreateContext(config, ss.str(), sourceFileName); in CreateContextFromFile()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1469 const std::string &sourceFileName = debugExtractor->GetSourceFile(methodId); in TypeCheck() local
1475 … LOG_COMPILER(ERROR) << "[TypeAssertion] [" << sourceFileName << ":" << functionName << "] begin:"; in TypeCheck()
1530 const std::string &sourceFileName = debugExtractor->GetSourceFile(methodId); in PGOTypeCheck() local
1536 …LOG_COMPILER(ERROR) << "[PGOTypeAssertion] [" << sourceFileName << ":" << functionName << "] begin… in PGOTypeCheck()