Lines Matching defs:pandaFile
272 auto &pandaFile = *jsPandaFile_->GetPandaFile();
273 MethodDataAccessor mda(pandaFile, methodId);
275 ASSERT(classId.IsValid() && !pandaFile.IsExternal(classId));
276 ClassDataAccessor cda(pandaFile, classId);
283 ExtractorMethodDebugInfo(pandaFile, sourceFileId, debugInfoId, offset);
287 void DebugInfoExtractor::ExtractorMethodDebugInfo(const panda_file::File &pandaFile,
292 DebugInfoDataAccessor dda(pandaFile, debugInfoId.value());
294 LineProgramState state(pandaFile, sourceFileId.value_or(panda_file::File::EntityId(0)), dda.GetLineStart(),
319 auto &pandaFile = *jsPandaFile_->GetPandaFile();
328 ClassDataAccessor cda(pandaFile, classId);
352 ExtractorMethodDebugInfo(pandaFile, sourceFileId, debugInfoId, offset);