Home
last modified time | relevance | path

Searched refs: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
110 Span<const panda_file::File::EntityId> indexs = jsPandaFile->GetMethodIndex(indexHeader); in GetEntityId()
117 panda_file::File::IndexHeader *indexHeader = GetIndexHeader(); in GetMethodIndexByEntityId() local
118 Span<const panda_file::File::EntityId> indexs = jsPandaFile->GetMethodIndex(indexHeader); in GetMethodIndexByEntityId()
128 inline void SetIndexHeader(const panda_file::File::IndexHeader *indexHeader) in SetIndexHeader() argument
130 Barriers::SetPrimitive(GetData(), GetIndexHeaderOffset(), indexHeader); in SetIndexHeader()
Djs_pandafile.h230 … panda_file::File::EntityId> GetMethodIndex(const panda_file::File::IndexHeader *indexHeader) const in GetMethodIndex() argument
232 return pf_->GetMethodIndex(indexHeader); in GetMethodIndex()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp235 JSTaggedType indexHeader = JSTaggedValue(index).GetRawData(); in WriteToFile() local
236 writer.write(reinterpret_cast<char *>(&indexHeader), headerSize); in WriteToFile()