Home | History | Annotate | Download | only in src

Lines Matching refs:AppendPtr

504 bool DeepHeapProfile::TextBuffer::AppendPtr(uint64 value, int width) {
557 buffer->AppendPtr(reinterpret_cast<uintptr_t>(type), 0);
568 buffer->AppendPtr(reinterpret_cast<uintptr_t>(bucket->stack[depth]), 8);
891 mmap_dump_buffer->AppendPtr(cursor, 0);
893 mmap_dump_buffer->AppendPtr(last_address_of_unhooked + 1, 0);
922 mmap_dump_buffer->AppendPtr(mmap_iter->start_addr, 0);
926 mmap_dump_buffer->AppendPtr(mmap_iter->end_addr, 0);