Home
last modified time | relevance | path

Searched defs:index_header (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile.h229 Span<const EntityId> GetClassIndex(const IndexHeader *index_header) const in GetClassIndex()
245 auto *index_header = GetIndexHeader(id); in GetClassIndex() local
249 Span<const EntityId> GetMethodIndex(const IndexHeader *index_header) const in GetMethodIndex()
265 auto *index_header = GetIndexHeader(id); in GetMethodIndex() local
269 Span<const EntityId> GetFieldIndex(const IndexHeader *index_header) const in GetFieldIndex()
285 auto *index_header = GetIndexHeader(id); in GetFieldIndex() local
289 Span<const EntityId> GetProtoIndex(const IndexHeader *index_header) const in GetProtoIndex()
305 auto *index_header = GetIndexHeader(id); in GetProtoIndex() local
/arkcompiler/runtime_core/verifier/
Dverifier.cpp161 for (const auto &index_header : index_headers) { in GetConstantPoolIds() local