Searched refs:pathToSource (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ |
H A D | debugInfoDeserializer.cpp | 72 util::StringView pathToSource, util::StringView classDeclName) in CreateIrClass() 74 LOG(DEBUG, ES2PANDA) << "DebugInfoDeserializer::CreateIrClass " << classDeclName << " in " << pathToSource; in CreateIrClass() local 77 const auto *pf = debugInfoPlugin_.GetDebugInfoStorage()->GetPandaFile(pathToSource.Utf8()); in CreateIrClass() 134 util::StringView pathToSource, in CreateIrGlobalVariable() 142 const auto *pf = debugInfoStorage->GetPandaFile(pathToSource.Utf8()); in CreateIrGlobalVariable() 147 auto *cda = debugInfoStorage->GetGlobalClassAccessor(pathToSource.Utf8()); in CreateIrGlobalVariable() 178 util::StringView pathToSource, in CreateIrGlobalMethods() 185 auto *cda = debugInfoPlugin_.GetDebugInfoStorage()->GetGlobalClassAccessor(pathToSource.Utf8()); in CreateIrGlobalMethods() 71 CreateIrClass(panda_file::File::EntityId classId, parser::Program *program, util::StringView pathToSource, util::StringView classDeclName) CreateIrClass() argument 133 CreateIrGlobalVariable(parser::Program *program, util::StringView pathToSource, util::StringView varDeclName) CreateIrGlobalVariable() argument 176 CreateIrGlobalMethods(ArenaVector<ir::AstNode *> &createdMethods, parser::Program *program, util::StringView pathToSource, util::StringView methodDeclName) CreateIrGlobalMethods() argument
|
H A D | debugInfoDeserializer.h | 57 util::StringView pathToSource, util::StringView classDeclName); 63 varbinder::Variable *CreateIrGlobalVariable(parser::Program *program, util::StringView pathToSource, 67 util::StringView pathToSource, util::StringView methodDeclName);
|
Completed in 1 milliseconds