Home | History | Annotate | Download | only in runtime

Lines Matching defs:structures

163     printf("Number of live Structures: %d\n", liveStructureSet.size());
164 printf("Number of Structures using the single item optimization for transition map: %d\n", numberUsingSingleSlot);
165 printf("Number of Structures that are leaf nodes: %d\n", numberLeaf);
166 printf("Number of Structures that singletons: %d\n", numberSingletons);
167 printf("Number of Structures with PropertyMaps: %d\n", numberWithPropertyMaps);
169 printf("Size of a single Structures: %d\n", static_cast<unsigned>(sizeof(Structure)));
248 Vector<Structure*, 8> structures;
249 structures.append(this);
263 structures.append(structure);
269 for (ptrdiff_t i = structures.size() - 2; i >= 0; --i) {
270 structure = structures[i];