Home
last modified time | relevance | path

Searched defs:sourceFilePath (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/
Dtest_debug_info.cpp47 auto sourceFilePath = extractor.GetSourceFile(methods[0]); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
DevaluateContext.h59 util::StringView sourceFilePath; member
DdebugInfoStorage.h50 std::string_view sourceFilePath; member
DscopedDebugInfoPlugin.cpp404 … debugInfoStorage_.EnumerateContextFiles([this](auto sourceFilePath, auto, auto, auto moduleName) { in CreateContextPrograms() argument
410 parser::Program *ScopedDebugInfoPlugin::CreateEmptyProgram(std::string_view sourceFilePath, std::st… in CreateEmptyProgram()
DdebugInfoStorage.cpp157 …util::UString sourceFilePath(std::string_view(context.extractor->GetSourceFile(methodId)), allocat… in FillEvaluateContext() local
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
DinheritanceResolution.cpp75 std::string_view sourceFilePath; member
/arkcompiler/ets_frontend/ets2panda/parser/program/
Dprogram.h185 void SetSource(const util::StringView &sourceCode, const util::StringView &sourceFilePath, in SetSource()
/arkcompiler/ets_frontend/ets2panda/util/
Doptions.cpp176 static void GenerateEvaluationWrapper(std::string_view sourceFilePath, std::ifstream &input, std::s… in GenerateEvaluationWrapper()