HomeSort by: relevance | last modified time | path
    Searched defs:save_in_use_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ggc-page.cc 581 #define save_in_use_p(__p) \
1840 /* Merge the SAVE_IN_USE_P and IN_USE_P arrays in P so that IN_USE_P
1856 /* Combine the IN_USE_P and SAVE_IN_USE_P arrays. */
1866 p->in_use_p[i] |= save_in_use_p (p)[i];
1901 if (! save_in_use_p (p))
1902 save_in_use_p (p) = XNEWVAR (unsigned long, bitmap_size);
1903 memcpy (save_in_use_p (p), p->in_use_p, bitmap_size);
2171 do this check before sweep_pages merges save_in_use_p. */
579 #define save_in_use_p macro
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-page.cc 581 #define save_in_use_p(__p) \
1836 /* Merge the SAVE_IN_USE_P and IN_USE_P arrays in P so that IN_USE_P
1852 /* Combine the IN_USE_P and SAVE_IN_USE_P arrays. */
1862 p->in_use_p[i] |= save_in_use_p (p)[i];
1897 if (! save_in_use_p (p))
1898 save_in_use_p (p) = XNEWVAR (unsigned long, bitmap_size);
1899 memcpy (save_in_use_p (p), p->in_use_p, bitmap_size);
2167 do this check before sweep_pages merges save_in_use_p. */
579 #define save_in_use_p macro

Completed in 26 milliseconds