Searched refs:sectionInfo (Results 1 - 2 of 2) sorted by relevance

/gem5/src/gpu-compute/
H A Dbrig_object.cc86 assert(offs <= sectionInfo[sec].size);
88 return sectionInfo[sec].ptr + offs;
436 sectionInfo[i].ptr = nullptr;
449 sectionInfo[sec_idx].ptr = new uint8_t[sec_hdr->byteCount];
450 memcpy(sectionInfo[sec_idx].ptr, sec_hdr_byte_ptr, sec_hdr->byteCount);
451 sectionInfo[sec_idx].size = sec_hdr->byteCount;
455 (BrigSectionHeader*)sectionInfo[CodeSectionIndex].ptr;
463 getCodeSectionEntry(sectionInfo[CodeSectionIndex].size),
474 if (sectionInfo[i].ptr)
475 delete[] sectionInfo[
[all...]
H A Dbrig_object.hh82 SectionInfo sectionInfo[NumSectionIndices]; member in class:final

Completed in 13 milliseconds