Searched defs:fieldSize (Results 1 – 4 of 4) sorted by relevance
41 constexpr size_t fieldSize = 8; in GetField() local297 constexpr size_t fieldSize = 8; // 8 : bytes per field in VisitCreateObjectWithBuffer() local
60 void BaseSerializer::WriteMultiRawData(uintptr_t beginAddr, size_t fieldSize) in WriteMultiRawData()
589 void CheckForObjectCandidates(T *inst, uint8_t fieldSize, size_t fieldOffset) in CheckForObjectCandidates()635 auto fieldSize = GetTypeByteSize(inst->GetType(), graph_->GetArch()); in HandleObjectAccess() local
1490 [[maybe_unused]] size_t fieldSize = GetTypeSize(inst->GetType(), graph->GetArch()) / BYTE_SIZE; in CheckUserOfInt32() local1580 [[maybe_unused]] size_t fieldSize = GetTypeSize(inst->GetType(), graph->GetArch()) / BYTE_SIZE; in CheckUserOfInt32() local