Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h79 … const panda_file::File::IndexHeader *mainIndex = jsPandaFile->GetPandaFile()->GetIndexHeader(id); in CreateConstPool() local
80 LOG_ECMA_IF(mainIndex == nullptr, FATAL) << "Unknown methodId: " << id.GetOffset(); in CreateConstPool()
81 auto constpoolSize = mainIndex->method_idx_size; in CreateConstPool()
101 constpool->SetIndexHeader(mainIndex); in CreateConstPool()