Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h123 panda_file::File::IndexHeader *indexHeader = GetIndexHeader(); in GetEntityId() local
124 Span<const panda_file::File::EntityId> indexs = jsPandaFile->GetMethodIndex(indexHeader); in GetEntityId()
131 panda_file::File::IndexHeader *indexHeader = GetIndexHeader(); in GetMethodIndexByEntityId() local
132 Span<const panda_file::File::EntityId> indexs = jsPandaFile->GetMethodIndex(indexHeader); in GetMethodIndexByEntityId()
142 inline void SetIndexHeader(const panda_file::File::IndexHeader *indexHeader) in SetIndexHeader() argument
144 Barriers::SetPrimitive(GetData(), GetIndexHeaderOffset(), indexHeader); in SetIndexHeader()
Djs_pandafile.h275 … panda_file::File::EntityId> GetMethodIndex(const panda_file::File::IndexHeader *indexHeader) const in GetMethodIndex() argument
277 return pf_->GetMethodIndex(indexHeader); in GetMethodIndex()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp238 JSTaggedType indexHeader = JSTaggedValue(index).GetRawData(); in WriteToFile() local
239 writer.write(reinterpret_cast<char *>(&indexHeader), headerSize); in WriteToFile()