Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile.h210 const IndexHeader *GetIndexHeader(EntityId id) const in GetIndexHeader() function
240 auto *index_header = GetIndexHeader(id); in GetClassIndex()
259 auto *index_header = GetIndexHeader(id); in GetMethodIndex()
278 auto *index_header = GetIndexHeader(id); in GetFieldIndex()
297 auto *index_header = GetIndexHeader(id); in GetProtoIndex()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h79 … const panda_file::File::IndexHeader *mainIndex = jsPandaFile->GetPandaFile()->GetIndexHeader(id); in CreateConstPool()
109 panda_file::File::IndexHeader *indexHeader = GetIndexHeader(); in GetEntityId()
117 panda_file::File::IndexHeader *indexHeader = GetIndexHeader(); in GetMethodIndexByEntityId()
133 inline panda_file::File::IndexHeader *GetIndexHeader() const in GetIndexHeader() function