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

  /src/external/gpl3/gcc/dist/gcc/
symbol-summary.h 247 bool m_ggc; variable
253 return m_ggc;
274 m_ggc (ggc), m_map (13, ggc, true, GATHER_STATISTICS PASS_MEM_STAT) {}
321 gcc_checking_assert (summary->m_ggc);
683 m_ggc (ggc), m_map (13, ggc, true, GATHER_STATISTICS PASS_MEM_STAT) {}
743 bool m_ggc; variable
749 return m_ggc;
804 gcc_checking_assert (summary->m_ggc);
mem-stats.h 47 (origin), m_ggc (ggc) {}
53 m_origin (other.m_origin), m_ggc (other.m_ggc) {}
123 bool m_ggc; member in class:mem_location
215 get_percent (m_times, total.m_times), loc->m_ggc ? "ggc" : "heap");
hash-table.h 620 bool m_ggc; member in class:hash_table
656 m_ggc (ggc), m_sanitize_eq_and_hash (sanitize_eq_and_hash)
691 m_searches (0), m_collisions (0), m_ggc (ggc),
738 if (!m_ggc)
764 if (!m_ggc)
899 if (!m_ggc)
934 if (!m_ggc)
  /src/external/gpl3/gcc.old/dist/gcc/
symbol-summary.h 247 bool m_ggc; variable
253 return m_ggc;
274 m_ggc (ggc), m_map (13, ggc, true, GATHER_STATISTICS PASS_MEM_STAT) {}
321 gcc_checking_assert (summary->m_ggc);
683 m_ggc (ggc), m_map (13, ggc, true, GATHER_STATISTICS PASS_MEM_STAT) {}
743 bool m_ggc; variable
749 return m_ggc;
804 gcc_checking_assert (summary->m_ggc);
mem-stats.h 47 (origin), m_ggc (ggc) {}
53 m_origin (other.m_origin), m_ggc (other.m_ggc) {}
123 bool m_ggc; member in class:mem_location
215 get_percent (m_times, total.m_times), loc->m_ggc ? "ggc" : "heap");
hash-table.h 578 bool m_ggc; member in class:hash_table
611 m_ggc (ggc), m_sanitize_eq_and_hash (sanitize_eq_and_hash)
643 m_searches (0), m_collisions (0), m_ggc (ggc),
684 if (!m_ggc)
710 if (!m_ggc)
832 if (!m_ggc)
865 if (!m_ggc)

Completed in 33 milliseconds