Searched refs:GetIndexHeaders (Results 1 – 8 of 8) sorted by relevance
31 for (const auto &header : panda_file.GetIndexHeaders()) { in FieldDataAccessorFuzzTest()
30 for (const auto &header : panda_file.GetIndexHeaders()) { in MethodDataAccessorFuzzTest()
32 for (const auto &header : panda_file.GetIndexHeaders()) { in CodeDataAccessorFuzzTest()
31 for (const auto &header : panda_file.GetIndexHeaders()) { in DebugInfoDataAccessorFuzzTest()
34 const auto *header = &(pf.GetIndexHeaders()[header_index_]); in IndexAccessor()
202 Span<const IndexHeader> GetIndexHeaders() const in GetIndexHeaders() function215 auto headers = GetIndexHeaders(); in GetIndexHeader()
986 auto index_headers = file_->GetIndexHeaders(); in ReadIndexHeaders()
413 auto headers = jsPandaFile->GetPandaFile()->GetIndexHeaders(); in CreateAllConstpool()