Searched refs:structDecorations (Results 1 – 1 of 1) sorted by relevance
2432 Decorations structDecorations = {}; in EmitArrayLength() local2433 ApplyDecorationsForIdMember(&structDecorations, structPtrTy.element, arrayFieldIdx); in EmitArrayLength()2434 ASSERT(structDecorations.HasOffset); in EmitArrayLength()2436 auto arrayBase = structBase + structDecorations.Offset; in EmitArrayLength()