Searched refs:typeI64_4Builder (Results 1 – 3 of 3) sorted by relevance
112 Type::Builder typeI64_4Builder(mRS, Element::I64_4(mRS)); in createSignedAllocations() local113 typeI64_4Builder.setX(1); in createSignedAllocations()114 typeI64_4Builder.setY(6); in createSignedAllocations()119 mLong4Allocation = Allocation::createTyped(mRS, typeI64_4Builder.create()); in createSignedAllocations()
116 Type::Builder typeI64_4Builder(mRS, Element::I64_4(mRS)); in createSignedAllocations() local117 typeI64_4Builder.setX(1); in createSignedAllocations()118 typeI64_4Builder.setY(6); in createSignedAllocations()123 mLong4Allocation = Allocation::createTyped(mRS, typeI64_4Builder.create()); in createSignedAllocations()
161 Type.Builder typeI64_4Builder = new Type.Builder(mRS, Element.I64_4(mRS)); in createSignedAllocations() local162 typeI64_4Builder.setX(1); in createSignedAllocations()163 typeI64_4Builder.setY(6); in createSignedAllocations()171 mLong4Allocation = Allocation.createTyped(mRS, typeI64_4Builder.create()); in createSignedAllocations()