Searched refs:kElementSize (Results 1 – 4 of 4) sorted by relevance
103 static constexpr size_t kElementSize = sizeof(ResourceType *); variable117 memset(mFlatResources, kInvalidPointer, mFlatResourcesSize * kElementSize); in ResourceMap()184 (newSize - mFlatResourcesSize) * kElementSize); in assign()185 memcpy(mFlatResources, oldResources, mFlatResourcesSize * kElementSize); in assign()250 memset(mFlatResources, kInvalidPointer, kInitialFlatResourcesSize * kElementSize); in clear()
113 auto element_size = Parameter<Smi>(Descriptor::kElementSize); in TF_BUILTIN()
811 TFS(WasmAllocateArrayWithRtt, kMap, kLength, kElementSize) \
297 constexpr int8_t kElementSize[] = { in element_size_bytes() local304 int size = kElementSize[kind()]; in element_size_bytes()