Home
last modified time | relevance | path

Searched refs:header_index_ (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dindex_accessor.h32 header_index_ = access_flags_ >> (FUNTION_KIND_WIDTH + FLAG_WIDTH); in IndexAccessor()
34 const auto *header = &(pf.GetIndexHeaders()[header_index_]); in IndexAccessor()
53 return header_index_; in GetHeaderIndex()
64 uint16_t header_index_; variable