Searched refs:mark_size (Results 1 – 3 of 3) sorted by relevance
71 IntStack mark_size=new IntStack(); field in SAX2RTFDTM285 mark_size.push(m_size); in pushRewindMark()326 boolean top=mark_size.empty(); in popRewindMark()328 m_size=top ? m_emptyNodeCount : mark_size.pop(); in popRewindMark()
2814 unsigned mark_size = 0; in Print() local2821 mark_size += heap()->GcSafeSizeOfOldObjectFunction()(object); in Print()2827 printf(" Marked: %x, LiveCount: %x\n", mark_size, LiveBytes()); in Print()
3174 unsigned mark_size = 0; in Print() local3181 mark_size += heap()->GcSafeSizeOfOldObjectFunction()(object); in Print()3187 printf(" Marked: %x, LiveCount: %x\n", mark_size, LiveBytes()); in Print()