Home
last modified time | relevance | path

Searched defs:indexHeader (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h109 panda_file::File::IndexHeader *indexHeader = GetIndexHeader(); in GetEntityId() local
117 panda_file::File::IndexHeader *indexHeader = GetIndexHeader(); in GetMethodIndexByEntityId() local
128 inline void SetIndexHeader(const panda_file::File::IndexHeader *indexHeader) in SetIndexHeader()
Djs_pandafile.h230 …an<const panda_file::File::EntityId> GetMethodIndex(const panda_file::File::IndexHeader *indexHead… in GetMethodIndex()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp235 JSTaggedType indexHeader = JSTaggedValue(index).GetRawData(); in WriteToFile() local