Searched defs:subTable (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DageTable.cpp69 void ageTable::merge(ageTable* subTable) { argument
71 sizes[i]+= subTable->sizes[i];
75 void ageTable::merge_par(ageTable* subTable) { argument
77 Atomic::add_ptr(subTable->sizes[i], &sizes[i]);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Font.cpp1340 SUBTABLE subTable; local
1341 (void) GetData(offsetFormat4, &subTable, sizeof(SUBTABLE));
1342 SwapShort(subTable.format);
1343 SwapShort(subTable.segCountX2);
1344 DASSERT(subTable.format == 4);
1346 m_cSegCount = subTable.segCountX2/2;

Completed in 85 milliseconds