Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsample_reader-inl.h134 const char *currentModulePtr = moduleRowPtrs_[moduleRowCounter_]; in GetNextModule() local
135 moduleOut->ptr = ReadUintptrTBitMisaligned(&currentModulePtr[PANDA_FILE_POINTER_OFFSET]); in GetNextModule()
136 moduleOut->checksum = ReadUint32TBitMisaligned(&currentModulePtr[PANDA_FILE_CHECKSUM_OFFSET]); in GetNextModule()
137 size_t strSize = ReadUintptrTBitMisaligned(&currentModulePtr[PANDA_FILE_NAME_SIZE_OFFSET]); in GetNextModule()
138 const char *strPtr = &currentModulePtr[PANDA_FILE_NAME_OFFSET]; in GetNextModule()